No readme file found in bundle.
Copyright (c) 2014 Swarrot
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished
to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is furnished
to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
swarrot:
provider: pecl
default_connection: ~
default_command: swarrot.command.base
publisher_logger: ~
logger: logger
connections: # Required
# Prototype
name:
host: 127.0.0.1
port: 5672
login: guest
password: guest
vhost: /
ssl: false
ssl_options:
verify_peer: ~
cafile: ~
local_cert: ~
consumers:
# Prototype
name:
processor: ~ # Required
command: ~
connection: ~
queue: ~
extras: []
middleware_stack: # Required
configurator: ~ # Required
first_arg_class: ~
extras: []
messages_types:
# Prototype
name:
connection: ~
exchange: ~ # Required
routing_key: ~
extras: []
processors_stack:
# Prototype
name: []
enable_collector: ~
-
Merge pull request #119 from odolbeau/correct-composer-version
By web-flow, 3 years ago
-
Correct composer.json dev-master version
By odolbeau, 3 years ago
-
Merge pull request #130 from odolbeau/raphael-trzpit-command_tests
By web-flow, 3 years ago
-
Bump dev minimal versions
By odolbeau, 3 years ago
-
Merge branch 'command_tests' of git://github.com/raphael-trzpit/SwarrotBundle into raphael-trzpit-command_tests
By odolbeau, 3 years ago
-
Merge pull request #128 from odolbeau/release-1.5.1
By web-flow, 3 years ago
-
Prepare v1.5.1 release
By odolbeau, 3 years ago
-
Merge pull request #129 from odolbeau/correct-tests
By web-flow, 3 years ago
-
Add missing package for tests
By odolbeau, 3 years ago
-
Merge pull request #127 from juliendufresne/symfony4-compatibility
By web-flow, 3 years ago
-
Ability to use Symfony 4 components
By JulienDufresne, 3 years ago
-
Swarrot command tests
By , 3 years ago
-
Merge pull request #126 from bgaleotti/data-collector
By web-flow, 3 years ago
-
Implemented `reset` in data collector
By bgaleotti, 3 years ago
-
Merge pull request #123 from odolbeau/update-tests
By web-flow, 3 years ago
-
Remove support of PHP < 7.1
By odolbeau, 3 years ago
-
Remove support of hhvm & correct travis config
By odolbeau, 3 years ago
-
Update PHPUnit & tests
By odolbeau, 3 years ago
-
Update travis config && provision script
By odolbeau, 3 years ago
-
Merge pull request #118 from BenoitLeveque/add-php71-to-test
By web-flow, 3 years ago
-
Merge pull request #122 from phamthaibaoduy/associative-array-processor-configurator
By web-flow, 3 years ago
-
Merge pull request #117 from medinae/patch-1
By web-flow, 3 years ago
-
Use associative array with serviceId as key for Command::processorConfigurators
By Duy Pham, 3 years ago
-
Update CHANGELOG.md
By web-flow, 3 years ago
-
Merge pull request #114 from jlevesy/forward_retry_log_levels_maps
By web-flow, 3 years ago
-
include test for 7.x and nightly version of PHP
By BenoitLeveque, 3 years ago
-
Fix BlackholePublisher typo
By web-flow, 3 years ago
-
Merge pull request #115 from sroze/uses-new-template-syntax
By web-flow, 3 years ago
-
Merge pull request #116 from sroze/exposes-the-publisher-service
By web-flow, 3 years ago
-
Ensure that `swarrot.factory.default` is public as well
By sroze, 3 years ago