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 2007/04/19 16:52:15 UTC

[jira] Resolved: (QPID-459) Broker doesn't correctly handle noLocal consumers when messages are pre-exisiting on queues.

     [ https://issues.apache.org/jira/browse/QPID-459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Ritchie resolved QPID-459.
---------------------------------

    Resolution: Fixed

Renamed method in Subscription.java from hasFilters to filtersMessages as this is more accurate.

SubscriptionImpl had a couple of places where noLocal was not accounted for.

Also SI contained unchecked calls to on the result of getPublisher. Which should never be null but may be null if a persistent store loses the publisher information.



> Broker doesn't correctly handle noLocal consumers when messages are pre-exisiting on queues.
> --------------------------------------------------------------------------------------------
>
>                 Key: QPID-459
>                 URL: https://issues.apache.org/jira/browse/QPID-459
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M2
>            Reporter: Martin Ritchie
>         Assigned To: Martin Ritchie
>             Fix For: M2
>
>
> If there are messages existing on a queue that were published by a consumer with nolocal set running the test twice will cause the second run to get the first message as the queue is not correctly flagged for filtering.

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