I'm running activeMq 5.5 and am using the scheduling support. I'm running 4
activeMq brokers with identical configurations and 3 out of 4 are working
fine.
On the 4th one, in my client application I'm seeing:
javax.jms.JMSException: PageFile is not loaded
at
org.apache.activemq.util.JMSE
I've been doing some more digging around in this and I think it might be
related to the ScheduledMessage.AMQ_SCHEDULED_DELAY property I'm using in my
code. When i comment out that line, my connection count stays stable, but
with it in there, my connection count spikes and eventually drains back dow
I'm using activeMq 5.4.1 and activeMq gets ends up crashing because of the
sheer amount of connections. In a tomcat app where i was expecting 10-20
connections to active Mq i was shocked to see that i was getting upwards of
17k connections.
All the connections pile up with in 10-20 seconds of st