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 ReceivingDestination
getOutcomes
in class MessageSourceDestination
public Outcome send(Message_1_0 message, ServerTransaction txn)
send
in interface ReceivingDestination
public int getCredit()
getCredit
in interface ReceivingDestination
getCredit
in class MessageSourceDestination
public AMQQueue getQueue()
getQueue
in class MessageSourceDestination
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.