Hi there,
Is there a way to set correlation id and message id for the azure service bus message? Currently we use application insight for distributed tracing and application insight can automatically group events across azure resource. But for this to happen with azure service bus we need to provide a correlation within the message.
Message id is used to prevent duplication. Azure service bus ignore subsequent message with same message id. Currently, it looks like message id is generated by Cap library.
It would be awesome to be able to set these values from the application.
Thanks really appreciate your work on this great library.