Package dev.galasa.mq
Interface IMessageQueueManager
public interface IMessageQueueManager
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
javax.jms.BytesMessage
createBytesMessage
(byte[] input) creates a new JMS Messagejavax.jms.TextMessage
createTextMessage
(String content) creates a new JMS Message of type TEXT
-
Method Details
-
createTextMessage
creates a new JMS Message of type TEXT- Returns:
- the message
- Throws:
MqManagerException
-
createBytesMessage
creates a new JMS Message- Returns:
- the message
- Throws:
MqManagerException
-
close
void close()
-