Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 42100 invoked from network); 20 Jul 2010 23:15:17 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Jul 2010 23:15:17 -0000 Received: (qmail 35457 invoked by uid 500); 20 Jul 2010 23:15:17 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 35359 invoked by uid 500); 20 Jul 2010 23:15:16 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 35351 invoked by uid 99); 20 Jul 2010 23:15:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jul 2010 23:15:16 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jul 2010 23:15:14 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o6KNEq7W005388 for ; Tue, 20 Jul 2010 23:14:52 GMT Message-ID: <15566442.47911279667692298.JavaMail.jira@thor> Date: Tue, 20 Jul 2010 19:14:52 -0400 (EDT) From: "Timothy Bish (JIRA)" To: dev@activemq.apache.org Subject: [jira] Resolved: (AMQNET-264) Creating a session using a destination that was used before causes consumer options to be lost In-Reply-To: <2346249.47771279655151793.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQNET-264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish resolved AMQNET-264. --------------------------------- Resolution: Fixed Fixed in trunk, most tests passing now. > Creating a session using a destination that was used before causes consumer options to be lost > ---------------------------------------------------------------------------------------------- > > Key: AMQNET-264 > URL: https://issues.apache.org/activemq/browse/AMQNET-264 > Project: ActiveMQ .Net > Issue Type: Bug > Components: ActiveMQ > Affects Versions: 1.3.0 > Reporter: Timothy Bish > Assignee: Timothy Bish > Fix For: 1.4.0 > > > When creating a Consumer with an ActiveMQDestination object that has options on the destination such as "?consumer.exclusive=true" if another Consumer is created with the same destination object the options are lost and the consumer ends up with a configuration that doesn't match what the user was expecting. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.