Package org.springframework.integration.amqp.channel
package org.springframework.integration.amqp.channel
Provides classes related to AMQP-backed channels.
-
ClassDescriptionThe base
AbstractMessageChannel
implementation for AMQP.TheAbstractSubscribableAmqpChannel
implementation for one-to-one subscription over AMQP queue.APollableChannel
implementation that is backed by an AMQP Queue.TheAbstractSubscribableAmqpChannel
extension for pub-sub semantics based on theFanoutExchange
.