enum
LavinMQ::AMQP::ChannelReplyCode
Defined in:
lavinmq/amqp/channel_reply_code.crEnum Members
-
CONTENT_TOO_LARGE =
311_u16
-
NO_CONSUMERS =
313_u16
-
ACCESS_REFUSED =
403_u16
-
NOT_FOUND =
404_u16
-
RESOURCE_LOCKED =
405_u16
-
PRECONDITION_FAILED =
406_u16
-
NOT_IMPLEMENTED =
540_u16
-
540 is marked as connection level reply-code at but also mentioned in text "MUST raise a channel exception with reply code 540 (not implemented)" indicating it's ok to use as channel close reply code as well
-
UNEXPECTED_FRAME =
505_u16
-
TODO Is this reply code ok to use on channel close? Does not look like that from the spec
Instance Method Summary
-
#access_refused?
Returns
true
if this enum value equalsACCESS_REFUSED
-
#content_too_large?
Returns
true
if this enum value equalsCONTENT_TOO_LARGE
-
#no_consumers?
Returns
true
if this enum value equalsNO_CONSUMERS
-
#not_found?
Returns
true
if this enum value equalsNOT_FOUND
-
#not_implemented?
Returns
true
if this enum value equalsNOT_IMPLEMENTED
-
#precondition_failed?
Returns
true
if this enum value equalsPRECONDITION_FAILED
-
#resource_locked?
Returns
true
if this enum value equalsRESOURCE_LOCKED
-
#unexpected_frame?
Returns
true
if this enum value equalsUNEXPECTED_FRAME