Package | Description |
---|---|
org.ow2.joram.mom.amqp |
Modifier and Type | Class and Description |
---|---|
class |
DirectExchange
The direct exchange type provides routing of messages to zero or more queues
based on an exact match between the routing key of the message, and the
binding key used to bind the queue to the exchange.
|
class |
FanoutExchange
The fanout exchange type works as follows:
1.
|
class |
HeadersExchange
The headers exchange type works as follows:
1.
|
class |
TopicExchange
The topic exchange type works as follows:
1.
|
Modifier and Type | Field and Description |
---|---|
private static ConcurrentHashMap<String,IExchange> |
Naming.exchanges |
Modifier and Type | Method and Description |
---|---|
static IExchange |
IExchange.loadExchange(String name) |
static IExchange |
Naming.lookupExchange(String name) |
Modifier and Type | Method and Description |
---|---|
static void |
Naming.bindExchange(String name,
IExchange ref) |
Copyright © 2016 ScalAgent D.T.. All Rights Reserved.