You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
rabbitmq-server/deps/rabbitmq_amqp1_0/src/rabbit_amqp1_0.erl
Line 33 in c842a6c
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 thatdirect
connections are not listed by that command. I am not sure that's an issue though.The text was updated successfully, but these errors were encountered: