Package | Description |
---|---|
org.apache.qpid.server.exchange | |
org.apache.qpid.server.jmx.mbeans | |
org.apache.qpid.server.model | |
org.apache.qpid.server.queue | |
org.apache.qpid.server.virtualhost |
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 |
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 | Method and Description |
---|---|
Exchange<?> |
AbstractExchange.getAlternateExchange() |
Constructor and Description |
---|
ExchangeMBean(Exchange exchange,
VirtualHostMBean virtualHostMBean) |
Modifier and Type | Interface and Description |
---|---|
interface |
Exchange<X extends Exchange<X>> |
interface |
VirtualHost<X extends VirtualHost<X,Q,E>,Q extends Queue<?>,E extends Exchange<?>> |
Modifier and Type | Method and Description |
---|---|
Exchange<?> |
Exchange.getAlternateExchange() |
Exchange |
Queue.getAlternateExchange() |
Exchange<?> |
Binding.getExchange() |
Modifier and Type | Method and Description |
---|---|
Exchange<?> |
AbstractQueue.getAlternateExchange() |
Modifier and Type | Interface and Description |
---|---|
interface |
NonStandardVirtualHost<X extends NonStandardVirtualHost<X,Q,E>,Q extends Queue<?>,E extends Exchange<?>> |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.