Skip to content

Using delay plug-ins causes consumers to lose messages #296

Closed Locked Answered by michaelklishin
kaixinbaba asked this question in Q&A
Discussion options

You must be logged in to vote

RabbitMQ 3.8.x has reached EOL years ago.

This plugin cannot affect consumers. Publishers in AMQP 0-9-1 are entirely unaware of consumers. All this plugin does is republishing message.

Perhaps your consumers cannot handle the deliveries and fail, thus closing the connection or channel.

See logs and take a traffic capture to see what is really send on the wire. Firehose can also potentially be useful, it must be enabled on the node that accepts published messages routed to this exchange.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by michaelklishin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants