Using Activity Implementor JMS Adapter

The class com.centurylink.mdw.workflow.adapter.jms.JmsAdapter implements an adapter activity that can be used to send JMS messages. The adapter is intended for both asynchronous messages (sending messages only - using another event wait activity to receive the responses if they are expected) and synchronous messages (sending messages and waiting for responses in the same activity).

Attributes

The following attributes are used by this implementor:

Extending the Implementor

If your customization needs cannot be completely met by the attributes above, you can consider subclassing this implementor. Refer to this link for description of overridable methods. Additionally, you can override the methods implemented in this class, which include: Refer to the class's javadoc for more details.