Sonata Notification Bundle
This bundle provides a notification mechanism through asbracted message queues.
Check out the documentation on http://sonata-project.org/bundles/notification/master/doc/index.html
Google Groups: For questions and proposals you can post on this google groups
- Sonata Users: Only for user questions
- Sonata Devs: Only for devs
The MIT License
Copyright (c) 2010 thomas.rabaix@sonata-project.org
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.
Copyright (c) 2010 thomas.rabaix@sonata-project.org
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.
sonata_notification:
backend: sonata.notification.backend.runtime
queues:
queue: ~ # Required
routing_key:
default: false
recover: false
dead_letter_exchange: ~
backends:
doctrine:
message_manager: sonata.notification.manager.message.default
max_age: 86400
pause: 500000
states:
in_progress: 10
error: 20
open: 100
done: 10000
rabbitmq:
exchange: ~ # Required
connection:
host: localhost
port: 5672
user: guest
pass: guest
vhost: guest
console_url: http://localhost:55672/api
consumers: []
class:
message: Application\Sonata\NotificationBundle\Entity\Message
admin:
message:
class: Sonata\NotificationBundle\Admin\MessageAdmin
controller: SonataNotificationBundle:MessageAdmin
translation: SonataNotificationBundle
-
Add missing indexes
By rande, 1 day ago
-
Merge pull request #59 from Lexance/master
By rande, 1 day ago
-
Remove useless alias
By rande, 1 day ago
-
Merge pull request #60 from pezia/patch-1
By rande, 1 day ago
-
Fix composer dependencies
By rande, 1 day ago
-
Fix composer dependencies
By rande, 1 day ago
-
Fix composer dependencies
By rande, 1 day ago
-
Fix composer dependencies
By rande, 1 day ago
-
Fix composer dependencies
By rande, 1 day ago
-
Fix composer dependencies
By rande, 1 day ago
-
Fix composer dependencies
By rande, 1 day ago
-
Fix composer dependencies
By rande, 1 day ago
-
Fix composer dependencies
By rande, 1 day ago
-
Fix composer dependencies
By rande, 1 day ago
-
Fix composer dependencies
By rande, 1 day ago
-
Fix composer dependencies
By rande, 1 day ago
-
Fix composer dependencies
By rande, 1 day ago
-
Fix composer dependencies
By rande, 1 day ago
-
Fix composer dependencies
By rande, 1 day ago
-
Fix composer dependencies
By rande, 1 day ago
-
Fix composer dependencies
By rande, 1 day ago
-
Fix composer dependencies
By rande, 1 day ago
-
Fix composer dependencies
By rande, 1 day ago
-
Fix composer dependencies
By rande, 1 day ago
-
Fix composer dependencies
By rande, 1 day ago
-
Fix composer dependencies
By rande, 1 day ago
-
Fix composer dependencies
By rande, 1 day ago
-
Update composer.json
By rande, 4 days ago
-
Update composer.json
By rande, 4 days ago
-
Update composer.json
By rande, 4 days ago

