Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
4.4.2, 4.4.3, 4.6.0, 4.7.0, 4.8.0
-
None
-
Unknown
-
Regression
Description
The default HeaderFilterStrategy created when automatic header propagation was implemented for the Service Bus did not take steps to ensure that propagated headers are of a Java type that can be encoded as an application property by the underlying client libraries.
This would lead to errors of the form: com.azure.messaging.servicebus.ServiceBusException: No encoding is known for map entry value of type: <unmappable class name>
Attachments
Issue Links
- is caused by
-
CAMEL-20596 Propagate Azure Service Bus message headers (properties) to Camel Message
- Resolved
- links to