[jboss-user] [JBoss Messaging] - Re: What is better for a JMS request/response pattern?

timfox do-not-reply at jboss.com
Sat Aug 16 11:19:46 EDT 2008


"clebert.suconic at 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#4170914

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4170914



More information about the jboss-user mailing list