Setting connection_name not working #11109
-
Beta Was this translation helpful? Give feedback.
Answered by
michaelklishin
Apr 28, 2024
Replies: 2 comments
-
@hopewise the code provided suggests you use Bunny. Why was it filed as an issue for the RabbitMQ .NET client? Moved to |
Beta Was this translation helpful? Give feedback.
0 replies
-
conn = Bunny.new(connection_name: "app ABC #{rand}")
conn.start Works just fine for me on the latest versions of both Bunny and RabbitMQ. Here's evidence for the above connection. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
michaelklishin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Works just fine for me on the latest versions of both Bunny and RabbitMQ.
connection_name
support was introduced to Bunny in2.17.0
in 2020 and hasn't changed since.Here's evidence for the above connection.