Return-Path: <fernando@ssf.com.mx>
Delivered-To: luisma@ssf.com.mx
Received: from vishnu.hosting-mexico.net
	by vishnu.hosting-mexico.net (Dovecot) with LMTP id ZaqGI3G76lfOGA8ArLfOng
	for <luisma@ssf.com.mx>; Tue, 27 Sep 2016 13:33:21 -0500
Return-path: <fernando@ssf.com.mx>
Envelope-to: luisma@ssf.com.mx
Delivery-date: Tue, 27 Sep 2016 13:33:21 -0500
Received: from fixed-189-247-187-189-247-127.iusacell.net ([187.189.247.127]:2372 helo=[192.168.1.9])
	by vishnu.hosting-mexico.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128)
	(Exim 4.87)
	(envelope-from <fernando@ssf.com.mx>)
	id 1boxBx-004AKM-HR
	for luisma@ssf.com.mx; Tue, 27 Sep 2016 13:33:21 -0500
To: luisma@ssf.com.mx
From: Fernando <fernando@ssf.com.mx>
Subject: Linea RabbitMQ
Message-ID: <fd2d3592-36c4-31f8-cd9c-e6f57e79c82c@ssf.com.mx>
Date: Tue, 27 Sep 2016 13:33:02 -0500
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101
 Thunderbird/45.3.0
MIME-Version: 1.0
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit

if [ `find /etc/init.d -name "rabbitmq-server" | wc -l` = 0 ]; then
         echo "deb http://www.rabbitmq.com/debian/ testing main" > 
/etc/apt/sources.list.d/rabbitmq.list
         wget https://www.rabbitmq.com/rabbitmq-release-signing-key.asc
         apt-key add rabbitmq-release-signing-key.asc
         apt-get update
         apt-get install rabbitmq-server
         service rabbitmq-server restart

