Amqp::Connection
Constants
Log = ::Log.for("amqp.connection")
Constructors
connect(config : Config) : Connection
SourceInstance methods
__force_broker_close_for_test(reply_code : UInt16 = 320_u16, reply_text : String = "CONNECTION_FORCED - broker forced connection closure") : Nil
Test-only hook: simulates a broker-sent connection.close after the connection is already Open. This exercises the recovery trigger classifier without requiring a broker process restart in the default spec suite.
blocked?
Sourcechannel
Sourcechannel_max
Sourceclose_reason
Sourceclosed?
Sourceconfig
Sourceframe_max
Sourceheartbeat
Sourceon_blocked
Sourceon_unblocked
Sourceopen_channel
Sourcerecovered_to_open?
Sourcerecovery_mode
Sourceserver_properties
Sourcestate_recovering?
Sourcestats
Sourcewith_channel
Source