@TomF Yes there are a lot of consumers of the same queues.
I just need to control the order of events means
Ex. 4 events are :
From source a publisher is publishing these 4 events and we have no control over it means order:
New Event
Pending Event
Create Event
Placed Event
i.e. sometime Pending comes first and sometime create comes first
Each one have associated queue with it.
We are processing them at our end (Consumer) in order New->Pending->Created->Placed so if they are not in this order we are just NACK the request.
What i am expecting some configuration in queues that it will always emit the events in the above order.
If we have any configuration like that please share.
Thanks
Gaurav