Skip to content

[Python AMQP] add timeout/msg_timeout/kwargs TODOs #25875

@swathipil

Description

@swathipil

For parity with uamqp:

  1. MAX_FRAME SIZE_BYTES - the maximum frame size. This already exists in pyamqp. Same constant in uamqp [here].
  2. MAX_MESSAGE_LENGTH_BYTES - The maximum payload size within the frame. This doesn't exist yet in pyamqp, so figure out what this should be. Same constant in uamqp [here].
  • Fix all the strange things in the pyamqp authentication.py file and make sure we have all parameters needed from the uamqp tokens [here]. It looks like we're missing a lot of them, though I don't know if that's intentional.

Metadata

Metadata

Assignees

Labels

AMQP PythonClientThis issue points to a problem in the data-plane of the library.Event HubsMessagingMessaging crew

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions