-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Issue with AbstractCorrelatingMessageHandler in handling sequences if used in nested ScatterGather sequence #3157
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
Comments
tell me, please, how this issue is different from that one you are mentioning in the opened PR. Thanks |
Hi @artembilan, The issue mentioned in PR is a new bug that is introduced in 5.1.7 and above and is related to Original_ Header handling. This issue is related to Sequence Handling that has one unhandled scenario. If we agree that this fix can be merged along with PR #3153. I will push this fix to PR #3153 |
No, let's hold of from complicating that PR. We can come back to this afterwards. So, stay tuned! |
I have not pushed the changes to Test application, so you were not able to see the difference. you can review test application now. |
…re proper popsequence is done. spring-projects#3157
Affects Version(s): 5.2.x, 5.1.x
If the output processor in ScatterGather returns a message, Scatter Gather is hanging indefinitely.
This issue is present with all versions of Spring Integration.
This can be tested with SI version 5.1.3
Please find the test case here in the example git project.
https://github.com/sirimamilla/ScatterGatherTest
The text was updated successfully, but these errors were encountered: