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

Support client specified connection name #142

Merged
merged 4 commits into from
Apr 17, 2016
Merged

Conversation

hairyhum
Copy link
Contributor

Related to rabbitmq/rabbitmq-server#104 and #99
Overloaded newConnection to be able to specify connection name.
Added getConnectionName to AMQConnection to retrieve client property value or null.

*
* @return string connection name from client properties, or null if there is not such property.
*/
String getConnectionName();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be getClientProvidedConnectionName or getCustomConnectionName. I will do the renaming.

@michaelklishin michaelklishin added this to the n/a milestone Apr 17, 2016
@michaelklishin michaelklishin changed the title User specified connection name Support client specified connection name Apr 17, 2016
@michaelklishin michaelklishin merged commit 177ec8b into stable Apr 17, 2016
@acogoluegnes acogoluegnes deleted the rabbitmq-server-104 branch March 21, 2019 08:27
stream-iori pushed a commit to stream-iori/rabbitmq-java-client that referenced this pull request Mar 20, 2022
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