Class JmsMessageDrivenEndpoint

All Implemented Interfaces:
Aware, BeanFactoryAware, BeanNameAware, DisposableBean, InitializingBean, SmartInitializingSingleton, ApplicationContextAware, Lifecycle, Phased, SmartLifecycle, ComponentSourceAware, ExpressionCapable, OrderlyShutdownCapable, MessageProducer, IntegrationPattern, NamedComponent, IntegrationInboundManagement, IntegrationManagement, ManageableLifecycle, ManageableSmartLifecycle, TrackableComponent

@Deprecated(forRemoval=true, since="7.0") public class JmsMessageDrivenEndpoint extends JmsMessageDrivenEndpoint
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.0 in favor of JmsMessageDrivenEndpoint
A message-driven endpoint that receive JMS messages, converts them into Spring Integration Messages, and then sends the result to a channel.
Author:
Mark Fisher, Oleg Zhurakousky, Gary Russell, Artem Bilan
  • Constructor Details

    • JmsMessageDrivenEndpoint

      public JmsMessageDrivenEndpoint(AbstractMessageListenerContainer listenerContainer, ChannelPublishingJmsMessageListener listener)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Construct an instance with an externally configured container.
      Parameters:
      listenerContainer - the container.
      listener - the listener.