Class AMQPTunneledMessageConstants


  • public class AMQPTunneledMessageConstants
    extends Object
    Message constants used for handling the "tunneling" of other protocol messages in an AMQP delivery sent from one broker to another without conversion. A tunneled Core message is sent with a custom message format indicating either a standard or large core message is carried within. The message is encoded using the standard (message format zero) AMQP message structure. The core message is encoded in the body section as two or more Data sections. The first being the message headers and properties encoding. Any remaining Data sections comprise the body of the Core message.
    • Field Detail

      • AMQP_TUNNELED_CORE_MESSAGE_FORMAT

        public static final int AMQP_TUNNELED_CORE_MESSAGE_FORMAT
        Core message format value used when sending from one broker to another
        See Also:
        Constant Field Values
      • AMQP_TUNNELED_CORE_LARGE_MESSAGE_FORMAT

        public static final int AMQP_TUNNELED_CORE_LARGE_MESSAGE_FORMAT
        Core large message format value used when sending from one broker to another
        See Also:
        Constant Field Values
    • Constructor Detail

      • AMQPTunneledMessageConstants

        public AMQPTunneledMessageConstants()