Replies: 2 comments
-
solved. was a permission issue on the broker side |
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
-
I have the following setup:
I also tried the following setup but the same issue exists:
my properties looks the following:
the problem now, is that the failed messages are not routed correctly to the outgoing exchange, i.e. process-view-lifecycle-dlx. Looking at the management ui of rabbitmq using the dev services, I find that the incoming exchange is always created eagerly and properly bound to the queue. But the outgoing exchange is only created when a message is sent and failed and then it has no binding to the queue.
so what is the issue here?
I want to use this exchange as a sink for all failed messages and then later I will have job that consume those messages.
if you ask why I am not using the dlq of rabbit itself, it is because this feature is not supported currently within my org setup for rabbit. so We have to do this custom dlx/dlq stuff.
Beta Was this translation helpful? Give feedback.
All reactions