Help after upgrade to rabbit 3.11.7 #216
Unanswered
fernandomacho
asked this question in
Q&A
Replies: 1 comment
-
I've finally seen what the problem is. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have been using this plugin for a long time, but since upgrading to rabbit 3.11.7, it has stopped working. I have tested the plugin on a fresh installation of rabbit and it works perfectly.
The first thing I thought was that there was a problem in the x-delayed-message type exchanges that I had created, but I think that the problem is not this.
I have tried to create a new queue "test" and an exchange of 0:
rabbitmqadmin declare exchange name=exchange_test type=x-delayed-message arguments='{"x-delayed-type":"direct"}'
and make the bind between the test_exchange exchange and the test queue:
rabbitmqadmin declare binding source=test_exchange destination=queue_test routing_key=test
I have tried posting a message to the exchange test_exchange with the header x-delay and a value of 5000 (5 seconds) and a routing key: test and the message is posted successfully
but it never disappears from the exchange:
The truth is that I have done many tests and I don't really know what is happening, there is nothing in the log and the rest of the queues work perfectly.
Of course I have tried to restart rabbit.
I don't know if someone can help me with this or the only solution is to reinstall the rabbitmq-server and see what happens...
Thank you
Beta Was this translation helpful? Give feedback.
All reactions