Interface InboundChannelModelBuilder.InboundJmsChannelBuilder
- Enclosing interface:
- InboundChannelModelBuilder
public static interface InboundChannelModelBuilder.InboundJmsChannelBuilder
Builder to create an
InboundEventChannelAdapter
using JMS.-
Method Summary
Modifier and TypeMethodDescriptionconcurrency
(String concurrency) Sets the concurrency for the listener (e.g "5-10").Continue building theInboundChannelModel
by configuring the next parts (if any).Set the JMS message selector, which can be used to filter out incoming events.subscription
(String subscription) Sets the JMS subscription.
-
Method Details
-
selector
Set the JMS message selector, which can be used to filter out incoming events. See the JMS spec for more info. -
subscription
Sets the JMS subscription. See the JMS spec for more info. -
concurrency
Sets the concurrency for the listener (e.g "5-10"). See the Spring JMS docs for more info. -
eventProcessingPipeline
InboundChannelModelBuilder.InboundEventProcessingPipelineBuilder eventProcessingPipeline()Continue building theInboundChannelModel
by configuring the next parts (if any).
-