PDA

View Full Version : JMS Backed Channel w/ Concurrent Consumers?



jsight
Jan 11th, 2010, 09:27 AM
Is it possible to have a JMS backed channel (eg, <jms:channel id="myChannel" queue="myQueue"/>) that consumes multiple messages on parallel threads?

These seem to create a bottleneck w/o some ability to tie into a task executor.

Mark Fisher
Jan 11th, 2010, 09:40 AM
Currently, the DefaultMessageListenerContainer is completely encapsulated within the JmsBackedMessageChannel implementation, and we are not exposing the setters for a TaskExecutor or concurrent consumer settings.

Could you create a JIRA issue for that?

Thanks,
Mark

jsight
Jan 11th, 2010, 09:49 AM
Thanks for the quick reply... filed:

http://jira.springframework.org/browse/INT-959