Package com.softwareag.entirex.jms

This package is the Java Message Service implementation with the EntireX Broker.

See:
          Description

Interface Summary
JMSFormatter Interface to allow customer specific formatting of the JMS messages to connect to non-JMS clients.
 

Class Summary
TextFormatter Standard implementation for a formatter class for the EntireX JMS layer.
TextFormatterReplyQueue Standard implementation for a formatter class for the EntireX JMS layer.
 

Package com.softwareag.entirex.jms Description

This package is the Java Message Service implementation with the EntireX Broker. See the documentation of the JMS API for methods of JMS. We document only those parts needed to connect JMS applications and non-JMS applications.
The interface JMSFormatter has to be implemented by a Message Formatting Routine. This is a class converting JMS messages into a byte array readable by non-JMS applications and vice versa.