5.7.0 (2022-02-08)
Features Added
- Added
skipParsingBodyAsJson
optional parameter toEventHubConsumerClient.subscribe
method. When set totrue
it will disable the client from runningJSON.parse()
on the message body when receiving the message. Not applicable if the message was sent with AMQP body typevalue
orsequence
.