Hi All, I am trying to get the ordered message delivery for durable Topic subscriber. I have setup despatch policy as below <policyEntry topic=">"> <dispatchPolicy> <strictOrderDispatchPolicy /> </dispatchPolicy> </policyEntry> Also the publisher does Message grouping as well. But when the durable subscriber goes offline and comes back the messages which are published when the subscriber was offline are not delivered in the order as they are published. Can some one help me to solve this problem. The bussiness requirement is to have messages delivered in order as they are published. Usecase 1) Run durable topic subscriber 2) Run the topic publisher 3) Stop the topic publisher in the middle 4) Restart the topic subscriber
At step 4 the message are not delivered in order. Please help. Thank you, Kind Regards Matt -- View this message in context: http://www.nabble.com/Durable-Topic-subscriber-tf3333938s2354.html#a9270599 Sent from the ActiveMQ - User mailing list archive at Nabble.com.