Class AMQP::Header
In: lib/amqp/header.rb
Parent: Object

Message metadata (aka envelope).

Methods

Attributes

attributes  [R]  AMQP message attributes @return [Hash]
channel  [R]  @api public @return [AMQP::Channel]
method  [R]  AMQP method frame this header is associated with. Carries additional information that varies between AMQP methods.

@api public @return [AMQ::Protocol::Method]

Public Class methods

Public Instance methods

Acknowledges the receipt of this message with the server. @param [Boolean] multiple Whether or not to acknowledge multiple messages @api public

@deprecated

Returns AMQP message attributes. @api public

Reject this message. @option opts [Hash] :requeue (false) Whether message should be requeued. @api public

@return [Hash] AMQP message header w/o method-specific information. @api public

[Validate]