Method: AMQP::Session#frame_max
- Defined in:
- lib/amqp/session.rb
#frame_max ⇒ Object
Maximum frame size that the server permits this connection to use.
99 100 101 |
# File 'lib/amqp/session.rb', line 99 def frame_max @frame_max end |