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 -- View this message in context: http://activemq.2283324.n4.nabble.com/Need-to-structure-message-groups-across-topics-tp3311432p3311432.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
