Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 45717 invoked from network); 18 Apr 2006 13:50:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Apr 2006 13:50:37 -0000 Received: (qmail 55219 invoked by uid 500); 18 Apr 2006 13:50:31 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 55088 invoked by uid 500); 18 Apr 2006 13:50:31 -0000 Mailing-List: contact activemq-users-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-users@geronimo.apache.org Delivered-To: mailing list activemq-users@geronimo.apache.org Received: (qmail 55079 invoked by uid 99); 18 Apr 2006 13:50:31 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Apr 2006 06:50:31 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Apr 2006 06:50:30 -0700 Received: from localhost ([127.0.0.1] helo=talk.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1FVqan-0006As-Aj for activemq-users@geronimo.apache.org; Tue, 18 Apr 2006 06:50:09 -0700 Message-ID: <3968515.post@talk.nabble.com> Date: Tue, 18 Apr 2006 06:50:09 -0700 (PDT) From: ssozonoff To: activemq-users@geronimo.apache.org Subject: Spring and Wildcards MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-Sender: serge@sozonoff.com X-Nabble-From: ssozonoff X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I am just trying to setup a simple test servlet which tries to get a message from a queue using JmsTemplate's receiveAndConvert("fr.*") method but wildcards do not seem to work when used as part of the destination. Without the wildcard it works fine. I guess I am going about this in the wrong manner. Anyone have any ideas? Thanks, Serge -- View this message in context: http://www.nabble.com/Spring-and-Wildcards-t1468266.html#a3968515 Sent from the ActiveMQ - User forum at Nabble.com.