Set JMSConfig's reconnectionOnException default value to be true  
------------------------------------------------------------------

                 Key: CXF-2434
                 URL: https://issues.apache.org/jira/browse/CXF-2434
             Project: CXF
          Issue Type: Improvement
    Affects Versions: 2.2.3, 2.1.6, 2.0.12, 2.2.2, 2.2.1, 2.1.5, 2.0.11, 2.2, 
2.1.4, 2.0.10, 2.1.3
            Reporter: Willem Jiang
            Assignee: Willem Jiang
             Fix For: 2.1.7, 2.2.4, 2.3


JMS transport will try to wrap a connectionFactory with Spring's 
SingleConnectionFactory, and the SingleConnectionFactory's default vaule of 
reconnectOnException is false.  It will cause the SingleConnectionFactory not 
try to reconnection the JMS broker when the exception is thrown.

So we need to set the JMSConfig's default value of reconnectOnException to be 
true to enable this recovery feature by default.



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to