Class PointToPointSubscribableAmqpChannel

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

public class PointToPointSubscribableAmqpChannel extends AbstractAmqpChannel
The AbstractSubscribableAmqpChannel implementation for one-to-one subscription over AMQP queue.

If queue name is not provided, the channel bean name is used internally to declare a queue via provided AmqpAdmin (if any).

Since:
2.1
Author:
Mark Fisher, Artem Bilan