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

Alternative approach for immediate and mandatory options during publish

Open sooryailangovan opened this issue 8 years ago • 0 comments

I set the option immediate and mandatory option to false on publish because I need to queue the message when the consumer was busy and later taken up when the consumer is ready to take. The issue I am facing is some of the message were deleted before it was consumed by the consumer. Is there any option or approach to solve this issue. because I found in the document like below

image

I am using RabbitMq server 3.2.1 and node module version [email protected].

sooryailangovan avatar May 15 '17 13:05 sooryailangovan