Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 58393 invoked from network); 15 May 2009 19:55:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 May 2009 19:55:13 -0000 Received: (qmail 99846 invoked by uid 500); 15 May 2009 19:55:13 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 99814 invoked by uid 500); 15 May 2009 19:55:12 -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 99804 invoked by uid 99); 15 May 2009 19:55:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 May 2009 19:55:12 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 May 2009 19:55:10 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9A6C2234C004 for ; Fri, 15 May 2009 12:54:50 -0700 (PDT) Message-ID: <735132155.1242417290626.JavaMail.jira@brutus> Date: Fri, 15 May 2009 12:54:50 -0700 (PDT) From: "Timothy Bish (JIRA)" To: dev@activemq.apache.org Subject: [jira] Created: (AMQNET-161) Creating a consumer with a Null destination sends a bad ConsumerInfo command to the Broker. 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 Creating a consumer with a Null destination sends a bad ConsumerInfo command to the Broker. ------------------------------------------------------------------------------------------- Key: AMQNET-161 URL: https://issues.apache.org/activemq/browse/AMQNET-161 Project: ActiveMQ .Net Issue Type: Bug Components: ActiveMQ Client Affects Versions: 1.0 Reporter: Timothy Bish Assignee: Jim Gomes Priority: Minor Fix For: 1.1 When attempting to create a Consumer with a Null destination the client doesn't check the Destination to see if it is null resulting in an attempt to register that consumer with the Broker, the code shouldn't send a ConsumerInfo command to the broker if there is no Destination, it should throw an exception right away. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.