Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 16429 invoked from network); 13 Nov 2008 23:41:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Nov 2008 23:41:56 -0000 Received: (qmail 22255 invoked by uid 500); 13 Nov 2008 23:42:03 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 22229 invoked by uid 500); 13 Nov 2008 23:42:03 -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 22218 invoked by uid 99); 13 Nov 2008 23:42:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Nov 2008 15:42:03 -0800 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; Thu, 13 Nov 2008 23:40:51 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6B261234C286 for ; Thu, 13 Nov 2008 15:41:05 -0800 (PST) Message-ID: <1505043759.1226619665433.JavaMail.jira@brutus> Date: Thu, 13 Nov 2008 15:41:05 -0800 (PST) From: "Christian Gross (JIRA)" To: dev@activemq.apache.org Subject: [jira] Created: (AMQNET-124) Irregular Behavior When Using Commit and Rollback on Non-Transacted Queue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Irregular Behavior When Using Commit and Rollback on Non-Transacted Queue ------------------------------------------------------------------------- Key: AMQNET-124 URL: https://issues.apache.org/activemq/browse/AMQNET-124 Project: ActiveMQ .Net Issue Type: Bug Components: ActiveMQ Client Affects Versions: 1.2 Environment: Windows, Latest Code from Subversion database Reporter: Christian Gross Assignee: Jim Gomes If I instantiate a queue and then listen to it as non-transacted (eg not using AcknowledgementMode.Transactional), and then after processing a message call either session.Commit() or session.Rollback() I get REALLY random behavior. Sometimes messages don't appear. Sometimes messages appear, but they are the old messages even though within the queue it is a new message. I know that I should not be calling a transactional method on a non-transactional queue, but I thought an exception would be warranted. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.