JMS Inbound Channel
Technical configuration

In this section the JMS destinations that the channel should listen to needs to be configured. An expression can be used to determine the name of the destination that should be consumed.
Advanced configuration

All options here are optional and allow using expressions. The available options are:
- Message selector - An expression that is used to configure which JMS messages should be received. Please check your JMS vendor documentation to know which syntax to used.
- Subscription - Configures the name of the subscription when listening to JMS messages. Please check your JMS vendor documentation to know which syntax to used.
- Concurrency - A numerical value or an expression resolving to a number, that is used to configure how many JMS listeners should be started.
Pipeline
The pipeline configuration is the same for all channels. See Inbound Pipeline for more details.