Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 4441 invoked from network); 14 Dec 2009 21:42:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Dec 2009 21:42:16 -0000 Received: (qmail 1808 invoked by uid 500); 14 Dec 2009 21:42:16 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 1757 invoked by uid 500); 14 Dec 2009 21:42:15 -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 1733 invoked by uid 99); 14 Dec 2009 21:42:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Dec 2009 21:42:15 +0000 X-ASF-Spam-Status: No, hits=-10.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI 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, 14 Dec 2009 21:42:13 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D3744234C498 for ; Mon, 14 Dec 2009 13:41:52 -0800 (PST) Message-ID: <934732723.1260826912859.JavaMail.jira@brutus> Date: Mon, 14 Dec 2009 13:41:52 -0800 (PST) From: "Mark Gellings (JIRA)" To: dev@activemq.apache.org Subject: [jira] Created: (AMQNET-225) Make PrefetchPolicy a property of IConnection for easier unit testing against NMS ActiveMQ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c Make PrefetchPolicy a property of IConnection for easier unit testing against NMS ActiveMQ ------------------------------------------------------------------------------------------ Key: AMQNET-225 URL: https://issues.apache.org/activemq/browse/AMQNET-225 Project: ActiveMQ .Net Issue Type: Improvement Components: NMS Affects Versions: 1.2.0 Reporter: Mark Gellings Assignee: Jim Gomes Priority: Minor Fix For: 1.2.0 Make PrefetchPolicy a property of IConnection for easier unit testing against Apache.NMS.ActiveMQ.Connection class. If a prefetch policy is set in code right now, the IConnection needs to be casted to Connection. This breaks tests mocking a Connection with IConnection. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.