Versions Compared

Key

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

...

A MinaProducer has a default timeout value of 30 seconds, while it waits for a response from the remote server.

In normal usage Camelcamel-mina only supports marshalling the body content - message headers and exchange properties will not be sent.
However the option transferExchange does allow to transfer the exchange itself over the wire. See options below.

...

In Camel 1.5 the sync option has changed its default value from false to true, as we felt it was confusing for end-users when they used Mina to call remote servers and camel Camel wouldn't wait for the response.

...