-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
X-delay header doesn't negate the value. #64
Comments
up |
We have the same issue |
I'm having the same issue. I'm using the JMS https://www.rabbitmq.com/jms-client.html and it shows the value of |
I found out that publishing through admin with header x-delay=10000 will return correct msg with x-delay=-10000,
|
how to use with the python lib of pika |
As mentioned on the link
https://www.rabbitmq.com/blog/2015/04/16/scheduling-messages-with-rabbitmq/
The plugin doesn't negate the value of delay provided in the header. The POC I did still shows the same positive value.
delayed-consumer processed message Hello World 1 at {x-delay=10000}
The text was updated successfully, but these errors were encountered: