Re: Message expiration on but queue only growing?

2007-08-20 Thread Stefan Arentz
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/ > > >

Message expiration on but queue only growing?

2007-08-18 Thread Stefan Arentz
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

SQL Exception: The resulting value is outside the range for the data type INTEGER

2007-05-23 Thread Stefan Arentz
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

Confused about JMSPriority

2007-02-25 Thread Stefan Arentz
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