public interface QueueExecutor
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the resources
|
javax.jms.Message |
sendAndReceive(javax.jms.Message request,
int deliveryMode,
int priority,
long expiration)
Sends and receives a message.
|
javax.jms.Message sendAndReceive(javax.jms.Message request,
int deliveryMode,
int priority,
long expiration)
throws javax.jms.JMSException
request - the message to senddeliveryMode - the delivery mode to usepriority - the priority for this messageexpiration - messages lifetime in msnulljavax.jms.JMSException - in case of an exception from the messaging systemvoid close()
throws javax.jms.JMSException
javax.jms.JMSException - in case of an exception from the messaging systemCopyright © 1998-2023 Apache Software Foundation. All Rights Reserved.