public interface MessageSender
| Modifier and Type | Method and Description |
|---|---|
javax.jms.BytesMessage |
createBytesMessage() |
javax.jms.TextMessage |
createTextMessage() |
void |
doStop() |
boolean |
failed() |
javax.jms.MessageProducer |
getMessageProducer() |
javax.jms.MessageProducer |
getMessageProducer(javax.jms.Destination destination) |
Exception |
getReasonForFailure() |
void |
setConnection(javax.jms.Connection connection) |
javax.jms.MessageProducer getMessageProducer()
Exception getReasonForFailure()
boolean failed()
void doStop()
javax.jms.MessageProducer getMessageProducer(javax.jms.Destination destination)
throws Exception
Exceptionvoid setConnection(javax.jms.Connection connection)
Copyright © 2016. All rights reserved.