Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to clone message in Azure.Messaging.ServiceBus, Version=7.1.2.0

How can we achieve cloning message in Azure.Messaging.ServiceBus, Version=7.1.2.0 Earlier it was in Microsoft service bus.

like image 752
Ram Kumar Avatar asked Oct 31 '25 17:10

Ram Kumar


1 Answers

The Clone() method is not there anymore. Instead you can use the new constructor overload that takes a recieved message.

like image 132
Peter Bons Avatar answered Nov 02 '25 07:11

Peter Bons