Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 69507 invoked from network); 31 Jul 2009 07:54:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 31 Jul 2009 07:54:04 -0000 Received: (qmail 14170 invoked by uid 500); 31 Jul 2009 07:54:04 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 14119 invoked by uid 500); 31 Jul 2009 07:54:04 -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 14109 invoked by uid 99); 31 Jul 2009 07:54:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Jul 2009 07:54:04 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of rajdavies@gmail.com designates 209.85.217.207 as permitted sender) Received: from [209.85.217.207] (HELO mail-gx0-f207.google.com) (209.85.217.207) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Jul 2009 07:53:52 +0000 Received: by gxk3 with SMTP id 3so3326230gxk.14 for ; Fri, 31 Jul 2009 00:53:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=+8PdXkMQo/jry+XwcbVMkbeIi2r4wyMR/gadqyybqD0=; b=hIRPzrvU7ACt7sDhObHkHAkc/9bPoWgSzTVb47K8lZrK/1i4dU3mpCA10IYuH2kLSX VqxFdFBQkINvDffoGStek2S1M+6N78VWcvRpW6Yh2D/essz1IBhuMA+QdwMhCEi85FxO 8xUB7heP6/qkbHsCJbT5feb8HtvjMQ+FYR3Is= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=m0J3PBEw4w9QraowCxtjJxbezCkCgjHzu9AfqRZcgnfJvOp3NxEVD6K8dyuhrMRAeG qHQg/P+3liH6BKFe/ysW/VrjOqnoYwMZwIlMEfMOyFcf38jwHYQa+icWcEwBXAZitvlS V5xX3GiggZSzAMaIrrYb5mJOmPXcZaAkkzl7k= Received: by 10.90.51.16 with SMTP id y16mr1690548agy.50.1249026811667; Fri, 31 Jul 2009 00:53:31 -0700 (PDT) Received: from wfh-bwright.americas.progress.com (host86-166-135-159.range86-166.btcentralplus.com [86.166.135.159]) by mx.google.com with ESMTPS id 39sm10469627agd.46.2009.07.31.00.53.29 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 31 Jul 2009 00:53:30 -0700 (PDT) Message-Id: <443F695D-E816-43DD-9F69-0F7705702352@gmail.com> From: Rob Davies To: users@activemq.apache.org In-Reply-To: <24752155.post@talk.nabble.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Subject: Re: 2 small questions on wildcards usage. Date: Fri, 31 Jul 2009 08:53:18 +0100 References: <24752155.post@talk.nabble.com> X-Mailer: Apple Mail (2.935.3) X-Virus-Checked: Checked by ClamAV on apache.org On 31 Jul 2009, at 08:14, Eric-AWL wrote: > > Hi > > Are wildcards limited to a consumer usage, or can they be used by > producers > ? > > I explain > > Site A : queue.A > Site B : queue.B > > Is it possible to create producers for queue.A (only on site A), > queue.B > (only on site B) and queue.* (the 2 sites) ? > > Is it possible to have A.queue, B.queue, and consume or produce on > "*.queue" ? > > Thank you for your answers > Eric-AWL > -- > View this message in context: http://www.nabble.com/2-small-questions-on-wildcards-usage.-tp24752155p24752155.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > ActiveMQ only supports wildcard subscriptions for Consumers. You can achieve the same for your case by publishing a message with a composite destination - see http://activemq.apache.org/composite-destinations.html e.g. you can send a message with the destination - "queue.A,queueB" cheers, Rob Rob Davies I work here: http://fusesource.com My Blog: http://rajdavies.blogspot.com/ I'm writing this: http://www.manning.com/snyder/