Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 65078 invoked from network); 31 Aug 2007 18:28:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Aug 2007 18:28:45 -0000 Received: (qmail 39972 invoked by uid 500); 31 Aug 2007 18:28:40 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 39945 invoked by uid 500); 31 Aug 2007 18:28:40 -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 39936 invoked by uid 99); 31 Aug 2007 18:28:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Aug 2007 11:28:40 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Aug 2007 18:29:47 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 25E06714208 for ; Fri, 31 Aug 2007 11:28:22 -0700 (PDT) Message-ID: <31661409.1188584902122.JavaMail.jira@brutus> Date: Fri, 31 Aug 2007 11:28:22 -0700 (PDT) From: "Jim Gomes (JIRA)" To: dev@activemq.apache.org Subject: [jira] Created: (AMQNET-52) Enhance the IConnectionFactory to create a connection that uses logging MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Enhance the IConnectionFactory to create a connection that uses logging ----------------------------------------------------------------------- Key: AMQNET-52 URL: https://issues.apache.org/activemq/browse/AMQNET-52 Project: ActiveMQ .Net Issue Type: Improvement Components: ActiveMQ Client Environment: Windows XP SP2, .NET 2.0 Reporter: Jim Gomes Assignee: James Strachan Priority: Minor The low-level TcpTransportFactory supports logging, but the upper level interfaces provide no way of turning this on. An overloaded version of the IConnectionFactory.CreateConnection() function should be created that will pass a boolean flag down to the low-level transport that will turn on logging for that connection. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.