Versions Compared

Key

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

...

Name

Default value

Description

mep

<MEP of Camel Exchange>

Allows users to override the MEP being used for interacting with JBI (values are in-only, in-out, robust-in-out and in-optional-out)

operation

<value of the jbi.operation header property}}

Allows to specify the JBI operation on the URI. If no value is supplied, the JBI binding will use the value of the jbi.operation header property

Examples

Code Block
jbi:service:http://foo.bar.org/MyService?mep=in-out       (override the MEP, use InOut JBI MessageExchanges)
jbi:endpoint:urn:foo:bar:MyService:MyEndpoint?mep=in      (override the MEP, use InOnly JBI MessageExchanges)  

...