Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Spring Remoting

We support Spring Remoting in Camel. The implementing of Spring Remoting uses Camel as the underlying transport mechanism. The nice thing about this approach is we can use any of the Camel transport Components to communicate between beans.

...

In your Spring XML just use the [] CamelProxyFactoryBean to create a client side proxy implementing some interface which then sends messages to some remote Camel Endpoint such as ActiveMQ, JMS, File, HTTP, XMPP etc.

Then to implement the service you use CamelServiceExporter

Include Page
CAMEL:Bean Binding
CAMEL:Bean Binding