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.
我开始学习带有客户端-服务器架构的 Groovy。
作为服务器,我有一个包含 JMS 主题的 Grails 应用程序。对于客户端,我有一个 Griffon 应用程序,我想订阅该主题,以便它可以接收消息(我认为这就像一个推送通知)。
但我找不到任何适用于 Griffon 的 JMS 插件。有人存在吗?理想情况下,我认为它还应该提供像 ActiveMQ 和 JNDI 这样的 JMS 提供程序。
Griffon 还没有 JMS 插件,至少我不知道。然而,通过移植 grails-jms 构建一个应该不是那么困难。这两个框架共享许多代码和特征,使这项任务变得更容易。