AMQPCat
Inherits Reference / Object
Constants
VERSION = {{ (`git describe 2>/dev/null || shards version`).stringify.gsub(/(^v|\n)/, "") }}
Constructors
new(uri)
SourceInstance methods
connect
Sourceconsume(exchange_name : String, routing_key : String | Nil, queue_name : String | Nil, queue_type : String, format : String, offset = nil, output_dir : String | Nil = nil)
Sourceproduce(exchange : String, routing_key : String, exchange_type : String, publish_confirm : Bool, props : AMQP::Client::Properties)
Sourcerpc(exchange : String, routing_key : String, exchange_type : String, format : String)
Source