@@ -12,20 +12,20 @@ Here's the list of transports supported by Enqueue Client:
1212
1313| Transport | Package | DSN |
1414| :---------------------:| :----------------------------------------------------------:| :-------------------------------:|
15+ | AMQP, RabbitMQ | [ enqueue/amqp-ext] ( ../transport/amqp.md ) | amqp: amqp+ext: |
1516| AMQP, RabbitMQ | [ enqueue/amqp-bunny] ( ../transport/amqp_bunny.md ) | amqp: amqp+bunny: |
1617| AMQP, RabbitMQ | [ enqueue/amqp-lib] ( ../transport/amqp_lib.md ) | amqp: amqp+lib: amqp+rabbitmq: |
17- | AMQP, RabbitMQ | [ enqueue/amqp-ext] ( ../transport/amqp.md ) | amqp: amqp+ext: |
1818| Doctrine DBAL | [ enqueue/dbal] ( ../transport/dbal.md ) | mysql: pgsql: pdo_pgsql etc |
1919| Filesystem | [ enqueue/fs] ( ../transport/fs.md ) | file:///foo/bar |
2020| Gearman | [ enqueue/gearman] ( ../transport/gearman.md ) | gearman: |
2121| GPS, Google PubSub | [ enqueue/gps] ( ../transport/gps.md ) | gps: |
22+ | Kafka | [ enqueue/rdkafka] ( ../transport/kafka.md ) | kafka: |
2223| MongoDB | [ enqueue/mongodb] ( ../transport/mongodb.md ) | mongodb: |
24+ | Null | [ enqueue/null] ( ../transport/null.md ) | null: |
2325| Pheanstalk, Beanstalk | [ enqueue/pheanstalk] ( ../transport/pheanstalk.md ) | beanstalk: |
2426| Redis | [ enqueue/redis] ( ../transport/redis.md ) | redis: |
2527| Amazon SQS | [ enqueue/sqs] ( ../transport/sqs.md ) | sqs: |
2628| STOMP, RabbitMQ | [ enqueue/stomp] ( ../transport/stomp.md ) | stomp: |
27- | Kafka | [ enqueue/rdkafka] ( ../transport/kafka.md ) | kafka: |
28- | Null | [ enqueue/null] ( ../transport/null.md ) | null: |
2929| WAMP | [ enqueue/wamp] ( ../transport/wamp.md ) | wamp: |
3030
3131Here's the list of protocols and Client features supported by them
@@ -34,17 +34,17 @@ Here's the list of protocols and Client features supported by them
3434| :--------------:| :--------:| :--------:| :----------:| :------------:| :-----------:| :---------:|
3535| AMQP | No | No | Yes | Yes | Yes | No |
3636| RabbitMQ AMQP | Yes | Yes | Yes | Yes | Yes | Yes |
37- | STOMP | No | No | Yes | No | Yes** | No |
38- | RabbitMQ STOMP | Yes | Yes | Yes | Yes*** | Yes** | Yes |
39- | Filesystem | No | No | Yes | Yes | No | No |
40- | Redis | No | Yes | Yes | Not needed | No | No |
4137| Doctrine DBAL | Yes | Yes | No | Yes | No | No |
42- | Amazon SQS | No | Yes | No | Yes | Not impl | No |
38+ | Filesystem | No | No | Yes | Yes | No | No |
4339| Gearman | No | No | No | No | No | No |
44- | Kafka | No | No | No | Yes | No | No |
4540| Google PubSub | Not impl | Not impl | Not impl | Yes | Not impl | No |
41+ | Kafka | No | No | No | Yes | No | No |
4642| MongoDB | Yes | Yes | Yes | Yes | No | No |
4743| Pheanstalk | Yes | Yes | Yes | No | No | No |
44+ | Redis | No | Yes | Yes | Not needed | No | No |
45+ | Amazon SQS | No | Yes | No | Yes | Not impl | No |
46+ | STOMP | No | No | Yes | No | Yes** | No |
47+ | RabbitMQ STOMP | Yes | Yes | Yes | Yes*** | Yes** | Yes |
4848| WAMP | No | No | No | No | No | No |
4949
5050* \*\* Possible if topics (exchanges) are configured on broker side manually.
0 commit comments