class

AMQPCat

Inherits Reference / Object

Constants

VERSION = {{ (`git describe 2>/dev/null || shards version`).stringify.gsub(/(^v|\n)/, "") }}

Constructors

new(uri)
Source

Instance methods

connect
Source
consume(exchange_name : String, routing_key : String | Nil, queue_name : String | Nil, queue_type : String, format : String, offset = nil, output_dir : String | Nil = nil)
Source
produce(exchange : String, routing_key : String, exchange_type : String, publish_confirm : Bool, props : AMQP::Client::Properties)
Source
rpc(exchange : String, routing_key : String, exchange_type : String, format : String)
Source