[rabbitmq-discuss] Failed to Connect Rabbitmq endpoint
Emile Joubert
emile at rabbitmq.com
Tue May 31 11:21:42 BST 2011
Hi Kotreshi,
On 31/05/11 10:48, Kotreshi Chikkabidari wrote:
> reply-text=NOT_ALLOWED - parameters for queue 'ACC_UidInsertRspQ' in
> vhost '/' not equivalent,class-id=50,method-id=10),null,""}
You are getting this error because a queue with the same name already
exists on the broker, but with different parameters. See the description
of the passive flag in the queue declare documentation:
"""
...the server MUST check that the existing queue has the same values for
durable, exclusive, auto-delete, and arguments fields. The server MUST
respond with Declare-Ok if the requested queue matches these fields, and
MUST raise a channel exception if not.
"""
-Emile
More information about the rabbitmq-discuss
mailing list