Class | AMQP::Protocol::Header |
In: |
lib/amqp/protocol.rb
|
Parent: | Object |
Contains a properties hash that holds some potentially interesting information.
1 equals transient. 2 equals persistent. Unconsumed persistent messages will survive a server restart when they are stored in a durable queue.
True or False
The routing string used for matching this message to this queue.
An integer in the range of 0 to 9 inclusive.
Always "application/octet-stream" (byte stream)
The source exchange which published this message.
The number of unconsumed messages contained in the queue.
A monotonically increasing integer. This number should not be trusted as a sequence number. There is no guarantee it won‘t get reset.
klass | [RW] | |
properties | [RW] | |
size | [RW] | |
weight | [RW] |