java.lang.Object
com.swiftmq.amqp.v100.types.AMQPType
com.swiftmq.amqp.v100.types.AMQPUnsignedInt
com.swiftmq.amqp.v100.generated.transport.definitions.MessageFormat

public class MessageFormat extends AMQPUnsignedInt

The upper three octets of a message format code identify a particular message format. The lowest octet indicates the version of said message format. Any given version of a format is forwards compatible with all higher versions.

3 octets 1 octet +----------------+---------+ | message format | version | +----------------+---------+ | | msb lsb

Version:
AMQP Version v100. Generation Date: Wed Apr 18 14:09:32 CEST 2012
Author:
IIT Software GmbH, Bremen/Germany, (c) 2012, All Rights Reserved
  • Constructor Details

    • MessageFormat

      public MessageFormat(long initValue)
      Constructs a MessageFormat.
      Parameters:
      initValue - initial value
  • Method Details