[jboss-user] [JBoss Messaging] - Re: Limiting the consumers & producers of a queue
timfox
do-not-reply at jboss.com
Thu Apr 3 06:38:24 EDT 2008
It seems like your real requirement here is to ensure that all messages from a queue are processed by only one consumer.
Limiting consumers is one solution to that problem, another more flexible way is message grouping - which guarantees that messages in a specific group always get processed by the same consumer.
http://jira.jboss.org/jira/browse/JBMESSAGING-375
Message grouping is scheduled for JBM 2.0, There are no plans at present to put this in 1.4.x.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141267#4141267
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141267
More information about the jboss-user
mailing list