Re: Does durable subscriber get messages in right order?
Posted By:
Gregor_Kovac
Posted On:
Tuesday, February 5, 2002 05:39 AM
Hi!
The answer is yes. :) The messages are sent to it in the same order they were published. This is true if messages have the same priority.
It is also true that if a messages has higher priority the client will get it sooner.
And you probably should read the JMS specs and SwiftMQ docs.
Best regards,
Kovi