Re: sequential requests in a cluster

2022-09-25 Thread brock samson
a doc that explains this cluster-based behavior further. the only ones i have come across talk about the relationship between message groups and consumers. any help would be greatly appreciated. thanks! From: brock samson Sent: Friday, September 23, 2022 11:47 PM

Re: sequential requests in a cluster

2022-09-23 Thread brock samson
> On Sep 23, 2022, at 2:48 PM, brock samson wrote: > > I am running AMQ 5.15.x in a master/slave cluster setup with several queues. > while some queues have multiple consumers, others have only a single consumer > since their messages must be processed in the exact order th

sequential requests in a cluster

2022-09-23 Thread brock samson
I am running AMQ 5.15.x in a master/slave cluster setup with several queues. while some queues have multiple consumers, others have only a single consumer since their messages must be processed in the exact order they arrived. using the "exclusive consumer" feature works fine with respect to mai