List the queues and bindings declared by a given connection #132
Closed
metalalive
started this conversation in
General
Replies: 1 comment 3 replies
-
Hi, such information is available from rabbitmq server. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, is there any public API which lists all queues and bindings declared by a given connection instance ? For example, in crate lapin , there is
Connection::topology()
I have an application which declares several queues to use as soon as a new connection has been established, and prefers to do this exactly once.
I search the doc (by keywords such as
declare
,topo
) but have not found any relevant function / methodAppreciate any feedback , thanks
Beta Was this translation helpful? Give feedback.
All reactions