Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想为移动设备(黑莓和安卓)编写一个应用程序。是否有(免费)客户端可以连接到 MOM?MOM 应保证消息传递,即使连接已关闭并重新打开也是如此。
我们考虑过使用 jms,但是否有适用于这些平台的免费客户端?XMPP 可能是另一种选择。
ActiveMQ(来自 Apache)工作得非常好。它尊重 JMS 规范并且完全免费。生成的存根和骨架是用 Java 编写的,所以肯定可以在机器人上工作。
ActiveMQ 还具有交付保证,您可以根据需要进行配置(您甚至可以获得主题的保证交付,即使这不在 JMS 规范中。这称为持久订阅者)。