postwait / node-amqp

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

ECONNRESET Recursively #365

Open hitesh1818 opened 9 years ago

hitesh1818 commented 9 years ago

{ [Error: NOT_FOUND - no queue 's1_2.8gEH61E9' in vhost '/'] code: 404 } { [Error: read ECONNRESET] code: 'ECONNRESET', errno: 'ECONNRESET', syscall: 'read' } { [Error: NOT_FOUND - no queue 's1_2.8gEH61E9' in vhost '/'] code: 404 } { [Error: read ECONNRESET] code: 'ECONNRESET', errno: 'ECONNRESET', syscall: 'read' } { [Error: NOT_FOUND - no queue 's1_2.rOiMpT5F' in vhost '/'] code: 404 } { [Error: read ECONNRESET] code: 'ECONNRESET', errno: 'ECONNRESET', syscall: 'read' } { [Error: NOT_FOUND - no queue 's1_2.8gEH61E9' in vhost '/'] code: 404 } { [Error: read ECONNRESET] code: 'ECONNRESET', errno: 'ECONNRESET', syscall: 'read' }

This error arising recursively and my server stops responding. how to resolve if any queue is not found on the server.

hitesh1818 commented 9 years ago

Above issue arising when no queue found on the rabbitmq and i am trying to listen it in passive mode.