When FailOver is on top of Cached (connection factories) and single-use is true (required when using a CCCF), a new FailoverConnection is created. However, the delegate's listener (the failover connection) is not updated, so the "reply" has the wrong connection id.
Work around is to configure the Caching factory to wrap the Failover factory.
Gary Russell opened INT-4024 and commented
When FailOver is on top of Cached (connection factories) and single-use is
true
(required when using a CCCF), a newFailoverConnection
is created. However, the delegate's listener (the failover connection) is not updated, so the "reply" has the wrong connection id.Work around is to configure the Caching factory to wrap the Failover factory.
Affects: 4.2.5, 4.3 M2
Reference URL: http://stackoverflow.com/questions/37131611/failoverclientconnectionfactory-cannot-correlate-response/37144166#37144166
Referenced from: pull request #1804
The text was updated successfully, but these errors were encountered: