Sha256: 22dccc57ec72795a129d869b79981ecd35ab3ec0697a4e2b64c49af182345a2f
Contents?: true
Size: 663 Bytes
Versions: 1
Compression:
Stored size: 663 Bytes
Contents
# encoding: utf-8 module AMQP module Settings CLIENT_PROPERTIES = { :platform => ::RUBY_DESCRIPTION, :product => "amqp gem", :information => "http://github.com/ruby-amqp/amqp", :version => AMQP::VERSION, :capabilities => { :publisher_confirms => true, :consumer_cancel_notify => true, :exchange_exchange_bindings => true, :"basic.nack" => true, :"connection.blocked" => true, :authentication_failure_close => true } } def self.client_properties @client_properties ||= CLIENT_PROPERTIES end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
amqp-1.8.0 | lib/amqp/settings.rb |