"clebert.suconic(a)jboss.com" wrote : I don't know your complete use case, but
Temporary Queue is better.
|
| Topic -> your message would probably be sent to other internal queues that
don't need to know about your message. And besides selector has some performance
implications.
|
|
| So... temporaryQueue is your choice.
Topic subscription selectors are evaluated before the message gets to the subscription so
they never go to any queues that don't need to know about your message.
Selector really only has performance problems on a queue, not a topic.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4170914#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...