Uses of Class
org.ow2.joram.mom.amqp.IExchange
-
Packages that use IExchange Package Description org.ow2.joram.mom.amqp -
-
Uses of IExchange in org.ow2.joram.mom.amqp
Subclasses of IExchange in org.ow2.joram.mom.amqp 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.classTopicExchangeThe topic exchange type works as follows: 1.Fields in org.ow2.joram.mom.amqp with type parameters of type IExchange Modifier and Type Field Description private static ConcurrentHashMap<String,IExchange>Naming. exchangesMethods in org.ow2.joram.mom.amqp that return IExchange Modifier and Type Method Description static IExchangeIExchange. loadExchange(String name)static IExchangeNaming. lookupExchange(String name)Methods in org.ow2.joram.mom.amqp with parameters of type IExchange Modifier and Type Method Description static voidNaming. bindExchange(String name, IExchange ref)
-