Return-Path: Delivered-To: apmail-activemq-camel-dev-archive@locus.apache.org Received: (qmail 42551 invoked from network); 21 Apr 2008 04:08:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Apr 2008 04:08:04 -0000 Received: (qmail 57355 invoked by uid 500); 21 Apr 2008 04:08:05 -0000 Delivered-To: apmail-activemq-camel-dev-archive@activemq.apache.org Received: (qmail 57210 invoked by uid 500); 21 Apr 2008 04:08:04 -0000 Mailing-List: contact camel-dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: camel-dev@activemq.apache.org Delivered-To: mailing list camel-dev@activemq.apache.org Received: (qmail 57154 invoked by uid 99); 21 Apr 2008 04:08:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Apr 2008 21:08:03 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Apr 2008 04:07:27 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9ED7C234C0ED for ; Sun, 20 Apr 2008 21:04:43 -0700 (PDT) Message-ID: <1945830544.1208750683649.JavaMail.jira@brutus> Date: Sun, 20 Apr 2008 21:04:43 -0700 (PDT) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Updated: (CAMEL-469) Allow replyTo destination to receive its own persistentDelivery QoS In-Reply-To: <464379670.1208394583469.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/CAMEL-469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-469: ------------------------------ Affects Version/s: 1.3.0 (was: 1.4.0) > Allow replyTo destination to receive its own persistentDelivery QoS > ------------------------------------------------------------------- > > Key: CAMEL-469 > URL: https://issues.apache.org/activemq/browse/CAMEL-469 > Project: Apache Camel > Issue Type: Improvement > Components: camel-jms > Affects Versions: 1.3.0 > Reporter: Marat Bedretdinov > Fix For: 1.4.0 > > Attachments: camel-jms.2008.04.16-20.45.patch > > > IBM MQ provides dynamic with with persistent and non-persistent delivery mode QoS. if a dynamic queue with non-persistent delivery model is used to send a reply the broker will reject any messages sent with persistent delivery mode. > The patch allows jms component to set delivery mode for producer for replyTo destination independently of producer for request destination. > Generally speaking it would make sense to allow independent JmsConfiguration instances for JmsProducer and JmsConsumer that inherit their values off configuration that belongs to JmsEndpoint . This way producer's and consumer's QoS can differ and be independently configured. > This is a cumulative patch with work done for https://issues.apache.org/activemq/browse/CAMEL-467 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.