You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi team,
When using CAP with RabbitMQ, we currently can't directly find a CAP message in RabbitMQ's trajectory management backend using CAP's MessageId, because it's not assigned to RabbitMQ's BasicProperties.MessageId.
Request: In RabbitMqTransport.BasicPublishAsync, set BasicProperties.MessageId to CAP's MessageId when publishing messages.
This would let us directly search RabbitMQ management tools using CAP's MessageId, simplifying troubleshooting of message issues.
Thanks!