On 23/01/2008, b_w <[EMAIL PROTECTED]> wrote: > > Hi James > > AMQ 5.0 successfully implemented with Spring 2.5.1 and Hibernate 3.2.5 > > Took a while to get all the dependencies ironed out as well as modify a few > deprecated options but > got there in the end. > > The most noteworthy options to change were: > replacing usageManger with systemUsage > <systemUsage> > <systemUsage> > <memoryUsage> > <memoryUsage limit="10 mb" > percentUsageMinDelta="20"/> > </memoryUsage> > <tempUsage> > <tempUsage limit="100 mb"/> > </tempUsage> > <storeUsage> > <storeUsage limit="1 gb" name="foo"/> > </storeUsage> > </systemUsage> > </systemUsage> > > and > > removing the wireFormat.maxInactivityDuration from the brokerURL > > Most of the effort was in sorting out the lib dependencies.
Great stuff thanks for the heads up! We should move ActiveMQ trunk to Spring 2.5.1 ASAP... https://issues.apache.org/activemq/browse/AMQ-1563 -- James ------- http://macstrac.blogspot.com/ Open Source Integration http://open.iona.com
