Class AMQ::Client::BadLengthError
In: lib/amq/client/exceptions.rb
Parent: InconsistentDataError

Raised by adapters when actual frame payload size in bytes is not equal to the size specified in that frame‘s header. This suggest that there is a bug in adapter or AMQ broker implementation.

@see bit.ly/hw2ELX AMQP 0.9.1 specification (Section 2.3)

Methods

new  

Public Class methods

[Validate]