camunda / connectors

Camunda Connectors
https://docs.camunda.io/docs/components/integration-framework/connectors/out-of-the-box-connectors/available-connectors-overview/
Apache License 2.0
34 stars 36 forks source link

feature-2730 fix the escaping feature for rabbitMQ outbound connector #2778

Closed mathias-vandaele closed 1 week ago

mathias-vandaele commented 2 weeks ago

Description

When passing a JSON object as body for the rabbitMQ outbound connector, it is converted either to a Map or a String.

When a Map was wrote as a Json, it was then unescaped. This PR removes this feature.

We have to be sure it does not cause any weird side effect to remove this feature

Related issues

closes https://github.com/camunda/connectors/issues/2730