Configuring JMS Session Reuse
You can reduce overhead on JMS providers
by reusing JMS sessions across multiple transactions. Non-transacted
JMS and SOAP-JMS triggers reuse JMS sessions automatically after
receiving and processing messages. To configure this same behavior
with transacted JMS triggers and SOAP-JMS triggers, set the watt.server.jms.trigger.reuseJmsTxSession server configuration
parameter to true. If your JMS provider does not allow the reuse
of transacted JMS sessions, set this parameter to false. By default
this parameter is set to true. For more information about the watt.server.jms.trigger.reuseJmsTxSession server configuration
parameter, see Server Configuration Parameters.