Java javax.jms QueueSender fields, constructors, methods, implement or subclass

Example usage for Java javax.jms QueueSender fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.jms QueueSender.

The text is from its open source code.

Implementation

javax.jms.QueueSender has the following implementations.
Click this link to see all its implementation.

Method

voidclose()
Closes the message producer.
voidsend(Message message)
Sends a message to the queue.
voidsend(Message message, int deliveryMode, int priority, long timeToLive)
Sends a message to the queue, specifying delivery mode, priority, and time to live.
voidsetTimeToLive(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.