Package com.amazon.sqs.javamessaging
Class SQSQueueDestination
java.lang.Object
com.amazon.sqs.javamessaging.SQSQueueDestination
- All Implemented Interfaces:
jakarta.jms.Destination
,jakarta.jms.Queue
public class SQSQueueDestination
extends Object
implements jakarta.jms.Destination, jakarta.jms.Queue
A SQSQueueDestination object encapsulates a queue name and SQS specific queue
URL. This is the way a client specifies the identity of a queue to JMS API
methods.
-
Method Details
-
getQueueName
Returns the name of this queue.- Specified by:
getQueueName
in interfacejakarta.jms.Queue
- Returns:
- queueName
-
getQueueUrl
Returns the queueUrl of this queue.- Returns:
- queueUrl
-
isFifo
public boolean isFifo() -
toString
-
hashCode
public int hashCode() -
equals
-