From cloudstack-dev-return-15045-apmail-incubator-cloudstack-dev-archive=incubator.apache.org@incubator.apache.org Thu Jan 3 06:31:30 2013 Return-Path: X-Original-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9CDA7EA9E for ; Thu, 3 Jan 2013 06:31:30 +0000 (UTC) Received: (qmail 99256 invoked by uid 500); 3 Jan 2013 06:31:30 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 99207 invoked by uid 500); 3 Jan 2013 06:31:30 -0000 Mailing-List: contact cloudstack-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-dev@incubator.apache.org Received: (qmail 99188 invoked by uid 99); 3 Jan 2013 06:31:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jan 2013 06:31:29 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of Murali.Reddy@citrix.com designates 203.166.19.134 as permitted sender) Received: from [203.166.19.134] (HELO SMTP.CITRIX.COM.AU) (203.166.19.134) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jan 2013 06:31:25 +0000 X-IronPort-AV: E=Sophos;i="4.84,402,1355097600"; d="scan'208";a="254341" Received: from banpmailmx02.citrite.net ([10.103.128.74]) by SYDPIPO01.CITRIX.COM.AU with ESMTP/TLS/RC4-MD5; 03 Jan 2013 06:31:04 +0000 Received: from BANPMAILBOX01.citrite.net ([10.103.128.72]) by BANPMAILMX02.citrite.net ([10.103.128.74]) with mapi; Thu, 3 Jan 2013 12:01:01 +0530 From: Murali Reddy To: "cloudstack-dev@incubator.apache.org" Date: Thu, 3 Jan 2013 12:01:04 +0530 Subject: Re: [Discuss] SNMP Alerts support in CloudStack Thread-Topic: [Discuss] SNMP Alerts support in CloudStack Thread-Index: Ac3pe+XzRSI2F1J9SNK42M2MDaqz2w== Message-ID: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.2.5.121010 acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org On 03/01/13 12:33 AM, "David Nalley" wrote: >Interesting stuff. How and why did you decide on RabbitMQ? David, Default plug-in I am adding for event bus assumes AMQP. I have used RabbitMQ AMQP client. But the AMQP server it self could be any implementation of AMQP. Though I have not tested, RabbitMQ AMQP client is interoperable with Qpid [1] [1] http://www.rabbitmq.com/interoperability.html >I am specifically interested because RabbitMQ is not shipped in RHEL >but Qpid is and iirc RHT sells support for a qpid fork. >(Ubuntu 12.04 appears to ship both qpid and rabbitmq) >A user deploying CS on CentOS would need at least four additional >steps compared to qpid. (That isn't a technical reason, though all >else being equal I'd prefer to see us keep installation as simple as >possible. I also know that we release source, and the binary bits are >less of a concern, but we can't completely unplug from the reality our >end users face either) > >--David >