Class JmsDestinationPollingSource

All Implemented Interfaces:
Aware, BeanFactoryAware, BeanNameAware, DisposableBean, InitializingBean, MessageSource<Object>, IntegrationPattern, NamedComponent, IntegrationInboundManagement, IntegrationManagement

@Deprecated(forRemoval=true, since="7.0") public class JmsDestinationPollingSource extends JmsDestinationPollingSource
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.0 in favor of JmsDestinationPollingSource
A source for receiving JMS Messages with a polling listener. This source is only recommended for very low message volume. Otherwise, the JmsMessageDrivenEndpoint that uses Spring's MessageListener container support is a better option.
Author:
Mark Fisher, Oleg Zhurakousky, Artem Bilan
  • Constructor Details

    • JmsDestinationPollingSource

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