Thanks Gary,
I see the behavior as you said, as temporary queue requires Ack, I assume the autoAck is set to true on the channel.
Type: Posts; User: ygowda; Keyword(s):
Thanks Gary,
I see the behavior as you said, as temporary queue requires Ack, I assume the autoAck is set to true on the channel.
Hi Mark,
Temporary Reply Queue is not getting deleted after it received the message. I'm using Spring amqp template to send and receive the message.
Below is the code snippet
context = new...