Using Rabbit MQ Is there a way ,I can ensure all messages of Type A are consumed before messages of Type B.
Eg: if I have a pool of Product and Order messages, I want to make sure all Product messages are consumed before Order messages ? As Order belongs to a specific Product.So Order cannot exist without a Product.