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

TheOverlord do-not-reply at jboss.com
Sat Aug 16 14:24:28 EDT 2008


So which one is better for high volume traffic ?

I've heard numerous discussions on this subject and some people believe that a topic with a message selector is better.

Here's what I think.

There's a performance penalty for creating/destroying temporary queues and each one created consumed resources.

With the topic approach, you just create it one (statically) and you're done. 

There might be some performance hit because of the message selector but as Tim said, it's negligible.

So it appears on paper, that Topics with message selector is better.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4170929#4170929

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



More information about the jboss-user mailing list