Skip to main content

JMS Connector

JMS connector allows easy access to JMS and messaging.

Service Description

There are two component options for configuring a connector to communicate with JMS:

  • JMS Receiver Connector
  • JMS Sender Connector

JMS (Java Message Service) is an API used on the Java platform to provide asynchronous message communication between applications. This API enables the exchange of messages between different applications in a reliable, flexible and independent way. JMS is often used for Java applications to exchange data with each other or between different systems. JMS connector allows Java applications to interact with other messaging systems via JMS. This allows Java applications to communicate with other messaging systems using standard interfaces provided by JMS.