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 29777E151 for ; Tue, 29 Jan 2013 06:42:13 +0000 (UTC) Received: (qmail 83744 invoked by uid 500); 29 Jan 2013 06:42:12 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 83579 invoked by uid 500); 29 Jan 2013 06:42:12 -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 83559 invoked by uid 99); 29 Jan 2013 06:42:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jan 2013 06:42:11 +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; Tue, 29 Jan 2013 06:42:06 +0000 X-IronPort-AV: E=Sophos;i="4.84,557,1355097600"; d="scan'208";a="586703" Received: from banpmailmx01.citrite.net ([10.103.128.73]) by SYDPIPO01.CITRIX.COM.AU with ESMTP/TLS/RC4-MD5; 29 Jan 2013 06:41:44 +0000 Received: from BANPMAILBOX01.citrite.net ([10.103.128.71]) by BANPMAILMX01.citrite.net ([10.103.128.73]) with mapi; Tue, 29 Jan 2013 12:11:42 +0530 From: Murali Reddy To: Chip Childers , "cloudstack-dev@incubator.apache.org" Date: Tue, 29 Jan 2013 12:11:40 +0530 Subject: Re: [MERGE] merge 'events-framework' branch to master Thread-Topic: [MERGE] merge 'events-framework' branch to master Thread-Index: Ac3967JRfxnn/xzCRcurYP8nF3geXg== 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="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org >Murali, > >The use of Rabbit is still a question for me. It seems like you went >with Rabbit, but the answer you gave as to "why" [1] didn't really >answer the question or respond to the issue I raised about the >practicalities of AMQP differences between versions and brokers [2]. >Can you address these please? > >-chip Chip, First, there is NO hard dependency on the RabbitMQ AMQP server. My intention was just to use a AMQP client which can work with any other AMQP broker. When I looked at AMQP java clients, I found rabbitMQ client API was more simple and closer to the AMQP protocol and did not have additional dependencies (like in case of Spring-AMQP, JMS in Qpid Client) and had active community. That made me to choose RabbitMQ client. I know you raised concern that RabbitQM AMQP client may not necessarily compatible with QPID, also on points raised by David [2], I don=B9t have knowledge of nuances of availability in distro's and AMQP version and broker incompatibility. But what I have done is to keep things pluggable. RabbitMQ client based plug-in I wrote can be treated as reference implementation if does not fit their needs and they can write their own plug-in (for JMS or other messaging protocols) implementing the event bus. >From the framework design perspective I have kept it configurable and pluggable and there is no enforcement on any particular broker or client. Please let me know if there is still a concern. Thanks, Murali =20 > >[1] http://markmail.org/message/smzzk5sjflfhj7j7 >[2] http://markmail.org/message/k2unpaz5g6w54f7o >