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")) {
|
else if (method.getName().equals("start")) {
|
||||||
// Handle start method: track started state.
|
// Handle start method: track started state.
|
||||||
this.target.start();
|
|
||||||
synchronized (connectionMonitor) {
|
synchronized (connectionMonitor) {
|
||||||
|
this.target.start();
|
||||||
started = true;
|
started = true;
|
||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue