Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rabbitmq:
- autoSetupFabric: off
- producers:
- searchSynch:
- exchange: {name: searchSynch, type: direct}
- contentType: application/vnd.php.serialized
- consumers:
- searchSynch:
- queue: {name: searchSynch}
- exchange: {name: searchSynch, type: direct}
- qos: {prefetchCount: 5}
- idleTimeout: 60
- callback: @Rohlikcz\Products\SearchSynchQueue::process
- services:
- - Rohlikcz\Products\SearchSynchQueue
Advertisement
Add Comment
Please, Sign In to add comment