Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 169521015D for ; Mon, 26 Aug 2013 12:03:32 +0000 (UTC) Received: (qmail 74593 invoked by uid 500); 26 Aug 2013 12:03:31 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 74438 invoked by uid 500); 26 Aug 2013 12:03:27 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Delivered-To: moderator for users@activemq.apache.org Received: (qmail 67801 invoked by uid 99); 26 Aug 2013 05:09:34 -0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of wggihan@gmail.com designates 209.85.214.174 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=0WEMAQUkKZJYh8SmOgFdwwg4LXr/FmkKq08hDrhWCAg=; b=kUlCDYo9bxukL8Grn7yRRYa8OTvtALfOHk5TFpQfEWg/1ri26F9eAFxhVsNppy2wnh dFB+ELzzduqXT/fmatNrEHaGCrUIOaMg3nTXdnvdcdQuP2sm6l24wETet7P/KG/mNnk4 8tXcS4FbIg8DSBnMCUW8s1u0g1Zgg8tC6RukEroj5tKP6LTU49wKfV91i7E6xRJ/62Q4 uuKVEXtUzvWdj041FShNLK2s7bU/gM9FR+Vzx0u3/f3n7mrg/N0owd27Zm4lCbFrmifJ 02HzBsPKga46mT9d5/3lI+xbqkr5KnWr8985ldX2gDL3gfWvvQDAkkresVwFo3aD8O1x PGyQ== X-Received: by 10.60.60.105 with SMTP id g9mr12479710oer.8.1377493746513; Sun, 25 Aug 2013 22:09:06 -0700 (PDT) MIME-Version: 1.0 From: Gihan Anuruddha Date: Mon, 26 Aug 2013 10:38:46 +0530 Message-ID: Subject: [JAVA] Need to identify two Java classes To: users@activemq.apache.org Content-Type: multipart/alternative; boundary=089e0149d0ae70fdd104e4d2c15a X-Virus-Checked: Checked by ClamAV on apache.org --089e0149d0ae70fdd104e4d2c15a Content-Type: text/plain; charset=ISO-8859-1 Hi Everyone, I'm a postgraduate student. For one of my subjects I'm learning message broker networks. As a part of one of my assignments I choose to integrate bloom filter with activemq broker network in order to enhance information sharing in between topic based pub-sub brokers. Actually I'm trying to do is, once a user subscribes add entries to a bloom filter implemented collection and once a publisher publishes a message, check the bloom filter first and based on that send messages to relevant parties. This is a totally experiment and part of my assignment research. So I need a small help from you all. Can someone please point me to the entry point of two Java classes that involve to subscribe and publish. It will be really helpful. The rest of the thing I hope to find through debugging. Please help me. I'm using activemq-5.8.0 version and source got from here [1]. Thanks. Gihan [1] - http://svn.apache.org/repos/asf/activemq/tags/activemq-5.8.0 --089e0149d0ae70fdd104e4d2c15a--