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

Raised by adapters when frame does not end with {final octet AMQ::Protocol::Frame::FINAL_OCTET}. This suggest that there is a bug in adapter or AMQ broker implementation.

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

Methods

new  

Public Class methods

[Validate]