In my quest to have Camel integrate within Activemq, I'm now able to define route via xml spring but not able to load my RouteBuilder defined in Java. a) Is there a specific path where to put this libraries? (classpath definition is not that clear with ActiveMQ) b) Is there a way to see in the logs what routes have been loaded (no clue reading the source code, no "trace-enter/exit") or in the future .... a JMX interface ;-D) ?
Thanks, Veton. James.Strachan wrote: > > On 7/26/07, veton <[EMAIL PROTECTED]> wrote: >> >> Thanks James, >> Problem solved. I needed the latest snapshot of ActiveMQ5. Previous >> versions >> did not have camel included. >> I can play now! :-) > > Great! :) > > BTW I added to Camel trunk the ability to create CameDestination > objects, using Camel URIs which work just like normal JMS destinations > - so can be used with the regular ActiveMQ JMS client to interact with > Camel's EIP routes. > > e.g. > > // JMS client code > Destination dest = new CamelDestination("xmpp://host:port/room"); > MessageProducer producer = session.createProducer(dest); > producer.send(session.createTextMessage("<hello>world!</hello>")); > > To avoid maven cyclic dependencies, we should probably move this > Camel-ActiveMQ integration into the ActiveMQ trunk soon... > > -- > James > ------- > http://macstrac.blogspot.com/ > > -- View this message in context: http://www.nabble.com/CAMEL-and-ActiveMQ5---Integration-tf4140859s22882.html#a11827680 Sent from the Camel - Users mailing list archive at Nabble.com.