Fixing tables in the documentation.

This commit is contained in:
Markus Makela
2015-02-05 06:38:54 +02:00
parent 9196df04a7
commit ee21afae6e
2 changed files with 37 additions and 35 deletions

View File

@ -22,17 +22,17 @@ The consumer client requires that the `consumer.cnf` configuration file is eithe
The source broker, the destination database and the message log file can be configured into the separate `consumer.cnf` file.
| Option |Desctiption |
|--------------------------------------------------------|
| hostname |Hostname of the RabbitMQ server |
| port |Port of the RabbitMQ server |
| vhost |Virtual host location of the RabbitMQ server|
| user |Username for the RabbitMQ server |
| passwd |Password for the RabbitMQ server |
| queue |Queue to consume from |
| dbserver |Hostname of the SQL server |
| dbport |Port of the SQL server |
| dbname |Name of the SQL database to use |
| dbuser |Database username |
| dbpasswd |Database passwork |
| logfile |Message log filename |
| Option | Desctiption |
|---------------------------------------------------------|
| hostname | Hostname of the RabbitMQ server |
| port | Port of the RabbitMQ server |
| vhost | Virtual host location of the RabbitMQ server |
| user | Username for the RabbitMQ server |
| passwd | Password for the RabbitMQ server |
| queue | Queue to consume from |
| dbserver | Hostname of the SQL server |
| dbport | Port of the SQL server |
| dbname | Name of the SQL database to use |
| dbuser | Database username |
| dbpasswd | Database passwork |
| logfile | Message log filename |