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.

Thanks again for the help.
Brian

James.Strachan wrote:
> 
> On 22/01/2008, b_w <[EMAIL PROTECTED]> wrote:
>>
>> At the bottom of this page under the BACKGROUND section:
>> http://activemq.apache.org/version-5-xml-configuration.html
>>
>> So we use the Spring XML configuration file format
>>
>> The link from Spring XML gives a 404.
> 
> Link now fixed
> http://cwiki.apache.org/ACTIVEMQ/version-5-xml-configuration.html
> 
> though don't get excited, it was just a link to the Spring XML
> documentation :)
> 
> 
>> Thanks for the feedback and I'll let you know if we make any progress
>> with
>> the Spring 2.5.1 build.
> 
> Great, thanks.
> 
> -- 
> James
> -------
> http://macstrac.blogspot.com/
> 
> Open Source Integration
> http://open.iona.com
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Migration-from-Spring-1-AMQ-4.1-to-Spring-2-AMQ-5.0-tp15013046s2354p15036622.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to