Re: using spring to build ActiveMQ clients

2008-06-12 Thread James Strachan
Try camel? Put a bunch of files in a directory and just write from("file://somedirectory?noop=true").to("activemq:SomeQueue"); Then if you want configure your endpoint / connection factory to whatever QoS you need. http://activemq.apache.org/camel/ http://activemq.apache.org/camel/jms.html 2008

using spring to build ActiveMQ clients

2008-06-12 Thread Mark Webb
Can this be done? I would like to generate some simple test clients to try out my ActiveMQ servers but don't want to write code to handle all of my different situations. Thanks Mark