Return-Path: X-Original-To: apmail-falcon-dev-archive@minotaur.apache.org Delivered-To: apmail-falcon-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 F197D10366 for ; Tue, 24 Dec 2013 14:03:55 +0000 (UTC) Received: (qmail 83627 invoked by uid 500); 24 Dec 2013 14:03:43 -0000 Delivered-To: apmail-falcon-dev-archive@falcon.apache.org Received: (qmail 83602 invoked by uid 500); 24 Dec 2013 14:03:41 -0000 Mailing-List: contact dev-help@falcon.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@falcon.incubator.apache.org Delivered-To: mailing list dev@falcon.incubator.apache.org Received: (qmail 83594 invoked by uid 99); 24 Dec 2013 14:03:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Dec 2013 14:03:38 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 24 Dec 2013 14:03:37 +0000 Received: (qmail 82236 invoked by uid 99); 24 Dec 2013 14:02:57 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Dec 2013 14:02:57 +0000 Date: Tue, 24 Dec 2013 14:02:57 +0000 (UTC) From: "Shaik Idris Ali (JIRA)" To: dev@falcon.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (FALCON-226) Falcon to support subscribing/listening to multiple active-mq topics MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/FALCON-226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13856319#comment-13856319 ] Shaik Idris Ali edited comment on FALCON-226 at 12/24/13 2:02 PM: ------------------------------------------------------------------ Removed Thread.sleep() , thread.join will take care. FALCON-226-v1.patch was (Author: shaik.idris): Removed Thread.sleep() , thread.join will take care. > Falcon to support subscribing/listening to multiple active-mq topics > -------------------------------------------------------------------- > > Key: FALCON-226 > URL: https://issues.apache.org/jira/browse/FALCON-226 > Project: Falcon > Issue Type: Bug > Components: common, messaging, rerun > Affects Versions: 0.3 > Reporter: Shaik Idris Ali > Assignee: Shaik Idris Ali > Labels: test > Fix For: 0.5 > > Attachments: FALCON-226-v1.patch, FALCON-226.patch > > Original Estimate: 24h > Remaining Estimate: 24h > > Post-processing step of parent workflow uses Falcon system JMS topic to send messages, which are used for retrying failed instances and handling late rerun. > Before migration, IVORY.ENTITY.TOPIC is used for sending the messages, which is hard-coded in post-processing classes, post migration new processes send messages to FALCON.ENTITY.TOPIC. > However, the subscriber to listen to this topic is configurable in startup.properties > *.entity.topic=FALCON.ENTITY.TOPIC > So, after migration, admin needs to configure the topic to listen to both old and new ENTITY.TOPIC, since activemq supports multiple topic subscription so a comma separated topic list should be configured. > *.entity.topic=FALCON.ENTITY.TOPIC,IVORY.ENTITY.TOPIC > More test-cases needs to be added to FalconTopicProducer and FalconSubscriberService. -- This message was sent by Atlassian JIRA (v6.1.5#6160)