Class FanoutExchange

  • All Implemented Interfaces:
    Externalizable, Serializable, IExchangeMBean

    public class FanoutExchange
    extends IExchange
    The fanout exchange type works as follows:
    • 1. A message queue binds to the exchange with no arguments.
    • 2. A publisher sends the exchange a message.
    • 3. The message is passed to the message queue unconditionally.
    See Also:
    Serialized Form