I'm using a non durable topic with a simple producer and consumer in ActiveMQ. The producer sometimes can be idle, not sending any messages.
I want to detect this (no messages in the topic) on the consumer side and inform the user.
How do I do this? Cant find any information on this.
Thanks Amit