Message Pack serialization with Json serialization when messages moved to error queues

Hi there,

We are using NSB with Azure Service Bus. I’d like to move to Message Pack message serialization. However, its very useful being able to look at the error queue messages in plain Json. Is there a way to apply the Json Serialization when failed messages are moved to the error queue? Thanks

Hi @s-r ,
Welcome! Unfortunately, there isn’t a way to tell a failed message to use a different serializer than what it was received on.

Dan

1 Like