Skip to content

Commit e9dacc8

Browse files
authored
Merge pull request #966 from ramunasd/patch-1
Add missing rabbitmq DSN example
2 parents 97e2f99 + ad97569 commit e9dacc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/client/supported_brokers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Here's the list of transports supported by Enqueue Client:
1313
| Transport | Package | DSN |
1414
|:-------------------:|:----------------------------------------------------------:|:-------------------------------:|
1515
| AMQP, RabbitMQ | [enqueue/amqp-bunny](../transport/amqp_bunny.md) | amqp: amqp+bunny: |
16-
| AMQP, RabbitMQ | [enqueue/amqp-lib](../transport/amqp_lib.md) | amqp: amqp+lib: |
16+
| AMQP, RabbitMQ | [enqueue/amqp-lib](../transport/amqp_lib.md) | amqp: amqp+lib: amqp+rabbitmq: |
1717
| 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 |

0 commit comments

Comments
 (0)