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 . |
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.Message . |
Copyright 2001-2019, Terracotta, Inc.