Skip to content

Commit

Permalink
Merge branch 'master' into fix_adapter_channel_name_if_several_in_use
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorprogger committed Aug 25, 2024
2 parents 292ea4a + c076100 commit 5b2a721
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ See the documentation for more details about adapter specific console commands a

The component also has the ability to track the status of a job which was pushed into queue.

For more details see [the guide](docs/guide/README.md).
For more details see [the guide](docs/guide/en/README.md).

## Middleware pipelines

Expand Down
8 changes: 8 additions & 0 deletions docs/guide/en/adapter-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,12 @@ Queue Adapters

* [Synchronous](adapter-sync.md) - adapter for development and test environments
* [AMQP](https://github.com/yiisoft/queue-amqp) - adapter over AMQP protocol via [amqplib](https://github.com/php-amqplib/php-amqplib)


There are other queue adapters contributed and maintained by the community and available on GitHub, such as:
* [NATS](https://github.com/g41797/queue-nats) - [NATS](https://nats.io/) JetStream adapter
* [Pulsar](https://github.com/g41797/queue-pulsar) - [Apache Pulsar](https://pulsar.apache.org/) adapter
* [SQS](https://github.com/g41797/queue-sqs) - [Amazon SQS](https://aws.amazon.com/sqs/) adapter
* [Kafka](https://github.com/g41797/queue-kafka) - [Apache Kafka](https://kafka.apache.org/) adapter
* [Valkey](https://github.com/g41797/queue-valkey) - [Valkey NoSQL data store ](https://valkey.io/) adapter
* [Beanstalkd](https://github.com/g41797/queue-beanstalkd) - [Beanstalkd - simple, fast work queue](https://beanstalkd.github.io/) adapter

0 comments on commit 5b2a721

Please sign in to comment.