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

Add support for user-specified connection names #129

Merged
merged 1 commit into from
Apr 12, 2019
Merged

Add support for user-specified connection names #129

merged 1 commit into from
Apr 12, 2019

Conversation

efcasado
Copy link
Contributor

@efcasado efcasado commented Apr 10, 2019

RabbitMQ supports user-specified connection names. This feature was introduced in RabbitMQ 3.6.2 (see 1, 2).

The Erlang client was also updated to support this feature (see 3).

This PR adds a second optional parameter to the AMQP.Connection.open function that can be used to provide a user-specified name for the connection. This new parameter defaults to :undefined, which is the value expected by the Erlang client when we don't want to user a user-specified connection name.

connection-names

@ono
Copy link
Collaborator

ono commented Apr 12, 2019

Good job. Thanks for the descriptive comment too!

@ono ono merged commit b206154 into pma:master Apr 12, 2019
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.

2 participants