Skip to main content

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

> 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?

I suppose this https://jakarta.ee/specifications/messaging/3.0/jakarta-messaging-spec-3.0.html#message-order
is followed by OpenMQ.

Piotrek


Back to the top