users@glassfish.java.net

Re: Anyway to customize thread pool for MDBs consuming from a JMS Queue?

From: <glassfish_at_javadesktop.org>
Date: Mon, 19 May 2008 02:32:04 PDT

You can create a "resource-adapter-config" for "jmsra" [default MQ resource adatper name] as follows :

asadmin create-resource-adapter-config --threadpools jms-thread-pool jmsra

where jms-thread-pool is the one created by user that can be used only for jmsra.

This will ensure that the work (message delivery) is done by a thread obtained from specified thread-pool.
[Message sent by forum member 'jr158900' (jr158900)]

http://forums.java.net/jive/thread.jspa?messageID=275125