Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
incubation
-
None
Description
MultiplexingProviderProcessor classes creates a jms session in the doStart method (deployment time : Thread 1) and reuses this one at execution time (Thread 2). This is not JMS compliant. JMS sessions must be created just before using them and closed before the end of the thread.