node-amqp icon indicating copy to clipboard operation
node-amqp copied to clipboard

Setting priority to 0 fails with AMQP Error 541

Open nbu opened this issue 11 years ago • 1 comments

Trying to use priority 0, according to node-amqp documentation (The message priority, 0 to 9), it fails with AMQP Error: {"code":541} INTERNAL_ERROR. Works fine with anything higher than 0.

nbu avatar Sep 09 '14 21:09 nbu

I have same problem, ERROR:"Unhandled connection error: INTERNAL_ERROR" and reconnect amqp client. Don't send this option, if priority equals 0

xjewer avatar Feb 10 '15 15:02 xjewer