Correct: putting messages in a group ensures that they will be consumed in order by the same single consumer, which is not what you want. On Aug 21, 2015 3:34 AM, "Straal" <[email protected]> wrote:
> I adapted the code from the examples on the Apache website, but this is for > single consumer. > > Removing the following line solved my problem: > > > > This apparently makes the messages belong to the same group and hence they > stay together. > > Thanks for listening. > > > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Stomp-for-NET-Multiple-Consumers-on-1-Queue-tp4701263p4701264.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >
