inequivalent arg 'x-max-priority' for queue 'hello' in vhost '/': received the value '7' of type 'signedint' but current is none")
some one please help me.
Thanks in Advance.
| From: naveen pajjuri Sent: Sunday, 20 September 2015 13:05 To: rabbitmq-users Reply To: rabbitm...@googlegroups.com Subject: [rabbitmq-users] Setting Priority queue in RabbitMq using PIKA (python client for rabbit mq) |
also im attaching my code and error.
Traceback (most recent call last):
File "rabbit.py", line 18, in <module>
channel.queue_declare(queue='hello',arguments=data)
File "/Library/Python/2.7/site-packages/pika/adapters/blocking_connection.py", line 2329, in queue_declare
self._flush_output(declare_ok_result.is_ready)
File "/Library/Python/2.7/site-packages/pika/adapters/blocking_connection.py", line 1181, in _flush_output
raise exceptions.ChannelClosed(method.reply_code, method.reply_text)
pika.exceptions.ChannelClosed: (406, "PRECONDITION_FAILED - inequivalent arg 'x-max-priority' for queue 'hello' in vhost '/': received the value '7' of type 'signedint' but current is none")
Thanks in advance.
--
@Alvaro Videla