Versions Compared

Key

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

Event Message

Camel supports the Event Message from the EIP patterns by supporting the Exchange Pattern on a Message which can be set to InOnly to indicate a oneway event message. Camel Components then implement this pattern using the underlying transport or protocols.

Image Added

The default behaviour of many Components is InOnly such as for JMS or SEDA

Explicitly specifying InOnly

If you are using a component which defaults to InOut you can override the Exchange Pattern for an endpoint using the pattern property.

Code Block

foo:bar?pattern=InOnly
Include Page
CAMEL:Using This Pattern
CAMEL:Using This Pattern

...