public class SQSQueueDestination extends Object implements javax.jms.Destination, javax.jms.Queue
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getQueueName()
Returns the name of this queue.
|
String |
getQueueUrl()
Returns the queueUrl of this queue.
|
int |
hashCode() |
boolean |
isFifo() |
String |
toString() |
public String getQueueName() throws javax.jms.JMSException
getQueueName in interface javax.jms.Queuejavax.jms.JMSExceptionpublic String getQueueUrl()
public boolean isFifo()
public String toString()
Copyright © 2022. All rights reserved.