Interface | Description |
---|---|
JmsMessageFactory |
The JmsMessageFactory interface allows for the creation of a
javax.jms.Message . |
Class | Description |
---|---|
JmsHelper |
Utility class that aids in the processing of JMS based jobs and sending
of
javax.jms.Message |
SendDestinationMessageJob |
A
Job that sends a javax.jms.Message to a
javax.jms.Destination . |
SendQueueMessageJob |
A
Job that sends a javax.jms.Message to a
javax.jms.Queue
The following properties are expected to be provided in the JobDataMap :
JMS_CONNECTION_FACTORY_JNDI - The JNDI name of the JMS Connection Factory. |
SendTopicMessageJob |
A
Job that sends a javax.jms.Message to a
javax.jms.Topic . |
Exception | Description |
---|---|
JmsJobException |
The JmsJobException is used to indicate an error during sending of a
javax.jms.Messaage . |