Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 58286 invoked from network); 7 Sep 2009 01:46:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Sep 2009 01:46:26 -0000 Received: (qmail 59855 invoked by uid 500); 7 Sep 2009 01:46:25 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 59793 invoked by uid 500); 7 Sep 2009 01:46:25 -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 59783 invoked by uid 99); 7 Sep 2009 01:46:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Sep 2009 01:46:25 +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 (nike.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, 07 Sep 2009 01:46:15 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MkTIo-0006Ht-JT for users@activemq.apache.org; Sun, 06 Sep 2009 18:45:54 -0700 Message-ID: <25323954.post@talk.nabble.com> Date: Sun, 6 Sep 2009 18:45:54 -0700 (PDT) From: nmittal To: users@activemq.apache.org Subject: PERL/STOMP: How to Request Response MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: nmittal@rblt.com X-Virus-Checked: Checked by ClamAV on apache.org Hi, I am trying to implement request response with a Perl Client using stomp. the documentation on the ActiveMQ website has sample code in JAVA that created a temporary destination and then sets the replyto header to this temp destination. How can I create a temporary destination in Perl STOMP client. I am using Net::Stomp. thanks for the help. Nishant -- View this message in context: http://www.nabble.com/PERL-STOMP%3A-How-to-Request-Response-tp25323954p25323954.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.