Class JmsOutboundGateway

All Implemented Interfaces:
MessageListener, org.reactivestreams.Subscriber<Message<?>>, Aware, BeanClassLoaderAware, BeanFactoryAware, BeanNameAware, DisposableBean, InitializingBean, ApplicationContextAware, Lifecycle, Ordered, ComponentSourceAware, ExpressionCapable, Orderable, MessageProducer, HeaderPropagationAware, IntegrationPattern, NamedComponent, IntegrationManagement, ManageableLifecycle, TrackableComponent, MessageHandler, reactor.core.CoreSubscriber<Message<?>>

@Deprecated(forRemoval=true, since="7.0") public class JmsOutboundGateway extends JmsOutboundGateway
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.0 in favor of JmsOutboundGateway
An outbound Messaging Gateway for request/reply JMS.
Author:
Mark Fisher, Arjen Poutsma, Juergen Hoeller, Oleg Zhurakousky, Gary Russell, Artem Bilan, Christian Tzolov
  • Constructor Details

    • JmsOutboundGateway

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