How can we achieve cloning message in Azure.Messaging.ServiceBus, Version=7.1.2.0 Earlier it was in Microsoft service bus.
Asked
Active
Viewed 944 times
1 Answers
4
The Clone()
method is not there anymore. Instead you can use the new constructor overload that takes a recieved message.

Peter Bons
- 26,826
- 4
- 50
- 74
-
1Weird that this question is closed, it and this answer were exactly what I needed. – Lavamantis Jun 21 '22 at 23:21