Modifier and Type | Interface and Description |
---|---|
interface |
ExchangeImpl<T extends ExchangeImpl<T>> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractExchange<T extends AbstractExchange<T>> |
class |
DefaultDestination |
class |
DirectExchange |
class |
FanoutExchange |
class |
HeadersExchange
An exchange that binds queues based on a set of required headers and header values
and routes messages to these queues by matching the headers of the message against
those with which the queues were bound.
|
class |
TopicExchange |
Modifier and Type | Interface and Description |
---|---|
interface |
Exchange<X extends Exchange<X>> |
Modifier and Type | Method and Description |
---|---|
int |
ServerSession.enqueue(MessageTransferMessage message,
InstanceProperties instanceProperties,
MessageDestination exchange) |
Modifier and Type | Method and Description |
---|---|
MessageDestination |
IncomingMessage.getDestination() |
Modifier and Type | Method and Description |
---|---|
void |
IncomingMessage.setMessageDestination(MessageDestination e) |
void |
AMQChannel.setPublishFrame(MessagePublishInfo info,
MessageDestination e) |
Modifier and Type | Method and Description |
---|---|
MessageDestination |
NodeReceivingDestination.getDestination() |
Constructor and Description |
---|
NodeReceivingDestination(MessageDestination destination,
TerminusDurability durable,
TerminusExpiryPolicy expiryPolicy) |
Modifier and Type | Interface and Description |
---|---|
interface |
AMQQueue<X extends AMQQueue<X>> |
interface |
LastValueQueue<X extends LastValueQueue<X>> |
interface |
PriorityQueue<X extends PriorityQueue<X>> |
interface |
SortedQueue<X extends SortedQueue<X>> |
interface |
StandardQueue<X extends StandardQueue<X>> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractQueue<X extends AbstractQueue<X>> |
class |
LastValueQueueImpl |
class |
OutOfOrderQueue<X extends OutOfOrderQueue<X>> |
class |
PriorityQueueImpl |
class |
SortedQueueImpl |
class |
StandardQueueImpl |
Modifier and Type | Method and Description |
---|---|
MessageDestination |
VirtualHostImpl.getAttainedMessageDestination(String name) |
MessageDestination |
AbstractVirtualHost.getAttainedMessageDestination(String name) |
MessageDestination |
VirtualHostImpl.getDefaultDestination() |
MessageDestination |
AbstractVirtualHost.getDefaultDestination() |
Modifier and Type | Method and Description |
---|---|
MessageDestination |
BDBHAReplicaVirtualHostImpl.getAttainedMessageDestination(String name) |
MessageDestination |
BDBHAReplicaVirtualHostImpl.getDefaultDestination() |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.