RabbitMQ docs say, temporary reply-to queues should be created with an "exclusive" parameter. This allows only the current connection to access the queue, and when the connection ends, the queue will automatically be deleted. You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/1129
-- Commit Summary --
* rabbitmq: create reply-to queue w/ exclusive param
-- File Changes --
M src/modules/rabbitmq/rabbitmq.c (4)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/1129.patch https://github.com/kamailio/kamailio/pull/1129.diff
@ngvoice, @smititelu -- are you ok to merge this PR?
Merging the PR -- if anyone has adjustments to do, then push new commits.
Merged #1129.