Open dominiksondevops opened 5 months ago
For ActiveMQ.Artemis.Client.Message coming from AutoRecoveringConsumer.ReceiveAsync:
When messageId is a GUID, getting messageId through message.MessageId throws:
System.InvalidCastException: Unable to cast object of type 'System.Guid' to type 'System.String'. at ActiveMQ.Artemis.Client.Message.get_MessageId()
MessageId should be returned
none
Describe the bug
For ActiveMQ.Artemis.Client.Message coming from AutoRecoveringConsumer.ReceiveAsync:
When messageId is a GUID, getting messageId through message.MessageId throws:
System.InvalidCastException: Unable to cast object of type 'System.Guid' to type 'System.String'. at ActiveMQ.Artemis.Client.Message.get_MessageId()
Expected behavior
MessageId should be returned
Environment:
Additional context
none