JMS sessions are not singleThread
---------------------------------

         Key: SM-378
         URL: https://issues.apache.org/activemq/browse/SM-378
     Project: ServiceMix
        Type: Bug

  Components: servicemix-jms  
    Versions: incubation    
    Reporter: Charles Souillard


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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to