[ https://issues.apache.org/activemq/browse/AMQ-745?page=comments#action_36291 ]
Hiram Chirino commented on AMQ-745: ----------------------------------- Hi Jeff, We have the following test case: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-core/src/test/java/org/apache/activemq/selector/SelectorTest.java?revision=410119&view=markup&pathrev=413680 It tests our IN selectors. Perhaps the problem is related to how the sector is being passed on the command line. A JUnit test case showing the failure would help us fix this problem easier. > in message selector does not match messages > ------------------------------------------- > > Key: AMQ-745 > URL: https://issues.apache.org/activemq/browse/AMQ-745 > Project: ActiveMQ > Type: Bug > Components: Selector > Versions: 4.0 > Environment: Java 5.0 on Linux > Reporter: Jeff Martin > Assignee: Adrian Co > > > Using "in" as part of a message selector does not return any messages. > Example: > This returns one message > browse --amqurl tcp://zuul:61616 --msgsel > "JMSMessageID='ID:zuul-45732-1149587838616-3:24:1:1:1'" queue:inbound > This returns no messages > browse --amqurl tcp://zuul:61616 --msgsel "JMSMessageID in > ('ID:zuul-45732-1149587838616-3:24:1:1:1')" queue:inbound -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
