Class AbstractJmsChannel

All Implemented Interfaces:
Aware, BeanFactoryAware, BeanNameAware, DisposableBean, InitializingBean, ApplicationContextAware, ComponentSourceAware, ExpressionCapable, IntegrationPattern, NamedComponent, IntegrationManagement, TrackableComponent, MessageChannel, InterceptableChannel

@Deprecated(forRemoval=true, since="7.0") public abstract class AbstractJmsChannel extends AbstractJmsChannel
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.0 in favor of AbstractJmsChannel
A base AbstractMessageChannel implementation for JMS-backed message channels.
Since:
2.0
Author:
Mark Fisher, Gary Russell
See Also:
  • Constructor Details

    • AbstractJmsChannel

      public AbstractJmsChannel(JmsTemplate jmsTemplate)
      Deprecated, for removal: This API element is subject to removal in a future version.