Skip to content

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

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

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