JMS Component

Overview

The JMS Component contains the necessary to work the Java Message Service (JMS).

Install the JMS Component

If it is not available yet in your {di-designer-name-full}, install the JMS Component from {di-designer-name-short} using the component installation process.

Supported Features

Feature Description

Connectivity

Messages can be sent to or received from the following JMS resources:

  • Topic (send)

  • Subscribers (receive)

  • Queues (send and receive)

Transactions

All the operations can be managed in transactions, committed manually or automatically.

The following transaction modes are supported:

  • SESSION_TRANSACTED

  • CLIENT_ACKNOWLEDGE

  • AUTO_ACKNOWLEDGE

  • DUPS_OK_ACKNOWLEDGE

Receive methods

The received messages can be:

  • Stored directly in a file

  • Used in Semarchy xDI