Uses of Interface
org.ow2.joram.mom.amqp.IExchangeMBean
-
Packages that use IExchangeMBean Package Description org.ow2.joram.mom.amqp -
-
Uses of IExchangeMBean in org.ow2.joram.mom.amqp
Classes in org.ow2.joram.mom.amqp that implement IExchangeMBean Modifier and Type Class Description classDirectExchangeThe 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.classFanoutExchangeThe fanout exchange type works as follows: 1.classHeadersExchangeThe headers exchange type works as follows: 1.classIExchangeclassTopicExchangeThe topic exchange type works as follows: 1.
-