Thumper icon indicating copy to clipboard operation
Thumper copied to clipboard

PHP Library that implements several messaging patterns for RabbitMQ

Results 8 Thumper issues
Sort by recently updated
recently updated
newest added

composer.json limits PHP version to 7.x. Any chance of supporting PHP 8.0 or even 8.1?

Does Thumper library provides any method through which we can close idle connections If necessary?

https://github.com/php-amqplib/Thumper/blob/71de0d0722ea6f6cd37361a9785f6e51b296136e/lib/Thumper/Consumer.php#L64 I want to set `$timeout` for wait method, how to ?

When I create a Producer only the exchange gets created, no queue. If there is no consumer assigned to the exchange, messages will get lost. Is there an option to...

This is not really an issue, but more a proposal: By default all queues and exchanges are suffixed with "-queue" and "-exchange". That can be a real problem, since the...

I can't see a way in this library to reject a message in the callback upon some error condition so that RabbitMQ will retry the message. Am I missing something,...