Return-Path: X-Original-To: apmail-stratos-dev-archive@minotaur.apache.org Delivered-To: apmail-stratos-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 48B2A10BE4 for ; Thu, 27 Nov 2014 13:40:09 +0000 (UTC) Received: (qmail 62019 invoked by uid 500); 27 Nov 2014 13:40:09 -0000 Delivered-To: apmail-stratos-dev-archive@stratos.apache.org Received: (qmail 61962 invoked by uid 500); 27 Nov 2014 13:40:09 -0000 Mailing-List: contact dev-help@stratos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stratos.apache.org Delivered-To: mailing list dev@stratos.apache.org Received: (qmail 61952 invoked by uid 99); 27 Nov 2014 13:40:09 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Nov 2014 13:40:09 +0000 Received: from mail-qa0-f42.google.com (mail-qa0-f42.google.com [209.85.216.42]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 367C51A0019 for ; Thu, 27 Nov 2014 13:39:54 +0000 (UTC) Received: by mail-qa0-f42.google.com with SMTP id j7so3313091qaq.15 for ; Thu, 27 Nov 2014 05:40:01 -0800 (PST) X-Received: by 10.140.92.2 with SMTP id a2mr53127076qge.51.1417095601681; Thu, 27 Nov 2014 05:40:01 -0800 (PST) MIME-Version: 1.0 Received: by 10.229.55.6 with HTTP; Thu, 27 Nov 2014 05:39:41 -0800 (PST) From: Imesh Gunaratne Date: Thu, 27 Nov 2014 19:09:41 +0530 Message-ID: Subject: [Discuss] Cluster Status Event Receiver in Cloud Controller To: dev Content-Type: multipart/alternative; boundary=001a1139bdf8f3c76d0508d74748 --001a1139bdf8f3c76d0508d74748 Content-Type: text/plain; charset=UTF-8 Hi Devs, Do we need the following in cloud controller? clusterStatusTopicReceiver = new ClusterStatusTopicReceiver(); Thread tClusterStatusTopicReceiver = new Thread(clusterStatusTopicReceiver); tClusterStatusTopicReceiver.start(); Thanks -- Imesh Gunaratne Technical Lead, WSO2 Committer & PMC Member, Apache Stratos --001a1139bdf8f3c76d0508d74748 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi Devs,

Do we need the following in cl= oud controller?

=C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 clusterStatusTopicReceiver =3D new ClusterStatusTopicReceiver= ();
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Thread tClusterStat= usTopicReceiver =3D new Thread(clusterStatusTopicReceiver);
=C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 tClusterStatusTopicReceiver.start();=

Thanks


--
Imesh Gunaratne
Technical Lead, WSO2
Committer &= ; PMC Member, Apache Stratos
--001a1139bdf8f3c76d0508d74748--