PageRenderTime 19ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/scripts/galaxy_messaging/client/galaxy_amq.ini.sample

https://bitbucket.org/cistrome/cistrome-harvard/
Unknown | 33 lines | 30 code | 3 blank | 0 comment | 0 complexity | efae86a3dda297b38e9e047a222690b0 MD5 | raw file
  1. # Galaxy Message Queue
  2. # Galaxy uses AMQ protocol to receive messages from external sources like
  3. # bar code scanners. Galaxy has been tested against RabbitMQ AMQP implementation.
  4. # For Galaxy to receive messages from a message queue the RabbitMQ server has
  5. # to be set up with a user account and other parameters listed below. The 'host'
  6. # and 'port' fields should point to where the RabbitMQ server is running.
  7. #[galaxy:amqp]
  8. #host = 127.0.0.1
  9. #port = 5672
  10. #userid = galaxy
  11. #password = galaxy
  12. #virtual_host = galaxy_messaging_engine
  13. #queue = galaxy_queue
  14. #exchange = galaxy_exchange
  15. #routing_key = bar_code_scanner
  16. #api_key =
  17. # The following section(s) 'scanner#' is for specifying the state of the
  18. # sample this scanner represents. This state name should be one of the
  19. # possible states created for this request type in Galaxy
  20. # If there multiple scanners attached to this host the add as many "scanner#"
  21. # sections below each with the name & prefix of the bar code scanner and
  22. # the state it represents
  23. #[scanner1]
  24. #name =
  25. #state =
  26. #prefix =
  27. #[scanner2]
  28. #name =
  29. #state =
  30. #prefix =