HumusAmqp icon indicating copy to clipboard operation
HumusAmqp copied to clipboard

PHP 7.4 AMQP library

Results 5 HumusAmqp issues
Sort by recently updated
recently updated
newest added

https://github.com/prolic/HumusAmqp/blob/7feace69bd981b6a12c6916fc33da8d34e3ffc47/src/JsonRpc/JsonRpcClient.php#L140 The delivery mode for RPC-Client messages is hardcoded set to 2. If there are no technical reasons, it would be advantageous to make this configurable. Our use case is...

enhancement

Hey there, I tried the lazy connections. They seem to work fine. What is not lazy are the producers and probably the consumers either. Given I have the AMQP (library...

The current implementation for RPC server / client allows only the json schema. How about to add the possibility to use the XML-RPC schema and translate it to php objects?...

see: https://github.com/jakubkulhan/bunny

enhancement

There are a few problems with this project at the moment: - incompatible with newest PHP 8.2 version as it seems - (possibly?) incompatible with newest phpamqp-lib version - (maybe?)...

help wanted