class AMQPCat

Defined in:

amqpcat.cr
version.cr

Constant Summary

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

Constructors

Instance Method Summary

Constructor Detail

def self.new(uri) #

[View source]

Instance Method Detail

def consume(exchange_name : String, routing_key : String | Nil, queue_name : String | Nil, queue_type : String, format : String, offset = nil) #

[View source]
def produce(exchange : String, routing_key : String, exchange_type : String, publish_confirm : Bool, props : AMQP::Client::Properties) #

[View source]
def rpc(exchange : String, routing_key : String, exchange_type : String, format : String) #

[View source]