Message selector on MDBean not working properly

浪尽此生 提交于 2019-12-08 06:36:07

问题


I'm having a bit of a problem with an application, the message-selector of my MD Bean doesn't respond to the filter specified, if i use inside the message-selector : module in ('TELCOM1') works perfectly , but if i add a second parameter to the filter (module in ('TELCOM1' , 'TELCOM2') ) it doesn't work at all, doesn't respond to either parameter.

Does anybody have an idea of why can this be , I'm running my application on a WAS 8.5.5 but if i run it onWAS 6 works fine.


回答1:


Ok .. doing some more work on why this was happening, i found that i was using WMQv6 with my WAS 8.5.5 , so i change it to WMQv7 and it work fine.



来源:https://stackoverflow.com/questions/26855266/message-selector-on-mdbean-not-working-properly

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!