Queue durability, exclusivity and consumerTag
Opened this issue · 1 comments
charyorde commented
How to specify Queue exclusivity, durability and consumerTag for uniquely identifying messages during consumption?
charyorde commented
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.