https://github.com/pgaref/rabbitmq-dev
https://github.com/pgaref/rabbitmq-dev
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pgaref/rabbitmq-dev
- Owner: pgaref
- Created: 2015-09-29T18:22:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-28T12:53:58.000Z (over 10 years ago)
- Last Synced: 2025-01-08T06:35:44.417Z (over 1 year ago)
- Language: Java
- Size: 6.34 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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