You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
I am trying to consume messages from an existing queue. The queue has its x-message-ttl set. When I add the amqp-in node to consume that queue, I get this log:
"Could not consume message: Error: Operation failed: QueueDeclare; 406 (PRECONDITION-FAILED) with message "PRECONDITION_FAILED - inequivalent arg 'x-message-ttl' for queue 'queueName' in vhost 'vhost': received none but current is the value '9000' of type 'long'""
How should I fix this?
The text was updated successfully, but these errors were encountered:
I couldn't make sense of this error, I checked and the error is thrown by the upstream amqplib's RPCs.
I will try to reproduce the problem, but Maybe it doesn't work
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to consume messages from an existing queue. The queue has its
x-message-ttl
set. When I add theamqp-in
node to consume that queue, I get this log:How should I fix this?
The text was updated successfully, but these errors were encountered: