benit8/ampqp

AMQP 0-9-1 protocol implementation with Amp v3

dev-master 2023-04-04 15:37 UTC

This package is auto-updated.

Last update: 2024-04-04 17:35:22 UTC


README

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)