postwait / node-amqp

[UNMAINTAINED] node-amqp is an AMQP client for nodejs
MIT License
1.69k stars 357 forks source link

Setting priority to 0 fails with AMQP Error 541 #358

Open nbu opened 9 years ago

nbu commented 9 years ago

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.

xjewer commented 9 years ago

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