Example usage for Java javax.jms QueueSender fields, constructors, methods, implement or subclass
The text is from its open source code.
void | close() Closes the message producer. |
void | send(Message message) Sends a message to the queue. |
void | send(Message message, int deliveryMode, int priority, long timeToLive) Sends a message to the queue, specifying delivery mode, priority, and time to live. |
void | setTimeToLive(long timeToLive) Sets the default length of time in milliseconds from its dispatch time that a produced message should be retained by the message system. |