| Methods in org.openeai.jms.consumer.commands that throw CommandException |
javax.jms.Message |
RequestCommand.execute(int messageNumber,
javax.jms.Message aMessage)
Method used to implement business logic specific to a message or set of messages consumed
by a OpenEAI PointToPointConsumer. |
void |
SyncCommand.execute(int messageNumber,
javax.jms.Message aMessage)
Method used to implement business logic specific to a message or set of messages consumed
by a OpenEAI PubSubConsumer or PointToPointConsumer. |
protected javax.jms.Message |
RequestCommandImpl.getMessage(javax.jms.TextMessage msg,
java.lang.String replyContents)
Adds the supplied reply contents to the supplied message, and returns the message. |
void |
RequestCommand.shutdown()
|
void |
ConsumerCommand.shutdown()
|
void |
SyncCommand.shutdown()
|