Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[openmq-dev] Support of Message Order Process in Queue

Hi folks
Does OpenMQ support to preserve order of messages in Queue which has multiple consumers? I.e, that the messages are consumed in the order they were added to the queue?
For example:
Queue Content : …. A|B|C

Then, first C will be processed by any consumer and when this is finished and ACKed, B will be processed and then A.

Any idea?
Regards.
Gurkan



Back to the top