rabbitmq / rabbitmq-objc-client

RabbitMQ client for Objective-C and Swift
https://rabbitmq.com
Other
241 stars 84 forks source link

Not able to provide custom connection name #154

Closed grsteffens closed 5 years ago

grsteffens commented 5 years ago

Contrary to the Java SDK, it appears that there is not a way to provide a custom connection_name for a RMQConnection. Does this version of the client support a way to name the connection?

michaelklishin commented 5 years ago

User-provided connection name is nothing more than a connection_name string value in the client_properties table.

This client hardcodes the table. I will file a specific issue since this is a question.

grsteffens commented 5 years ago

@michaelklishin thank you for the quick response. I can submit a PR for the change if you would like. If so, just assign me the issue.