Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 55804 invoked from network); 26 Jun 2007 15:11:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jun 2007 15:11:55 -0000 Received: (qmail 54446 invoked by uid 500); 26 Jun 2007 15:11:58 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 54301 invoked by uid 500); 26 Jun 2007 15:11:58 -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 54291 invoked by uid 99); 26 Jun 2007 15:11:58 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2007 08:11:58 -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; Tue, 26 Jun 2007 08:11:54 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4F5B07141DC for ; Tue, 26 Jun 2007 08:11:34 -0700 (PDT) Message-ID: <19648164.1182870694320.JavaMail.jira@brutus> Date: Tue, 26 Jun 2007 08:11:34 -0700 (PDT) From: "Timothy Bish (JIRA)" To: dev@activemq.apache.org Subject: [jira] Resolved: (AMQCPP-130) Enhance the DummyTransport and rename it to MockTransport In-Reply-To: <25568834.1181933793816.JavaMail.jira@brutus> 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 [ https://issues.apache.org/activemq/browse/AMQCPP-130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish resolved AMQCPP-130. --------------------------------- Resolution: Fixed Implemented in Trunk > Enhance the DummyTransport and rename it to MockTransport > --------------------------------------------------------- > > Key: AMQCPP-130 > URL: https://issues.apache.org/activemq/browse/AMQCPP-130 > Project: ActiveMQ C++ Client > Issue Type: Improvement > Components: CMS Impl > Affects Versions: 2.0.1 > Reporter: Timothy Bish > Assignee: Timothy Bish > Priority: Minor > Fix For: 2.1 > > > ActiveMQ-CPP current has a class called DummyTransport that is part of the unit tests suite. This class allows the creation of fake transports that mimic the various protocols that the client supports. Recently some users have indicated that they wish to use this capability in their own unit tests. As a result I propose that we change the DummyTransport to MockTransport and move it into the main source area so its built as part of the library. The existing StompResponseBuilder should also be moved into the main source tree as well. > We also need to create an OpenWireResponseBuilder so that the MockTransport can be used when testing against the openwire connector. > These classes should be better documented to make it easier to use them, and the wiki should be updated to make their existence known. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.