Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TCP: Failover of Caching Connection Factory Does not Work with OB Gateway [INT-4024] #7970

Closed
spring-operator opened this issue May 10, 2016 · 0 comments
Assignees
Milestone

Comments

@spring-operator
Copy link
Contributor

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 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.


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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants