Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 385 Bytes

NOTES.md

File metadata and controls

11 lines (9 loc) · 385 Bytes

Unsigned octet (8 bits). Unsigned short integers (16 bits). Unsigned long integers (32 bits). Unsigned long long integers (64 bits).

The AMQP specifications impose these limits on data:

  • Maximum size of a short string: 255 octets.
  • Maximum size of a long string or field table: 32-bit size.
  • Maximum size of a frame payload: 32-bit size.
  • Maximum size of a content: 64-bit size.