Class SQSQueueDestination

  • All Implemented Interfaces:
    javax.jms.Destination, javax.jms.Queue

    public class SQSQueueDestination
    extends Object
    implements javax.jms.Destination, javax.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 Detail

      • getQueueName

        public String getQueueName()
                            throws javax.jms.JMSException
        Returns the name of this queue.
        Specified by:
        getQueueName in interface javax.jms.Queue
        Returns:
        queueName
        Throws:
        javax.jms.JMSException
      • getQueueUrl

        public String getQueueUrl()
        Returns the queueUrl of this queue.
        Returns:
        queueUrl
      • isFifo

        public boolean isFifo()
      • toString

        public String toString()
        Specified by:
        toString in interface javax.jms.Queue
        Overrides:
        toString in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object