AMQP Hex Decoder

AMQP is an enterprise messaging protocol used by brokers like RabbitMQ for reliable queueing, routing, and pub-sub workloads.

Decode AMQP Data

If this decoder does not work, use the Contact email link in the footer.

Advertisement

Raw Decode Output

Decoded Fields

Payload Hex: N/A

Payload ASCII: N/A

N/A

Additional Insights

  • No insights yet. Decode a packet to view layered interpretation.

No decoded fields yet. Decode a full frame to see Ethernet/IP/TCP details.

About AMQP

AMQP traffic starts with a protocol header handshake and then exchanges typed frames over logical channels. Header-level decoding helps identify negotiation packets and frame boundaries.

AMQP is an enterprise messaging protocol used by brokers like RabbitMQ for reliable queueing, routing, and pub-sub workloads.

AMQP Header Structure

  • Protocol header: literal AMQP magic plus protocol id and version bytes.
  • Frame header: frame type (1 byte), channel (2 bytes), and payload size (4 bytes).
  • Frame end marker: 0xCE terminator after the frame payload.

Why Decode AMQP Packets

Decode AMQP protocol headers and frame headers from hex including frame type, channel, and payload size.