You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Gordon Sim (JIRA)" <qp...@incubator.apache.org> on 2007/11/05 10:55:50 UTC

[jira] Resolved: (QPID-658) NoLocal messages should be deleted when the queue is exclusive

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

Gordon Sim resolved QPID-658.
-----------------------------

    Resolution: Fixed

c++ broker will now delete a message if it is in a queue that has an exclusive consumer that doesn't want it or if it is in an exclusive queue with a single consumer that doesn't want it.

I think this is at best a temporary measure and the AMQP WG should be lobbied for a better solution in the spec (e.g. allowing filtration of such messages at the point of routing, before they are even enqueued).

> NoLocal messages should be deleted when the queue is exclusive
> --------------------------------------------------------------
>
>                 Key: QPID-658
>                 URL: https://issues.apache.org/jira/browse/QPID-658
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker, Java Client
>    Affects Versions: M3
>            Reporter: Arnaud Simon
>            Assignee: Gordon Sim
>
> For JMS we need the broker to delete messages of an exclusive queue that cannot be delivered to the consumer because of Nolocal. This is a simple fix for supporting the JMS notion of noLocal (topic only). 

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