Replies: 1 comment 1 reply
-
Bindings can be deleted by clients but they will also be deleted when things they bind are. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there!
I'm working on a wrapper library around RabbitMQ.Client in C#. Library extensively uses rabbitmq_event_exchange plugin to be notified about events raising in broker and mantains infrastructure wisely. Now I got stuck on a problem that I can't determine if
binding.deleted
event raised by itself or it's caused byexchange.deleted
/queue.deleted
event.At first, I thought that header
user_who_performed_action
could give me an answer and all 'indirect' actions were performed byrmq-internal
user. But my suggestion was wrong, it doesn't work.Any ideas how can I achieve this?
Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions