Versions Compared

Key

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

...

Code Block
{http://activemq.apache.org/camel/schema/jbi}endpoint

Examples

Code Block
jbi:service:http://foo.bar.org/MyService
jbi:endpoint:urn:foo:bar:MyService:MyEndpoint
jbi:endpoint:http://foo.bar.org/MyService/MyEndpoint
jbi:name:cheese

URI options

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)

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)  

Creating a JBI Service Unit

...