public static interface InboundChannelModelBuilder.InboundJmsChannelBuilder
InboundEventChannelAdapter using JMS.| Modifier and Type | Method and Description |
|---|---|
InboundChannelModelBuilder.InboundJmsChannelBuilder |
concurrency(String concurrency)
Sets the concurrency for the listener (e.g "5-10").
|
InboundChannelModelBuilder.InboundEventProcessingPipelineBuilder |
eventProcessingPipeline()
Continue building the
InboundChannelModel by configuring the next parts (if any). |
InboundChannelModelBuilder.InboundJmsChannelBuilder |
selector(String selector)
Set the JMS message selector, which can be used to filter
out incoming events.
|
InboundChannelModelBuilder.InboundJmsChannelBuilder |
subscription(String subscription)
Sets the JMS subscription.
|
InboundChannelModelBuilder.InboundJmsChannelBuilder selector(String selector)
InboundChannelModelBuilder.InboundJmsChannelBuilder subscription(String subscription)
InboundChannelModelBuilder.InboundJmsChannelBuilder concurrency(String concurrency)
InboundChannelModelBuilder.InboundEventProcessingPipelineBuilder eventProcessingPipeline()
InboundChannelModel by configuring the next parts (if any).Copyright © 2022 Flowable. All rights reserved.