solace-spring-cloud
solace-spring-cloud copied to clipboard
Document that using the sourceData header is not supported
When ErrorMessage
s are published to error channels, we include the sourceData
header to contain the raw XMLMessage
.
The README should be updated to indicate that users must not use the sourceData
header in their application code. This object is owned by the binder, NOT the application.
It is only provided in the ErrorMessage
for debugging purposes, and modifying or performing actions on this object is not supported and may result in the binder failing to process messages and handle errors.