Return-Path: Delivered-To: apmail-qpid-users-archive@www.apache.org Received: (qmail 83845 invoked from network); 19 Mar 2009 11:29:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Mar 2009 11:29:43 -0000 Received: (qmail 82516 invoked by uid 500); 19 Mar 2009 11:29:43 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 82500 invoked by uid 500); 19 Mar 2009 11:29:43 -0000 Mailing-List: contact users-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@qpid.apache.org Delivered-To: mailing list users@qpid.apache.org Received: (qmail 82489 invoked by uid 99); 19 Mar 2009 11:29:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Mar 2009 04:29:42 -0700 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [195.60.252.31] (HELO mail.javerdel.com) (195.60.252.31) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Mar 2009 11:29:29 +0000 Received: from thebes ([::ffff:212.68.8.138]) (AUTH: LOGIN intstreamfi_04) by mail.javerdel.com with esmtp; Thu, 19 Mar 2009 13:29:07 +0200 id 0000000000B18009.0000000049C22C83.00005F94 Message-ID: <46A4F012085C46F7AFAC4E39B014B799@thebes> From: "=?iso-8859-1?Q?Kalle_K=E4rkk=E4inen?=" To: users@qpid.apache.org Subject: ReplyTo header Date: Thu, 19 Mar 2009 13:27:46 +0200 Organization: intStream MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00CB_01C9A896.7DC87620" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Windows Mail 6.0.6001.18000 X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6001.18049 X-Virus-Checked: Checked by ClamAV on apache.org ------=_NextPart_000_00CB_01C9A896.7DC87620 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi all, I'm piecing together something and ran into a little bit of trouble. I'm using the raw-amqp in java with 0-10; with = org.apache.qpid.transport.Connection and Session. It's working well with = the cpp broker, no worries there. I use direct queues and try to get replyto's working. I'm sending plain = messages with routing keys with ease, but when tagging messages like = this: session.messageTransfer( "exchange", MessageAcceptMode.EXPLICIT, = MessageAcquireMode.PRE_ACQUIRED,new Header(new ReplyTo(null, = "intstream.etrm.in"), new = DeliveryProperties().setRoutingKey("intstream.etrm.out")), //new Header(new = DeliveryProperties().setRoutingKey("intstream.etrm.out")), msg); ------=_NextPart_000_00CB_01C9A896.7DC87620--