solace-spring-cloud icon indicating copy to clipboard operation
solace-spring-cloud copied to clipboard

Document that using the sourceData header is not supported

Open Nephery opened this issue 4 years ago • 0 comments

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

Nephery avatar Feb 25 '21 18:02 Nephery