rabbit.js
rabbit.js copied to clipboard
Queue durability, exclusivity and consumerTag
How to specify Queue exclusivity, durability and consumerTag for uniquely identifying messages during consumption?
Okay, I understand that the concept of 'persistence' handles durability and exclusivity only partains to Queues and not Exchanges.
Now where consumerTag would be useful is when you have non-nodejs apps as consumers of a pub/sub socket. Embedding the identifier in the message body is near impossible because Java/Scala libraries receive messages as byte array.