Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rabbitmq: create reply-to queue w/ exclusive param #1129

Merged
merged 1 commit into from May 20, 2017
Merged

rabbitmq: create reply-to queue w/ exclusive param #1129

merged 1 commit into from May 20, 2017

Conversation

SipSeb
Copy link
Contributor

@SipSeb SipSeb commented May 12, 2017

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.

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.
@miconda
Copy link
Member

miconda commented May 15, 2017

@ngvoice, @smititelu -- are you ok to merge this PR?

@miconda miconda requested review from smititelu and ngvoice May 15, 2017 11:53
@miconda
Copy link
Member

miconda commented May 20, 2017

Merging the PR -- if anyone has adjustments to do, then push new commits.

@miconda miconda merged commit c9b5aa9 into kamailio:master May 20, 2017
@smititelu
Copy link
Contributor

Awesome, thanks! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants