Rajesh Reddy Kasala created ARTEMIS-2943:
--------------------------------------------
Summary: Multicast Static filter for topics not working
Key: ARTEMIS-2943
URL: https://issues.apache.org/jira/browse/ARTEMIS-2943
Project: ActiveMQ Artemis
Issue Type: Bug
Reporter: Rajesh Reddy Kasala
Steps to reproduce:
examples/features/standard/static-selector
When running above test, NONE of the messages (of color 'red') are received.
Test case should assert on receiving 'red' messages. As of it only asserts that
non-red messages are not received.
This works fine if we change queue type from multicast to anycast in broker.xml.
Static filter for Topics:
But when i change the test case from createQueue() to createTopic(), and change
exampleQueue with exampleTopic in all places like StaticSelectorExample.java,
JNDI.properties and broker.xml ALL messages are received instaed of only 'red'
messages.
Am i missing something ? How can i implement static filter on topics(multicast)
?
Note: i am running the test case from master branch :
https://github.com/apache/activemq-artemis
--
This message was sent by Atlassian Jira
(v8.3.4#803005)