Return-Path: Delivered-To: apmail-geronimo-activemq-users-archive@www.apache.org Received: (qmail 84968 invoked from network); 3 May 2006 11:18:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 May 2006 11:18:58 -0000 Received: (qmail 98974 invoked by uid 500); 3 May 2006 11:18:57 -0000 Delivered-To: apmail-geronimo-activemq-users-archive@geronimo.apache.org Received: (qmail 98957 invoked by uid 500); 3 May 2006 11:18:57 -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 98948 invoked by uid 99); 3 May 2006 11:18:57 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 May 2006 04:18:57 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [193.166.3.105] (HELO smtp1.csc.fi) (193.166.3.105) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 May 2006 04:18:56 -0700 Received: from imap1.csc.fi (imap1.csc.fi [193.166.7.56]) by smtp1.csc.fi (MAILSERVER) with ESMTP id k43BIYhR005080 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 3 May 2006 14:18:34 +0300 Received: from myrsky.csc.fi (myrsky.csc.fi [193.166.7.58]) (authenticated as akallio) by imap1.csc.fi (MAILSERVER) with ESMTP id k43BIYug007157 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 3 May 2006 14:18:34 +0300 Message-ID: <4458918A.1000108@csc.fi> Date: Wed, 03 May 2006 14:18:34 +0300 From: Aleksi Kallio Organization: CSC User-Agent: Mozilla Thunderbird 1.0.8-1.4.1 (X11/20060420) X-Accept-Language: en-us, en MIME-Version: 1.0 To: activemq-users@geronimo.apache.org Subject: Re: Passing temporary topics on a message References: <4182436.post@talk.nabble.com> <00f801c66e74$bd28b0a0$9ef1a8c0@jlim> <44585604.6020509@csc.fi> <445861CB.9050104@csc.fi> <44588613.1010507@csc.fi> <4208173.post@talk.nabble.com> In-Reply-To: <4208173.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-CanItPRO-Stream: 00_Opt_Out X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > Hi - not withstanding James's response, is there any reason why you have to > deal the name of the temporary topic, rather than the actual destination > itself ? No, there's not. I just wasn't sure if topics can be serialised. If even the topic names are connection specific (as in my previous post), I'm quite sure the objects themselves are also? > We pretty much do that (well, we pass the temporary queue in the > Message.replyTo attribute) and it all works fine. replyTo is a different beast, it works alright for us too. The problem is that I need it for different purposes.