Messaging platform

回眸只為那壹抹淺笑 提交于 2019-12-13 03:49:47

问题


We're considering a messaging platform to integrate two core systems in a banking environment. We're looking at open source options. Which products have you used and can you share experiences?


回答1:


If you're on Microsoft, I would start your search with MSMQ. I've used MSMQ at work quite a bit and never really had any serious problems with it. WCF has great support for MSMQ if you're using .NET.

I've also used Apache ActiveMQ for Java JMS, and had mixed results. It has some really nice tools that come with it (web-console, monitoring tools, mulitple APIs, etc.), but we've had stability problems with it. It could very well be because of our code, but it's been flaky for us.




回答2:


IBM MQ and the message broker products are by far the most used and supported within the banking sector. If your building a mission critical banking application IBM are the only real choice when considering enterprise class support.

Karl



来源:https://stackoverflow.com/questions/960630/messaging-platform

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