This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/3.3.x-fixes by this push:
new b1256ef CXF-8259: Blocked thread of JMS transport during jboss
shutdown (#659)
b1256ef is described below
commit b1256efdc57465858d41586ca32cbe6c42355ed6
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)
---
.../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++;