Send a Java Message System (JMS) Message

The JMS external action receives messages and relays them to Java Message System (JMS)-compliant message brokers, such as IBM WebSphere MQ.

The JMS external action has two output ports. The success port () can send a message if the message broker is notified successfully. The failure port (x) can send a message if the notification fails.

Setting up a JMS Message Broker with FME Server

Before configuring a JMS external action, you must set up a JMS broker to work with FME Server. The steps depend on the broker you use, and are explained in the following section:

Parameters

Sample Configurations

Output Keys

See Also

Tip: To view the output keys from upstream components, click Show Upstream Keys.

Key Description
time Event time
source Event type
error.type (Failure port only) Error type
error.message (Failure port only) Error message

See Also