How to send message to direct route remotely

2015-08-23 Thread smkrishna27
Hi, I have implemented camel route from direct:name1 to route . I would like to know how to post message to direct route remotely from other machine. -- View this message in context: http://camel.465427.n5.nabble.com/How-to-send-message-to-direct-route-remotely-tp5770925.html Sent from the

Re: How to send message to direct route remotely

2015-08-23 Thread Pontus Ullgren
Hi, This type of questions is better suited for the users mailing list[1]. The dev mailing list is for development of camel itself. But to answer your question endpoints created with the direct component[2] is not accessible outside the local machine, or even outside the its own camelcontext. If

Camel.trunk.notest - Build # 2485 - Still Failing

2015-08-23 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest (build #2485) Status: Still Failing Check console output at https://builds.apache.org/job/Camel.trunk.notest/2485/ to view the results.

Re: setting camel header as a map

2015-08-23 Thread Franz Paul Forsthofer
Hi, try setHeader headerName=cool simpleref:myBeanId/simple /setHeader were myBeanId is the beran Id of a bean representing the map, for example instance of a hash map. Best Regards Franz On Fri, Aug 21, 2015 at 3:14 PM, gustavo.maurizio gmauri...@me.com wrote: Hi all. We are using camel