public class QueueDestination extends MessageSourceDestination implements SendingDestination, ReceivingDestination
| Constructor and Description |
|---|
QueueDestination(AMQQueue queue) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCredit() |
Outcome[] |
getOutcomes() |
AMQQueue |
getQueue() |
Outcome |
send(Message_1_0 message,
ServerTransaction txn) |
public QueueDestination(AMQQueue queue)
public Outcome[] getOutcomes()
getOutcomes in interface ReceivingDestinationgetOutcomes in class MessageSourceDestinationpublic Outcome send(Message_1_0 message, ServerTransaction txn)
send in interface ReceivingDestinationpublic int getCredit()
getCredit in interface ReceivingDestinationgetCredit in class MessageSourceDestinationpublic AMQQueue getQueue()
getQueue in class MessageSourceDestinationCopyright © 2006–2016 The Apache Software Foundation. All rights reserved.