Hallo, Please help me to resolve the following situation:
I create a temporary queue using "/#" suffix to amqp url. The queue is created with name like 36275A5C-8630-457B-BD75-3664354ECC2D_# I set this queue as reply_to address in messages being sent. I receive the reply message and run pn_messenger_accept() for it (I use CUMULATIVE flag just in case). When I check this queue using qpid-stat -q I see that the queue has autoDel flag set. When the queue was just created but not used, then everything is fine, the queue is deleted when it's owning process exits. But as soon as the queue is used to send a reply for at least one message then it is not deleted when owner process is terminated. It still hangs there with bind == 1 and connections set to 0. It can be deleted with qpid-config del queue, but without any explicit action it stays there until the process that has sent a reply, terminates. It is not reused. Can this be fixed and how can I investigate it further? Bets regards, -- \ / | | (OvO) | Mikhail Iwanow | (^^^) | | \^/ | E-mail: iv...@logit-ag.de | ^ ^ | | --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org For additional commands, e-mail: users-h...@qpid.apache.org