-
interface
A Queue object encapsulates a provider-specific queue name.
interface
A TemporaryQueue object is a unique Queue object
created for the duration of a Connection.
interface
A TemporaryTopic object is a unique Topic object
created for the duration of a Connection.
interface
A Topic object encapsulates a provider-specific topic name.
Gets the destination associated with this MessageProducer.
Gets the Destination object for this message.
Gets the Destination object to which a reply to this
message should be sent.
Creates a connection consumer for this connection (optional operation).
Creates a MessageConsumer for the specified destination.
Creates a MessageConsumer for the specified destination,
using a message selector.
Creates MessageConsumer for the specified destination, using a
message selector.
Creates a MessageProducer to send messages to the specified
destination.
void
Sends a message to a destination for an unidentified message producer.
void
MessageProducer.send(Destination destination,
Message message,
int deliveryMode,
int priority,
long timeToLive)
Sends a message to a destination for an unidentified message producer,
specifying delivery mode, priority and time to live.
void
Sets the Destination object for this message.
void
Sets the Destination object to which a reply to this
message should be sent.