Max Kotliar

Results 92 issues of Max Kotliar

The link in the bundle description: https://github.com/FriendsOfSymfony/FacebookBundle now it is https://github.com/FriendsOfSymfony/FOSFacebookBundle

Maintain several connections to different RabbitMQ servers under the hood. Serve to clients only healthy connections. Exclude unhealthy until recovered. ```go package main import ( "github.com/makasim/amqpextra" "github.com/makasim/amqpextra/publisher" ) func main()...

Dialer pool would allow to maintain several connections to RabbitMQ servers. If a server is down a dialer is removed from pool and returned back once it is restored. For...

Hello! Please look at https://github.com/queue-interop/queue-interop project. Using interfaces from it allows us reuse some implementations like enqueue, which supports a lot of transports. You can outsource some code

enhancement

Hello! Please look at https://github.com/queue-interop/queue-interop project. Using interfaces from it allows us reuse some implementations like enqueue, which supports a lot of transports. You can outsource some code

Hello! Please look at https://github.com/queue-interop/queue-interop project. Using interfaces from it allows us reuse some implementations like enqueue, which supports a lot of transports. You can outsource some code

ref https://github.com/queue-interop/queue-interop/issues/27

This is a list of places where queue interop was proposed or could be helpful: (The list is updated regularly) * [MERGED] https://github.com/jakubkulhan/bunny/pull/51 * https://github.com/cloudamqp/php-amqplib-example/pull/3 * [MERGED] https://github.com/thephpleague/tactician/issues/113, https://github.com/thephpleague/tactician/pull/114 *...