Skip to content

Set correct Content-Type for messages sent by AmqpEventDispatcher

The wrong Content-Type was set by Spring, because messages are converted manually to a JSON string. This caused issues on the consumer side.

Merge request reports