Sha256: 3ae9ae11417466da7056a1191b01ad19d7d8b572509c891f238f70e0c36df324
Contents?: true
Size: 925 Bytes
Versions: 21
Compression:
Stored size: 925 Bytes
Contents
# RabbitMQ server info The configuration file contains many parts. By default the configuration file look like this : ```yaml rabbit: host: 'localhost' port: 5672 vhost: '/' user: 'guest' pass: 'guest' admin_pass: janusoverlord queues: queue_from: from-janus queue_to: to-janus admin: queue_from: from-janus queue_to: to-janus janus: plugins: - janus.plugin.echotest gem: log: level: WARN session: keepalive: 45 thread: enable: false number: 1 ``` ## Customize For customizing a configuration add a yml file in your rails project in `config/ruby-rabbitmq-janus.yml`, or use rails generator with command `rails generate ruby_rabbitmq_janus:configuration`. ## Ressources * [Configuration of RabbitMQ](https://www.rabbitmq.com/configure.html#config-items) * [Configuration of Janus queue](https://janus.conf.meetecho.com/docs/rest.html#rabbit)
Version data entries
21 entries across 21 versions & 1 rubygems