Thx. I need to leverage Camel 2.0's async. When I upgrade the camel 1.5 resources in activeMQ (5.2) I get:
ERROR: java.lang.RuntimeException: Failed to execute start task. Reason: org.springframework.beans.factory.BeanDefinitionStoreException: Unrecognized xbean namespace mapping: http://activemq.apache.org/camel/schema/spring I tried adding all the jars that I use when I run my app with the ant script, but get the same error. Any tips on upgrading AMQ to Camel 2.0M2? Claus Ibsen-2 wrote: > > On Tue, Jun 23, 2009 at 5:39 PM, buzzterrier <terry.je...@gmail.com> > wrote: > >> >> Hello, >> >> We have an existing ActiveMQ service running on a dedicated server. I am >> having trouble figuring out how to integrate my Camel service with the >> existing ActiveMQ service. Do we have to now start the ActiveMQ service >> using the Camel Maven or Ant scripts? Will existing non-camel consumers >> be >> effected by the Camel integration? > > > Hi > > See this FAQ about AMQ and Camel > http://camel.apache.org/how-does-camel-work-with-activemq.html > > AMQ comes already with Camel integrated out of the box. So you should be > ready to go. > > Only when you use some of the special Camel components such as XMPP then > you > need to add more .jars to the lib folder of AMQ > as you need the Smack API for doing XMPP. > http://camel.apache.org/components.html > > But for the core components such as file, jms you should be ready to go. > > > Camel is *not* a server, there are no start/stop scripts or the likes with > Camel. > Camel is usually embedded into existing server infrastructure such as AMQ, > Tomcat, WebSphere, OSGi container and what else. > > > > > > >> >> >> >> >> ----- >> Buzzterrier >> >> http://buzzterrier.blogspot.com/ View my blog: Ordinary Average >> Developer... >> -- >> View this message in context: >> http://www.nabble.com/Using-Camel-with-existing-ActiveMQ-server-tp24167338p24167338.html >> Sent from the Camel - Users mailing list archive at Nabble.com. >> >> > > > -- > Claus Ibsen > Apache Camel Committer > > Open Source Integration: http://fusesource.com > Blog: http://davsclaus.blogspot.com/ > Twitter: http://twitter.com/davsclaus > > ----- Buzzterrier http://buzzterrier.blogspot.com/ View my blog: Ordinary Average Developer... -- View this message in context: http://www.nabble.com/Using-Camel-with-existing-ActiveMQ-server-tp24167338p24212277.html Sent from the Camel - Users mailing list archive at Nabble.com.