Please add
Date: Thu, 17 Feb 2011 11:08:19 -0800 From: [email protected] To: [email protected] Subject: Need to structure message groups across topics Folks: I have a need to structure message groups across topics. As an example: I have producer P1 that processes and publishes new messages Then I have producer P2 that processes and publishes only modifications I also have a producer P3 that processes and publishes cancels There is a chance that the modification/cancel can get to broker/consumer before the original new message in such a configuration So I would want to serialize the message processing through broker such that until a new message is received by consumer and acknowledged to broker, this consumer can not pick up modifications or cancels for that new message Could some one please suggest how to do that? Will appreciate much! Thanks Vijay If you reply to this email, your message will be added to the discussion below:http://activemq.2283324.n4.nabble.com/Need-to-structure-message-groups-across-topics-tp3311432p3311432.html To start a new topic under ActiveMQ - Dev, email [email protected] To unsubscribe from ActiveMQ - Dev, click here. -- View this message in context: http://activemq.2283324.n4.nabble.com/Need-to-structure-message-groups-across-topics-tp3311432p3311886.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
