carbon-business-messaging
carbon-business-messaging copied to clipboard
Messages not delivered even when there are matching subscribers with a mix of selection criteria
Steps
-
Create publishers with following JMS properties set. All publishers publish to Queue1. a. type = sports b. type = 5 c. value =1 d. value =2 e. value =3
-
Create subscribers with matching selection criteria so that they can consume all the messages published by subscribers. All the subscribers subscribe to Queue1. a. type = sports b. type = 5 c. value <=3
Issue
Even though there are subscribers with matching selection criteria that can consume all the messages successfully, some messages fail to deliver to subscribers. For example, all subscribers will get only few messages or some subscribers will get no messages etc. Different behaviours are observed each time the test ran.
Expected
All the messages should be successfully delivered to the subscribers
with reference to : https://wso2.org/jira/browse/MB-1325