Class SubscribableJmsChannel

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

public class SubscribableJmsChannel extends AbstractJmsChannel implements BroadcastCapableChannel, ManageableSmartLifecycle
An AbstractJmsChannel implementation for message-driven subscriptions. Also implements a BroadcastCapableChannel to represent possible pub-sub semantics when configured against JMS topic.
Since:
2.0
Author:
Mark Fisher, Gary Russell, Artem Bilan