An open API service indexing awesome lists of open source software.

https://github.com/pgaref/rabbitmq-dev


https://github.com/pgaref/rabbitmq-dev

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

          

# README #

A development repository for testing Rabbit MQ functionality.

### Run RabbitMQ Server ###

#### Start the Server ####
Invoke the sbin/rabbitmq-server shell script. This displays a short banner message, concluding with the message "completed with [n] plugins.", indicating that the RabbitMQ broker has been started successfully.
You can also start the server in "detached" mode with rabbitmq-server -detached, in which case the server process runs in the background.
#### Configure the Server ####
You can customise the RabbitMQ environment by setting environment variables in $RABBITMQ_HOME/etc/rabbitmq/rabbitmq-env.conf. Server components may be configured, too, in the RabbitMQ configuration file located at $RABBITMQ_HOME/etc/rabbitmq/rabbitmq.config. Neither of these files exist after installation.

### What is this repository for? ###

* Quick summary
* Version
* [Learn Markdown](https://bitbucket.org/tutorials/markdowndemo)

### How do I get set up? ###

* Summary of set up
* Configuration
* Dependencies
* Database configuration
* How to run tests
* Deployment instructions

### Contribution guidelines ###

* Writing tests
* Code review
* Other guidelines

### Who do I talk to? ###

* Repo owner or admin
* Other community or team contact