Versions Compared

Key

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

...

JBI

...

Component

...

The

...

jbi:

...

component

...

provides

...

integration

...

with

...

a

...

JBI

...

Service

...

Bus

...

such

...

as

...

provided

...

by

...

Apache ServiceMix

URI format

Code Block
 ServiceMix|http://incubator.apache.org/servicemix/]
h3. URI format

{code}
jbi:service:serviceNamespace[sep]serviceName
jbi:endpoint:serviceNamespace[sep]serviceName[sep]endpointName
jbi:name:endpointName
{code}

The

...

separator

...

used

...

will

...

be:

...

  • '/'

...

  • if

...

  • the

...

  • namespace

...

  • looks

...

  • like

...

  • 'http://'

...

  • ':'

...

  • if

...

  • the

...

  • namespace

...

  • looks

...

  • like

...

  • 'urn:foo:bar'

...

For

...

more

...

details

...

of

...

valid

...

JBI

...

URIs

...

see

...

the

...

ServiceMix

...

URI

...

Guide

...

.

Using the jbi:service:

...

or

...

jbi:endpoint:

...

URI

...

forms

...

will

...

set

...

the

...

service

...

QName

...

on

...

the

...

JBI

...

endpoint

...

to

...

the

...

exact

...

one

...

you

...

give.

...

Otherwise

...

the

...

default

...

Camel

...

JBI

...

Service

...

QName

...

will

...

be

...

used

...

which

...

is

Code Block

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

Examples

Code Block

h3. Examples

{code}
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
{code}

{include:Endpoint See Also}
Include Page
CAMEL:Endpoint See Also
CAMEL:Endpoint See Also