Petals-BC-JMS

compared with
Current by Vincent Zurczak
on Jul 26, 2011 16:32.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (4)

View Page History
{column}
h1. Features
The petals-bc-jms component allows to interact with an external JMS Destination (queue or topic). Service Units are used to map a JMS destination to a JBI ServiceEndpoint. A JBI MessageExchange sent to a ServiceEndpoint (mapped to a JMS destination) is transformed into a JMS TextMessage and sent to the corresponing JMS destination. A JMS message sent to a JMS Destination is transformed into a JBI MessageExchange and sent to the corresponding JBI ServiceEndpoint.
{petalslink:author=llacote|type=FIXME Compléter la section "Recommended Usage}

The Petals JMS component can be used to interact with an external JMS application or server (through a queue or a topic).
When used with the provider role, it allows to post TextMessages to a JMS queue or topic.
When used with the consumer role, it allows to read messages from a queue or receive messages posted on a given topic.


h1. Recommended Usage

This component should be used whenever interactions with a JMS server or application is required.
{petalslink}
{column}
{column:width=350px}