Download the PHP package reputation-vip/queue-client-bundle without Composer
On this page you can find all versions of the php package reputation-vip/queue-client-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download reputation-vip/queue-client-bundle
More information about reputation-vip/queue-client-bundle
Files in reputation-vip/queue-client-bundle
Download reputation-vip/queue-client-bundle
More information about reputation-vip/queue-client-bundle
Files in reputation-vip/queue-client-bundle
Vendor reputation-vip
Package queue-client-bundle
Short Description Queue Client Symfony Bundle
License
Package queue-client-bundle
Short Description Queue Client Symfony Bundle
License
Please rate this library. Is it a good library?
Informations about the package queue-client-bundle
Queue Client Bundle
An easy way to use queue client library in Symfony project with its own Symfony bundle.
Available commands
queue-client:add-messages
Add message in queuequeue-client:create-queues
Create queuesqueue-client:delete-queues
Delete queuesqueue-client:get-messages
Get messages from queuequeue-client:list-priorities
List prioritiesqueue-client:purge-queues
Purge queuesqueue-client:queues-info
Display queues information
Use --help
option for command usage.
Configuration
Add queue client configuration in config.yml and retrieve the service using Symfony container.
queue_client
node needs an node to define the adapter to be used.
adapter
node must define a parameter (see "Available adapter types")
Then add specific configuration for each .
Sample configuration:
General configuration
- specifies the default queues configuration file.
- specifies a queue prefix can use in queues configuration file.
- specifies the priority handler. Default is the
ReputationVIP\QueueClient\PriorityHandler\StandardPriorityHandler
.
Available adapter types
- a black hole type.
- a memory type.
- a file queue type.
- a SQS queue type.
File type Configuration
- : this config value set the absolute path of the repository which contains queues files (default
/tmp/queues
).
SQS type Configuration
- this config value set the SQS key.
- this config value set the SQS secret.
- this config value set the SQS region (default
eu-west-1
). - this config value set the SQS version (default
2012-11-05
).
All versions of queue-client-bundle with dependencies
PHP Build Version
Package Version
Requires
reputation-vip/queue-client Version
~2.0
symfony/http-kernel Version >=3.3
symfony/config Version >=3.3
symfony/dependency-injection Version >=3.3
symfony/framework-bundle Version >=3.3
symfony/console Version >=3.3
symfony/yaml Version >=3.3
psr/log Version ^1.0
symfony/http-kernel Version >=3.3
symfony/config Version >=3.3
symfony/dependency-injection Version >=3.3
symfony/framework-bundle Version >=3.3
symfony/console Version >=3.3
symfony/yaml Version >=3.3
psr/log Version ^1.0
The package reputation-vip/queue-client-bundle contains the following files
Loading the files please wait ....