s a consumer
> already).
> This is a known issue: https://issues.apache.org/activemq/browse/
> AMQ-1112
>
>
> cheers,
>
> Rob
>
> 'Go Get Integrated - ride the Camel! - http://activemq.apache.org/
> camel/'
> http://rajdavies.blogspot.com/
>
>
>
I have a queue that contains messages with an expiration time of 60
seconds. However I only see this queue growing. It is currently 30K
messages. I do see some decreases in size on JMX console graphs but
nothing that comes close to expiring messages that are now days old.
What could be the cause of
Has anyone seen this one before? It looks like something internal to
ActiveMQ's JDBC store. I'm using a default 4.1.1 that I unpacked and
started with bin/activemq.
I had to delete the Derby data directory to get the broker going again.
javax.jms.JMSException: java.io.IOException: Failed to brok
I'm confused about JMSPriority. My use case is simple:
I have a bunch of fast servers that need to process slow (1 - 5
second) jobs. I also have many slow servers for batch processing. All
of these servers take jobs from the same queue.
The slow servers use a selector like "type == BATCH" so the