[ 
https://issues.apache.org/jira/browse/QPID-5078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13743887#comment-13743887
 ] 

Justin Ross edited comment on QPID-5078 at 8/19/13 3:17 PM:
------------------------------------------------------------

Reviewed by Andrew.  Approved for 0.24.

http://qpid.2158936.n2.nabble.com/Suggested-for-inclusion-in-0-24-tt7597085.html
                
      was (Author: justi9):
    Reviewed by Andrew.  Approved for 0.24.
                  
> consumers not notified of messages if another consumer with selector/filter 
> doesn't want it
> -------------------------------------------------------------------------------------------
>
>                 Key: QPID-5078
>                 URL: https://issues.apache.org/jira/browse/QPID-5078
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: 0.24
>            Reporter: Gordon Sim
>            Assignee: Gordon Sim
>             Fix For: 0.25
>
>
> E.g. run
> {noformat}
>   drain "q; {create:always, link:{selector:\"colour = 'red'\"}}" -f
> {noformat}
> and in another terminal:
> {noformat}
>   drain "q; {create:always, link:{selector:\"colour = 'blue'\"}}" -f
> {noformat}
> then:
> {noformat}
>   for i in `seq 1 5`; do spout --content "red-$i" -P colour=red q; done
>   for i in `seq 1 5`; do spout --content "blue-$i" -P colour=blue q; done
>   for i in `seq 6 10`; do spout --content "red-$i" -P colour=red q; done
> {noformat}
> Expect first drain to see all 10 'red' messages, second drain to see all 5 
> 'blue' messages but in practice this doesn't (always) happen. The message are 
> on the queue but the consumers are not always notified of their existence.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to