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 |
IExchange |
class |
TopicExchange
The topic exchange type works as follows:
1.
|
Copyright © 2020 ScalAgent D.T.. All rights reserved.