You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Steven Shaw (JIRA)" <qp...@incubator.apache.org> on 2006/11/30 20:26:22 UTC

[jira] Created: (QPID-145) AMQSession._producers is always empty

AMQSession._producers is always empty
-------------------------------------

                 Key: QPID-145
                 URL: http://issues.apache.org/jira/browse/QPID-145
             Project: Qpid
          Issue Type: Bug
            Reporter: Steven Shaw
            Priority: Minor


The registerProducer() method is never called. This means that on failover no producer is ever "resubscribed". This appears not to matter at "resubscribing" a producer only declares the exchange when the Destination for that producer is non-null. If our current test cases declaring the exchange does not matter (as we are using the pre-existing exchanges).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (QPID-145) AMQSession._producers is always empty

Posted by "Bhupendra Bhardwaj (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bhupendra Bhardwaj resolved QPID-145.
-------------------------------------

    Resolution: Invalid

The code has changed a lot since this JIRA was raised and the registerProducer() method is also in use now.
So marking it as invalid.

> AMQSession._producers is always empty
> -------------------------------------
>
>                 Key: QPID-145
>                 URL: https://issues.apache.org/jira/browse/QPID-145
>             Project: Qpid
>          Issue Type: Bug
>            Reporter: Steven Shaw
>         Assigned To: Bhupendra Bhardwaj
>            Priority: Minor
>
> The registerProducer() method is never called. This means that on failover no producer is ever "resubscribed". This appears not to matter at "resubscribing" a producer only declares the exchange when the Destination for that producer is non-null. If our current test cases declaring the exchange does not matter (as we are using the pre-existing exchanges).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (QPID-145) AMQSession._producers is always empty

Posted by "Marnie McCormack (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marnie McCormack reassigned QPID-145:
-------------------------------------

    Assignee: Bhupendra Bhardwaj

> AMQSession._producers is always empty
> -------------------------------------
>
>                 Key: QPID-145
>                 URL: https://issues.apache.org/jira/browse/QPID-145
>             Project: Qpid
>          Issue Type: Bug
>            Reporter: Steven Shaw
>         Assigned To: Bhupendra Bhardwaj
>            Priority: Minor
>
> The registerProducer() method is never called. This means that on failover no producer is ever "resubscribed". This appears not to matter at "resubscribing" a producer only declares the exchange when the Destination for that producer is non-null. If our current test cases declaring the exchange does not matter (as we are using the pre-existing exchanges).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.