Class SubscribableJmsChannel

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

@Deprecated(forRemoval=true, since="7.0") public class SubscribableJmsChannel extends SubscribableJmsChannel
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.0 in favor of SubscribableJmsChannel
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
  • Constructor Details