Replies: 1 comment 3 replies
-
@kvlttrve the most likely issue is the overlap of two lines on the chart. Only one line will be visible. Management UI was never meant to be a best-in-class monitoring tool and the UI parts of it are 14 years old without significant visual changes. If Spring AMQP acknowledges messages instantly and the batch is small enough, the number and rates of delivered and acknowledged metrics can be identical, which means they will be charted as two identical lines. Take a traffic capture and inspect it with Wireshark, or try Prometheus, optionally with Grafana or query the HTTP API for relevant metrics directly. Spring AMQP should expose some metrics via Micrometer. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Community Support Policy
RabbitMQ version used
4.0.3
How is RabbitMQ deployed?
Community Docker image
Steps to reproduce the behavior in question
Hello guys, I am running a spring batch job with rabbitmq. I am writing statistics of my batch job to a table and have batch status as IN_PROGRESS, COMPLETED, etc. The issue I am having is my batch jobs get stuck in IN_PROGRESS on and off.
For example: in the attachment, for a blue spike (Deliver manual ack) in Message rate, if there no accompanying green spike (Consumer ack), then there will no red spike in Queued messages and the batch job will be stuck in IN_PROGRESS. However, for every blue spike that has accompanying green spike, it will have a red spike and the batch job will be COMPLETED.
What could be the issue? When I hit Get messages in the dashboard, it says the queue is empty.
Many Thanks.
Beta Was this translation helpful? Give feedback.
All reactions