JMS SingleConnectionFactory performs start call within connection monitor (for Oracle AQ)
This commit is contained in:
parent
542b88fb04
commit
a8fa8f4942
|
|
@ -509,8 +509,8 @@ public class SingleConnectionFactory
|
|||
}
|
||||
else if (method.getName().equals("start")) {
|
||||
// Handle start method: track started state.
|
||||
this.target.start();
|
||||
synchronized (connectionMonitor) {
|
||||
this.target.start();
|
||||
started = true;
|
||||
}
|
||||
return null;
|
||||
|
|
|
|||
Loading…
Reference in New Issue