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

Listing AMQP 1.0 Connections Through Command Line Does Not Work #4238

Closed
luos opened this issue Mar 7, 2022 · 1 comment
Closed

Listing AMQP 1.0 Connections Through Command Line Does Not Work #4238

luos opened this issue Mar 7, 2022 · 1 comment
Assignees
Milestone

Comments

@luos
Copy link
Contributor

luos commented Mar 7, 2022

Hi,

When using the AMQP 1.0 plugin or AMQP 1.0 Shovels the connections are not listed using the rabbitmqctl list_amqp10_connections command.

I suspect the reason is that the code was not updated for the new vhost architecture?

The new way looks to be to join the process groups. Seems like the plugin should call rabbit_networking:register_non_amqp_connection for it to join the relevant process groups?

Additionally the AMQP 1.0 Plugins Direct Connections (also 0.9.1 shovels) are also not listed in the normal rabbitmqctl list_connections. The reason for that is that direct connections are not listed by that command. I am not sure that's an issue though.

@lukebakken
Copy link
Collaborator

Related discussion: https://groups.google.com/g/rabbitmq-users/c/RNUCDVoYzJs/

I took that users's code and created the following simple reproducer:

https://github.com/lukebakken/Amqp10SessionExample

dotnet run will fetch deps, compile and run it. It assumes AMQP 1.0 is enabled and running on localhost.

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

No branches or pull requests

4 participants