eclipse-ee4j / eclipse-ee4j/genericmessagingra
genericra Filter Not working as exprected
- Dominant language
- Java
- Stars
- 2
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Dear friends,
In my project, we are using genericra.jar to read message from SoftwareAG topic. We are using common topic for 3 countries like US,UK,AE. All countries pushed message in to single topic.
in our MDB, we are having below line to filter the US message alone while consuming US country message.
@ActivationConfigProperty(propertyName = "messageSelector", propertyValue = "countryCode= US' AND captureSystem= 'XYZ'"),
But its consuming all country Messages. MDB Consuming US,UK,AE all country messages.
messageSelector property not working as expected.
Note : topic is single topic for all countries. And this MDB working fine with WAS 8.5 with Software AG
not working with JBOSS 7 with Software AG using genericra .
Please help to check this issue.
Environment JBOSS 7. Open JDK 1.8
Thanks & regards
Viswa
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.