Hi there,
Is it possible to have a non-durable queue in ActiveMQ? The desired behaviour I'm looking for is to deliver the message only when there's an active subscriber on the queue. If there isn't one, the message should be discarded. Is this possible? If so, how do I go about setting it up? Many thanks, Andrew.