ridge icon indicating copy to clipboard operation
ridge copied to clipboard

Pure asynchronous PHP implementation of the AMQP 0-9-1 protocol.

Results 3 ridge issues
Sort by recently updated
recently updated
newest added

amphp 3 is stable and was released more than 1 year ago. Are there any plans to support this version with the next major update?

I try subscribe to channel with: ``` yield $channel->consume('onMessage', 'queue', 'tag'); yield $channel->consume('onMessage', 'queue', 'tag'); ``` For first request it working, but for the second it remains pending for a...

Bunny is based on ReactPHP, however since Amphp does support React promises, bunny should be able to work with Amphp. What are the reasons for this library then? You [mentioned](https://github.com/amphp/stomp/issues/3#issuecomment-529992561)...