Azure ServiceBus queues monitoring: add a threshold to check old message
Hi,
When monitoring a queue/subscription in BizTalk360, is it possible to monitor the "age" of messages.
For example, I need it for the following use case: I want to be alerted if there are messages in the queue that are older than x days for example. Because it means for me that messages are not consumed (and in my use case, maybe only one message is in the queue but it is not consumed).
-
Hi,
The latest BizTalk360 version v11.2 introduces a new threshold metric called "Message Age," enabling users to monitor older messages in Queues and Topics effectively.
Please find the release notes https://docs.biztalk360.com/docs/v112.Thanks ,
BizTalk360 Team -
Anonymous commented
This is a good suggestion. In most cases the queue length is irrelevant, the important thing is that the queue is being worked on quicly enough. That should be determined by making sure that no individual message is on the queue for more than n minutes.