learning-spring

Tutorials

  1. This article shows implementation of real application needs.

Spring Integration With RabbitMQ

  1. Download appropriate release from http://www.rabbitmq.com/download.html
  2. After downloading Debian/Ubuntu distribution, install it
  3. After installation, you can start/stop/restart service by "sudo service rabbitmq-server restart"
  4. To manage server, you should activate the plugin by "sudo rabbitmq-plugins enable rabbitmq_management"
  5. Access the management ui on http://localhost:15672 with username and password "guest/guest"