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" />