I’m using the event registry with rabbitmq.
Is there a way to set the message properties (e.g. reply_to, correlation_id etc) for message sent to the rabbitmq ? and is it possible to access those properties for message arriving from the queue ?
In the examples i can see only access to the payload.
I’m trying to implement a request/response pattern - and would like to use those properties.
Currently it is not possible to set those properties out of the box. However, we have hook points that allow you to change the way the messages are handled.