Class StompInboundChannelAdapter

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

The MessageProducerSupport for STOMP protocol to handle STOMP frames from provided destination and send messages to the outputChannel.

Destinations can be added and removed at runtime.

The StompReceiptEvent is emitted for each Subscribe STOMP frame if provided StompSessionManager supports autoReceiptEnabled.

Since:
4.2
Author:
Artem Bilan, Gary Russell, Trung Pham