public interface ProviderMessageSender
Modifier and Type | Method and Description |
---|---|
void |
sendMessageInternal(TransferMessage transferMessage)
Sends a message to the message queue internally
|
void |
sendReplyMessage(TransferMessage transferMessage)
sends reply to the MQ implementation
|
void sendMessageInternal(TransferMessage transferMessage) throws MessageQueueCommunicationException
transferMessage
- the transfer message to sendMessageQueueCommunicationException
JMSException
- in case of an JMS errorvoid sendReplyMessage(TransferMessage transferMessage) throws MessageQueueCommunicationException
transferMessage
- messageMessageQueueCommunicationException
Copyright © 2019 Communote team. All rights reserved.