HosipLan

Untitled

Jul 9th, 2015
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.42 KB | None | 0 0
  1. rabbitmq:
  2.     autoSetupFabric: off
  3.  
  4.     producers:
  5.         searchSynch:
  6.             exchange: {name: searchSynch, type: direct}
  7.             contentType: application/vnd.php.serialized
  8.  
  9.     consumers:
  10.         searchSynch:
  11.             queue: {name: searchSynch}
  12.             exchange: {name: searchSynch, type: direct}
  13.             qos: {prefetchCount: 5}
  14.             idleTimeout: 60
  15.             callback: @Rohlikcz\Products\SearchSynchQueue::process
  16.  
  17.  
  18. services:
  19.     - Rohlikcz\Products\SearchSynchQueue
Advertisement
Add Comment
Please, Sign In to add comment