Skip to content

[servicebus] add repr() to ServiceBusMessage/ServiceBusReceivedMessage/ServiceBusBatchMessage #16453

@rakshith91

Description

@rakshith91

latest updates:


right now, msg.body returns a generator since it's directly returning the data object from the uamqp message object.

It means to extract contents as a string I have to do next(msg..body).decode('utf-8')

body_as_Str would be a nice convenience to add ; there's on in EH too

Metadata

Metadata

Assignees

Labels

ClientThis issue points to a problem in the data-plane of the library.MessagingMessaging crewService Bus

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions