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
I'm very new to RabbitMQ so apologies if the question is redundant - but I have started working with the plugin since yesterday and have stumbled upon a lazy queue issue . So the question being for a publisher how to I add additional arguments/properties which are not listed in the GUI- For eg. in this case argument being - 'x-queue-mode' ? ATM without specifying this I get back the below response -
Response message:com.rabbitmq.client.AlreadyClosedException: channel is already closed due to channel error; protocol method: #method<channel.close>(reply-code=406, reply-text=PRECONDITION_FAILED - inequivalent arg 'x-queue-mode' for queue 'xyz' in vhost 'ABC': received none but current is the value 'lazy' of type 'longstr', class-id=50, method-id=10)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi ,
I'm very new to RabbitMQ so apologies if the question is redundant - but I have started working with the plugin since yesterday and have stumbled upon a lazy queue issue . So the question being for a publisher how to I add additional arguments/properties which are not listed in the GUI- For eg. in this case argument being - 'x-queue-mode' ? ATM without specifying this I get back the below response -
Response message:com.rabbitmq.client.AlreadyClosedException: channel is already closed due to channel error; protocol method: #method<channel.close>(reply-code=406, reply-text=PRECONDITION_FAILED - inequivalent arg 'x-queue-mode' for queue 'xyz' in vhost 'ABC': received none but current is the value 'lazy' of type 'longstr', class-id=50, method-id=10)
Beta Was this translation helpful? Give feedback.
All reactions