Re: Per queue limits on durable messages

2010-01-14 Thread Gary Tully
Not at the moment out of the box. The Store Usage limits are broker wide so there is no way to limit the disk usage of a single destination. One thought would be to use non persistent messages for non important data. An alternative avenue (which would require a bit of a code deep dive) would be

Per queue limits on durable messages

2010-01-13 Thread Daniel Kluesing
Hi, I'm looking at ActiveMQ 5.3, with particular interest in the producer flow control. Is there any way to have per-queue limits on the amount of disk space a durable queue is using? I've seen the memory limit on the destination policy, which looks to only apply to non-durable messages. In