You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2009/05/15 21:54:50 UTC

[jira] Created: (AMQNET-161) Creating a consumer with a Null destination sends a bad ConsumerInfo command to the Broker.

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.


[jira] Resolved: (AMQNET-161) Creating a consumer with a Null destination sends a bad ConsumerInfo command to the Broker.

Posted by "Timothy Bish (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQNET-161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish resolved AMQNET-161.
---------------------------------

    Resolution: Fixed

Resolved in trunk

> 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: Timothy Bish
>            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.


[jira] Assigned: (AMQNET-161) Creating a consumer with a Null destination sends a bad ConsumerInfo command to the Broker.

Posted by "Timothy Bish (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQNET-161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish reassigned AMQNET-161:
-----------------------------------

    Assignee: Timothy Bish  (was: Jim Gomes)

> 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: Timothy Bish
>            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.