Sha256: 7d08889851b7b0cbaf00b96341fafd49a777e1dfcb55835b078d9e9f7bae0b5e

Contents?: true

Size: 676 Bytes

Versions: 2

Compression:

Stored size: 676 Bytes

Contents

# RabbitMQ server info

The configuration file contains two parts.

The RabbitMQ server information for connection, and the queue used by janus.

By default the configuration file look like this :

```yaml
server:
    host: 'localhost'
    port: 5672
    vhost: '/'
    user: 'guest'
    password: 'guest'

queues:
    queue_from: from-janus
    queue_to: to-janus
```

## Customize
For customizing a configuration add a yml file in your rails project in
`config/ruby-rabbitmq-janus.yml`.

## 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

2 entries across 2 versions & 1 rubygems

Version Path
ruby_rabbitmq_janus-0.3.0 config/default.md
ruby_rabbitmq_janus-0.1.1 config/default.md