Class PublishSubscribeAmqpChannel

All Implemented Interfaces:
ConnectionListener, Aware, BeanFactoryAware, BeanNameAware, DisposableBean, InitializingBean, ApplicationContextAware, Lifecycle, Phased, SmartLifecycle, BroadcastCapableChannel, ExpressionCapable, IntegrationPattern, NamedComponent, IntegrationManagement, ManageableLifecycle, ManageableSmartLifecycle, TrackableComponent, MessageChannel, SubscribableChannel, InterceptableChannel

public class PublishSubscribeAmqpChannel extends AbstractAmqpChannel implements BroadcastCapableChannel
The AbstractSubscribableAmqpChannel extension for pub-sub semantics based on the FanoutExchange.
Since:
2.1
Author:
Mark Fisher, Gary Russell, Artem Bilan