Replies: 2 comments 2 replies
-
Bindings do not have any kind of ID, so |
Beta Was this translation helpful? Give feedback.
2 replies
-
@joe-agent you can use the HTTP API to get queue binding information: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have an existing queue called
QueueA
with a binding ofExchangeA
Now we need to remove the binding of
ExchangeA
fromQueueA
by callingQueueUnbind
methodHow do we get the current binding exchange name from
QueueA
?Is there any public method with example available?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions