You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org> on 2008/08/08 14:51:44 UTC

[jira] Created: (QPID-1226) DupsOk doesn't create the consumer so will always fail to receive messages.

DupsOk doesn't create the consumer so will always fail to receive messages.
---------------------------------------------------------------------------

                 Key: QPID-1226
                 URL: https://issues.apache.org/jira/browse/QPID-1226
             Project: Qpid
          Issue Type: Bug
          Components: Java Tests
            Reporter: Martin Ritchie
             Fix For: M3


The change for QPID-1225 highlighted that this test was always failing. This is because it never creates the queue it is sending messages to so they are all bounced with No Route.

Just need to create a consumer. to fix it up.

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


[jira] Resolved: (QPID-1226) DupsOk doesn't create the consumer so will always fail to receive messages.

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

Martin Ritchie resolved QPID-1226.
----------------------------------

    Resolution: Fixed

Code committed to trunk to improve test and create consumer at startup

> DupsOk doesn't create the consumer so will always fail to receive messages.
> ---------------------------------------------------------------------------
>
>                 Key: QPID-1226
>                 URL: https://issues.apache.org/jira/browse/QPID-1226
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Tests
>            Reporter: Martin Ritchie
>             Fix For: M3
>
>
> The change for QPID-1225 highlighted that this test was always failing. This is because it never creates the queue it is sending messages to so they are all bounced with No Route.
> Just need to create a consumer. to fix it up.

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


[jira] Updated: (QPID-1226) DupsOk doesn't create the consumer so will always fail to receive messages.

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

Martin Ritchie updated QPID-1226:
---------------------------------

    Affects Version/s: M3

> DupsOk doesn't create the consumer so will always fail to receive messages.
> ---------------------------------------------------------------------------
>
>                 Key: QPID-1226
>                 URL: https://issues.apache.org/jira/browse/QPID-1226
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Tests
>    Affects Versions: M3
>            Reporter: Martin Ritchie
>             Fix For: M3
>
>
> The change for QPID-1225 highlighted that this test was always failing. This is because it never creates the queue it is sending messages to so they are all bounced with No Route.
> Just need to create a consumer. to fix it up.

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