-
Feb 18th, 2008, 11:40 AM
#1
Multiple DefaultMessageListenerContainer
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
-
Jun 13th, 2008, 03:22 PM
#2
I am looking into the same issue too.
Last edited by pkbhavani; Jun 13th, 2008 at 04:51 PM.
-
Jun 13th, 2008, 05:20 PM
#3
The last time we needed to do something like this we had to create an instance of DMLC for each different selector, couldnt find any other way to do it...am open to any corrections
-
Jun 17th, 2008, 08:53 AM
#4
<<< The last time we needed to do something like this we had to create an instance of DMLC for each different selector, couldnt find any other way to do it...am open to any corrections
same issue ... could not find another way ...am open to any corrections
-
Feb 11th, 2011, 10:24 AM
#5
any solutions for this?
has anyone found a workaround for this sort of requirement? I am too having same problem. Do i have to have multiple DMLC for different consumers? How many DMLC's can i have in my app? becoz my consumers can grow to 500-700 at any given point of time.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules