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 convenience function to set connection name #108

Merged
merged 2 commits into from Aug 18, 2022

Commits on Aug 10, 2022

  1. Add convenience function to set connection name

    RabbitMQ reads the connection property "connection_name" from the client
    and displays the value in the Management UI. This is convenient for
    debugging and locating specific client connections, and correlating a
    connection to an app.
    
    Showed in the examples how to use this function and added an example in
    Go Docs.
    
    Signed-off-by: Aitor Perez Cedres <acedres@vmware.com>
    Zerpet committed Aug 10, 2022
    Copy the full SHA
    e96a3d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Copy the full SHA
    a64d010 View commit details
    Browse the repository at this point in the history