Hi
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.
Thanks
Inbal