From users-return-20053-apmail-activemq-users-archive=activemq.apache.org@activemq.apache.org Mon Aug 10 13:00:34 2009 Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 98015 invoked from network); 10 Aug 2009 13:00:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Aug 2009 13:00:34 -0000 Received: (qmail 21217 invoked by uid 500); 10 Aug 2009 13:00:41 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 21155 invoked by uid 500); 10 Aug 2009 13:00:40 -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 21145 invoked by uid 99); 10 Aug 2009 13:00:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Aug 2009 13:00:40 +0000 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 (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; Mon, 10 Aug 2009 13:00:31 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MaUTy-0004JN-Td for users@activemq.apache.org; Mon, 10 Aug 2009 06:00:10 -0700 Message-ID: <24899319.post@talk.nabble.com> Date: Mon, 10 Aug 2009 06:00:10 -0700 (PDT) From: "Alexander L." To: users@activemq.apache.org Subject: Re: stomp temporary topics In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: fervexer@yandex.ru References: X-Virus-Checked: Checked by ClamAV on apache.org golubevpavel wrote: > > Once again, this is STOMP, not complete java client. > Is it possible to do that? > BTW, I am also in a search for the concept of temporary topics/queues for a Stomp client. Stomp itself does not support such destinations ( http://activemq.apache.org/cms/stomp-support.html Stomp Quirks ) What I need is to be able to create a queue per client and safely delete it after client has finished with it... I can't use OpenWire because it's not supported by my Message Broker. The purpose of that queue is to implement http://activemq.apache.org/how-should-i-implement-request-response-with-jms.html request response with JMS Alex. -- View this message in context: http://www.nabble.com/stomp-temporary-topics-tp24380494p24899319.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.