public interface TextMessageProducer
TextMessage
instances to a
Connection
.Modifier and Type | Method and Description |
---|---|
void |
send(String text)
Sends text within payload of a
Message . |
void send(String text) throws javax.jms.JMSException
Message
.text
- Text for the payload of the Message
.javax.jms.JMSException
- If fails to send the Message
.Copyright © 2005–2016. All rights reserved.