Hi,
I am getting EPIPE error in the receiver app.
But the sender is able to send message to the same queue.
Here's the error in receiver app.
{ Error: write EPIPE
at exports._errnoException (util.js:1018:11)
at WriteWrap.afterWrite (net.js:804:14)
code: 'EPIPE',
errno: 'EPIPE',
syscall: 'write',
stackframes:
[ { file_name: 'util.js', line_number: 1018 },
{ file_name: 'net.js', line_number: 804 } ] }
And after few minutes this error occurs.
Error: Heartbeat timeout
at Heart.<anonymous> (/home/user/node_modules/amqplib/lib/connection.js:425:19)
at emitNone (events.js:86:13)
at Heart.emit (events.js:185:7)
at Heart.runHeartbeat (/home/user/node_modules/amqplib/lib/heartbeat.js:88:17)
at ontimeout (timers.js:380:14)
at tryOnTimeout (timers.js:244:5)
at Timer.listOnTimeout (timers.js:214:5)
What can be the reason for this?
Thanks in advance.