Return-Path: Delivered-To: apmail-activemq-camel-user-archive@locus.apache.org Received: (qmail 95011 invoked from network); 7 Nov 2007 13:12:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Nov 2007 13:12:20 -0000 Received: (qmail 96282 invoked by uid 500); 7 Nov 2007 13:12:08 -0000 Delivered-To: apmail-activemq-camel-user-archive@activemq.apache.org Received: (qmail 96267 invoked by uid 500); 7 Nov 2007 13:12:08 -0000 Mailing-List: contact camel-user-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-user@activemq.apache.org Delivered-To: mailing list camel-user@activemq.apache.org Received: (qmail 96258 invoked by uid 99); 7 Nov 2007 13:12:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Nov 2007 05:12:08 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of roman.kalukiewicz@gmail.com designates 209.85.198.189 as permitted sender) Received: from [209.85.198.189] (HELO rv-out-0910.google.com) (209.85.198.189) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Nov 2007 13:12:12 +0000 Received: by rv-out-0910.google.com with SMTP id l15so4642052rvb for ; Wed, 07 Nov 2007 05:11:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=8pS+4O2rdT/HGrZ1ICHeib+Wd0AfQhECpcgmBt/26Cw=; b=cXLCqcd6Se1ZXbnNspfGhltyWBjW3rHWdP+DiAf2F4pvJXRNsywHWUQJzFZQDV4SK4Ja0EnFIrgPt65LOeUJZaPVoiLUZ6qR+RGzrqdiBUwHfyxHcQsBPZR6+AMm/lRzgX7JYn/C+l6da91J+rDqhaUuz9ZrgUJzGyw9+mdptZc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ltnPdwsoGK4YhjvOPhwy3xr0jo4wFyA4VOsjWGlU/noxrkPRFLDDsSedT+ajeb5d6oDNneWjebBID9N+uBMF41VCJfOyqqR115BH4+QabLk1/xcR2Mmw7E8ZOORJCGfQp4T0JjpPoo6nIoHcFvtAAOxH4M2uAE1CATHaLH22oBA= Received: by 10.141.20.7 with SMTP id x7mr3477040rvi.1194441111425; Wed, 07 Nov 2007 05:11:51 -0800 (PST) Received: by 10.141.15.12 with HTTP; Wed, 7 Nov 2007 05:11:51 -0800 (PST) Message-ID: Date: Wed, 7 Nov 2007 14:11:51 +0100 From: "Roman Kalukiewicz" To: camel-user@activemq.apache.org Subject: disableReplyTo property in jms endpoint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hello! I'm looking for a way to use disableReplyTo property I see in EndpointMessageListener class, but so far I cannot find any way to set it. Is there some easy way to do it or it requires some hack? Romek