MobileFirst 8 JMS Adapter

不打扰是莪最后的温柔 提交于 2019-12-12 03:34:25

问题


I want to upgrade the version of MobileFirst from WL v6.2 to MFP v8. The actual implementation uses a JMS Adapter for reading messages from a IBM MQ Queue to send push notification. MFP v8 no longer offers this kind of adapter and I would like to know what is the best way to read message from a Queue with the newest version.

Thanks, Stefano


回答1:


Because JMS support is currently not supported, your best bet IMO would be to create your own JMS client in a Java adapter and handle it on your own there...

http://docs.oracle.com/javaee/5/tutorial/doc/bncfa.html



来源:https://stackoverflow.com/questions/38436125/mobilefirst-8-jms-adapter

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