-
Sep 6th, 2011, 11:16 PM
#1
Message Listner
if we will use message driven channel adaptor which is a kind of listner is it possible to create more than one listner for reading from paricular queue of active Mq.This is require because one listner will not be enough to read all the messages we need multiple instances of listner .We will recieve around million of messages in queue requestQueue for which one listner will not be enough so we need more than one .Please suggest.
<jms:message-driven-channel-adapter channel="output" destination-name="requestQueue" />
-
Sep 7th, 2011, 06:53 AM
#2
Look at the concurrent-consumers and max-concurrent-consumers attributes. I am pretty sure that is what you need.
-
Sep 7th, 2011, 07:04 AM
#3
Could you please provide me some link containing the details with example on these attributes.
-
Sep 7th, 2011, 07:06 AM
#4
Look at the Spring reference manual JMS section. Spring INtegration JMS support is based on Spring JMS so the attributes I've mentioned are the properties of the DefaultMessageListenerContainer
-
Sep 7th, 2011, 07:17 AM
#5
I am reading the things from spring refrence version 2.0.5.RELEASE.I didn't get any thing thing on it.Please help me out,.
-
Sep 7th, 2011, 07:19 AM
#6
what is missing? There are 155 mentions of the word poller in the ref manual and over 20 different configuration samples explaining various details.
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