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 E5BDE7782 for ; Mon, 1 Aug 2011 12:35:21 +0000 (UTC) Received: (qmail 23864 invoked by uid 500); 1 Aug 2011 12:35:21 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 23757 invoked by uid 500); 1 Aug 2011 12:35:20 -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 Received: (qmail 23734 invoked by uid 99); 1 Aug 2011 12:35:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Aug 2011 12:35:19 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=FREEMAIL_FROM,SPF_NEUTRAL,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 216.139.236.26 is neither permitted nor denied by domain of mcamnadur@gmail.com) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Aug 2011 12:35:13 +0000 Received: from joe.nabble.com ([192.168.236.139]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1Qnrhs-00023R-5z for users@activemq.apache.org; Mon, 01 Aug 2011 05:34:52 -0700 Date: Mon, 1 Aug 2011 05:34:52 -0700 (PDT) From: mcamnadur To: users@activemq.apache.org Message-ID: <1312202092176-3709528.post@n4.nabble.com> Subject: Wildcards MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi I am trying to use ActiveMQ's Wildcard capability with respect to subscription to the different topics. Now, I wish to implement an architecture where the producer would publish to a topic containing a number of keywords (seperated by '.'). The client would subscribe to any topic/queue containing the requested keyword. In other words rather than using a hierarchical approach we will use a 'tag' approach. For example, Producer_1 would write to A.B.C.D.E while Producer_2 would write to A.F.G.H: Then if client 1 would subscribe to >.A.> he would receive from both Producer 1 and 2...however, this feature does not appear to be working, instead, the client is subscribing to ALL topics. Is there a fix for this? Thanks -- View this message in context: http://activemq.2283324.n4.nabble.com/Wildcards-tp3709528p3709528.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.