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
Gary Russell opened SPR-11468 and commented
High volume data ingestion in Spring Integration requires a mutable message (so messages can be reused, avoiding garbage collection).
Also, it will be beneficial if the creation of ID and timestamp headers can be made optional.
ID
timestamp
To support the Spring Integration MutableMessage we require some loosening of constraints on the MessageHeaders object; specifically:
MutableMessage
MessageHeaders
headers
getRawHeaders()
Affects: 4.0.2
Issue Links:
Referenced from: pull request #509
The text was updated successfully, but these errors were encountered:
Juergen Hoeller commented
Gary, since SPR master is dedicated to 4.1 now, feel free to apply those changes right away...
Juergen
Sorry, something went wrong.
rstoyanchev
No branches or pull requests
Gary Russell opened SPR-11468 and commented
High volume data ingestion in Spring Integration requires a mutable message (so messages can be reused, avoiding garbage collection).
Also, it will be beneficial if the creation of
ID
andtimestamp
headers can be made optional.To support the Spring Integration
MutableMessage
we require some loosening of constraints on theMessageHeaders
object; specifically:headers
field (e.g.getRawHeaders()
Affects: 4.0.2
Issue Links:
Referenced from: pull request #509
The text was updated successfully, but these errors were encountered: