hi,

I have a requirement where I need to use selectors when reading from a queue. even though we have an option to set concurrent consumers but there is no way to specify selector for each of the consumer. the other option is to instantiate multiple DefaultMessageListenerContainer by using multiple AbstractMessageListenerContainer beans. I would like the number of message listeners to be dynamic. I am using java spring config file. Does anyone have any suggestions how to achieve this ?

thanks
Hamid