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 |
MessageDestination |
interface |
MessageSource |
Modifier and Type | Interface and Description |
---|---|
interface |
Exchange<X extends Exchange<X>> |
Modifier and Type | Method and Description |
---|---|
void |
SystemNodeCreator.SystemNodeRegistry.registerSystemNode(MessageNode node) |
void |
SystemNodeCreator.SystemNodeRegistry.removeSystemNode(MessageNode node) |
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 | Class and Description |
---|---|
class |
TrustStoreMessageSource |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSystemMessageSource |
class |
VirtualHostPropertiesNode |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.