On Nov 11, 2011, at 4:37 AM, Radim Kolar wrote:
> try to release at least 2.2 branch with updated active mq. ActiveMQ soon. It
> crashes here again and it does about one times per month.
Hi Radim,
Have you tried turning off the ActiveMQ scheduler?
IIRC, you should be able to avoid this by editing
var/activemq/conf/activemq.xml and adding schedulerSupport="false" (assuming
you don't require ActiveMQ JobScheduler support):
<broker xmlns="http://activemq.apache.org/schema/core"
brokerName="${activemq.brokerName}"
tmpDataDirectory="${activemq.data}/tmp_storage" useShutdownHook="false"
start="false" schedulerSupport="false">
--kevan