eclipse-ee4j / genericmessagingra

BSD 3-Clause "New" or "Revised" License
2 stars 5 forks source link

genericra Filter Not working as exprected #81

Open glassfishrobot opened 6 years ago

glassfishrobot commented 6 years ago

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

glassfishrobot commented 6 years ago