This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch 3.2.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.2.x-fixes by this push:
     new a6dbeda  CXF-8259: Blocked thread of JMS transport during jboss 
shutdown (#659)
a6dbeda is described below

commit a6dbedaa169fad419139bccda5c9fa9de8996ddf
Author: Andriy Redko <[email protected]>
AuthorDate: Fri Apr 17 08:21:16 2020 -0400

    CXF-8259: Blocked thread of JMS transport during jboss shutdown (#659)
    
    (cherry picked from commit 9f8c16775661b028affc7e6033a20ecd0b35705d)
    (cherry picked from commit b1256efdc57465858d41586ca32cbe6c42355ed6)
---
 .../jms/src/main/java/org/apache/cxf/transport/jms/JMSDestination.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/rt/transports/jms/src/main/java/org/apache/cxf/transport/jms/JMSDestination.java
 
b/rt/transports/jms/src/main/java/org/apache/cxf/transport/jms/JMSDestination.java
index fb34c64..53176f1 100644
--- 
a/rt/transports/jms/src/main/java/org/apache/cxf/transport/jms/JMSDestination.java
+++ 
b/rt/transports/jms/src/main/java/org/apache/cxf/transport/jms/JMSDestination.java
@@ -182,7 +182,7 @@ public class JMSDestination extends 
AbstractMultiplexDestination implements Mess
         }
     }
 
-    protected synchronized void restartConnection() {
+    protected void restartConnection() {
         int tries = 0;
         do {
             tries++;

Reply via email to