Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 354 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 354 Bytes

Amp AMQP

AMQP 0-9-1 protocol implementation with Amp v3.

Mostly inspired from PHPinnacle/Ridge.

Usage

See examples for a few basic use cases.

TODO

  • Transactions
  • Correct chain of events of channel close
  • De-duplicate frame emittion
  • Handle failures (Channel\Close)