On Thu, Dec 24, 2009 at 8:06 AM, honno <[email protected]> wrote: > > Yes.We can send and receive messages to the remote camel server with some > components(camel-jms,camel-cxf...),but i want to kown that which camel > client api i can use to access remote camel server. >
Check out this tutorial on Spring Remoting over JMS http://camel.apache.org/tutorial-jmsremoting.html > > > > > willem.jiang wrote: >> >> Hi, >> >> If you are using the component that can send/receive the message across >> the JVM, such as camel-jms, camel-http, camel-cxf, camel-mina. >> All you need to do is setting the right endpoint uri on the Template API. >> >> Willem >> >> honno wrote: >>> We know the camel clients( ProducerTemplate and ConsumerTemplate) can >>> send >>> and receive messages from loacal Camel server(DefaultCamelContext). >>> But how can i send and receive messages from remote Camel server with >>> camel >>> client or camel api ? >> >> >> > > -- > View this message in context: > http://old.nabble.com/Dose-The-Camel--clients%28-ProducerTemplate-and-ConsumerTemplate%29-canconnect-to%2C-send%2C-and-receive-messages-from-a-remote-Camel-Server--tp26910031p26911134.html > Sent from the Camel - Users mailing list archive at Nabble.com. > > -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus
