Class PollableJmsChannel

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

@Deprecated(forRemoval=true, since="7.0") public class PollableJmsChannel extends PollableJmsChannel
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.0 in favor of PollableJmsChannel
A JMS-backed channel from which messages can be received through polling.
Since:
2.0
Author:
Mark Fisher, Oleg Zhurakousky, Gary Russell, Artem Bilan, Ngoc Nhan
  • Constructor Details

    • PollableJmsChannel

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