Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 63127 invoked from network); 31 Jul 2007 06:51:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Jul 2007 06:51:45 -0000 Received: (qmail 70394 invoked by uid 500); 31 Jul 2007 06:51:44 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 70375 invoked by uid 500); 31 Jul 2007 06:51:44 -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 70366 invoked by uid 99); 31 Jul 2007 06:51:44 -0000 Received: from Unknown (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jul 2007 23:51:44 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jul 2007 06:51:38 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1IFlZd-0008J3-Tx for users@activemq.apache.org; Mon, 30 Jul 2007 23:51:17 -0700 Message-ID: <11919058.post@talk.nabble.com> Date: Mon, 30 Jul 2007 23:51:17 -0700 (PDT) From: Maximillian Dornseif To: users@activemq.apache.org Subject: STOMP and /temp-queue/ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: md@hudora.de X-Virus-Checked: Checked by ClamAV on apache.org I'm trying to implement RPC over ActiveMQ using the STOMP protocol. Probably I'm missing the JMS background to fully understand what is supposed to happen. My client sends a message to '/queue/rpc.test' with the reply-to header set to '/temp-queue/rpc.testreply'. It also subscribes to '/temp-queue/rpc.testreply'. My server receives the message from '/queue/rpc.test' and sends an answer to '/temp-queue/rpc.testreply'. Unfortunately the client never sees the reply. I'm wondering if this is an issue in my code or if I'm fundamentally wrong in how I use the temp-queue feature. Any hints? Regards Maximillian Dornseif -- View this message in context: http://www.nabble.com/STOMP-and--temp-queue--tf4191237s2354.html#a11919058 Sent from the ActiveMQ - User mailing list archive at Nabble.com.