New Post on Shopzilla Tech Site

New post on Spring Integration Notification on Shopzilla Tech Site

Posted in Uncategorized | Leave a comment

Installing RabbitMQ

Install Erlang

  1. Get latest Erlang Source (http://www.erlang.org/download.html) Latest version is R14B
  2. tar -xvzf otp_src_R14B.tar.gz
  3. cd otp_src_R14B
  4. on RedHat need to install krb5-devel and openssl-dev (SSL is required for the admin plugin to work)
  5. . /configure –with-ssl=/path/to/openssl
  6. make
  7. sudo make install
  8. erl (for testing – should bring up the Erlang console)

Install RabbitMQ

  1. Get latest RabbitMQ (http://www.rabbitmq.com/server.html)  Latest version if 2.1.0
  2. tar -xvzf rabbitmq-server-generic-unix-2.1.0.tar.gz
  3. cd rabbitmq_server-2.1.0/sbin
  4. modify rabbitmq-server for correct configuration (creates some directories so need proper permissions)
  5. ./rabbitmq-server -detached to run in background
Posted in Uncategorized | Leave a comment

Pro Spring Integration

Working on our Apress Book “Pro Spring Integration.”

Posted in Uncategorized | Leave a comment