Do you just see some out-of-order due to redelivery, or do you see continued out-of-order messages? You can detect redelivered messages by the JMSRedelivered message property (need to check the exact naming/spelling).
Art On Tue, Mar 4, 2025 at 9:51 AM Justin Bertram <jbert...@apache.org> wrote: > First off, which ActiveMQ broker are you using - Classic or Artemis? > > I sent you a Slack invitation. It should arrive shortly. > > > Justin > > On Tue, Mar 4, 2025 at 10:11 AM Nagaraj Murali <nagarajmural...@gmail.com> > wrote: > > > Hello, > > > > I am Nagaraj working on Active MQ. To retain order of messages, we used > > JMSXGroupId. It worked perfectly fine until ActiveMQ broker or Consumer > > restarted. When either of them restarts we are losing order of messages > for > > a brief period of time. > > We are using 3 concurrent consumers. > > > > Please suggest a suitable solution. > > > > Please provide access to ASF Slack. > > > > Thanks, > > Nagaraj Murali. > > >