Class
AMQP::Header
In:
lib/amqp/header.rb
Parent:
Object
Methods
ack
inspect
method_missing
new
reject
Public Class methods
new
(mq, header_obj)
Public Instance methods
ack
()
Acknowledges the receipt of this message with the server.
inspect
()
method_missing
(meth, *args, &blk)
reject
(opts = {})
Reject this message.
:requeue => true | false (default false)
[Validate]