Ram Kumar
Ram Kumar

Reputation: 43

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.

Upvotes: 4

Views: 1497

Answers (1)

Peter Bons
Peter Bons

Reputation: 29830

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

Upvotes: 5

Related Questions