Versions Compared

Key

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

URI

Component

Description

ActiveMQ

Code Block

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="7a9aeca5-5809-40cc-9aaa-0d31336dfd33"><ac:plain-text-body><![CDATA[

[ActiveMQ]
activemq:[topic:]destinationName

For JMS Messaging with [ Apache ActiveMQ

http://activemq.apache.org/

The most popular and powerful open source message broker]

]]></ac:plain-text-body></ac:structured-macro>

CXF

Code Block
CXF
cxf:serviceName

Working with Apache CXF for web services integration

Direct

Code Block
direct:name

Direct invocation of the consumer from the producer so that single threaded (non-SEDA) in VM invocation is performed

File

Code Block
file://nameOfFileOrDirectory
Image Removed

Sending messages to a file or polling a file or directory

HTTP \

Code Block
http://hostname[:port
Image Removed
]

Working with the HTTP protocol either consuming requests over HTTP or consuming external RESTful resources

IMap

Code Block

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="2f6c6b1c-15e9-46a5-babf-4695abbfb512"><ac:plain-text-body><![CDATA[

[IMap

Mail]
imap://hostname[:port]

Receiving email using IMap

]]></ac:plain-text-body></ac:structured-macro>

JBI

Code Block
JBI
jbi:serviceName

For JBI integration such as working with Apache ServiceMix

JMS

Code Block

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="98e1279f-2f94-498a-89fe-e8bdc0c3ccfc"><ac:plain-text-body><![CDATA[

[JMS]
jms:[topic:]destinationName

Working with JMS providers

]]></ac:plain-text-body></ac:structured-macro>

JPA

Code Block
JPA
jpa://entityName

For using a database as a queue via the JPA specification for working with OpenJPA, Hibernate or TopLink

Mail

Code Block
mail://user-info@host:port

Sending and receiving email

MINA

Code Block

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="5206af2e-9b58-4621-83a3-8af0abff69a6"><ac:plain-text-body><![CDATA[

[MINA]
[tcp|udp|multicast]:host[:port]

Working with [ Apache MINA

http://mina.apache.org/]

]]></ac:plain-text-body></ac:structured-macro>

Multicast

Code Block
Multicast
multicast://host:port

Working with TCP protocols using Apache MINA

Mock

Code Block
mock:name

For testing routes and mediation rules using mocks

Pojo

Code Block
pojo:name

Exposing and invoking a POJO

POP

Code Block
pop3://user-info@host:port

Receiving email using POP3 and JavaMail

Queue

Code Block
queue:name

Used to deliver messages to a java.util.Queue, useful when creating SEDA style processing pipelines

RMI

Code Block

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="ca95f2fb-a23a-458a-b89f-238fa6bc277b"><ac:plain-text-body><![CDATA[

[RMI]
rmi://host[:port]

Working with RMI

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="fcfea938-fc29-4f42-aebc-b9eaf8776446"><ac:plain-text-body><![CDATA[

[SMTPMail]

Code Block
smtp://user-info@host[:port]
=

Sending email using SMTP and JavaMail

]]></ac:plain-text-body></ac:structured-macro>

Timer

Code Block
Timer
timer://name

A timer endpoint

TCP

Code Block
tcp://host:port

Working with TCP protocols using Apache MINA

UDP

Code Block
udp://host:port

Working with UDP protocols using Apache MINA

XMPP

Code Block
xmpp://host:port/room

Working with XMPP and Jabber