module AMQ::Protocol

Defined in:

amq/protocol.cr
amq/protocol/errors.cr
amq/protocol/field.cr
amq/protocol/frames.cr
amq/protocol/long_string.cr
amq/protocol/properties.cr
amq/protocol/short_string.cr
amq/protocol/table.cr
amq/protocol/version.cr

Constant Summary

PROTOCOL_START_0_9 = UInt8.static_array(65, 77, 81, 80, 1, 1, 0, 9)
PROTOCOL_START_0_9_1 = UInt8.static_array(65, 77, 81, 80, 0, 0, 9, 1)
VERSION = "1.1.14"