使用 Scala 实现类似于 JMS 的队列
是否可以使用Akka框架在Scala中实现JMS消息队列?
Is it possible to implement a JMS message queue in Scala using the Akka framework?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
是否可以使用Akka框架在Scala中实现JMS消息队列?
Is it possible to implement a JMS message queue in Scala using the Akka framework?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
它看起来像来自这里:
(我的重点)
It looks like it from here:
(my emphasis)
是的,大概是。您所需要的只是支持 JMS 接口的能力,并且由于 Scala 可以实现 Java 接口并扩展 Java 类......
Yes, presumably. All you'd need is the ability to support the JMS interfaces, and since Scala can implement Java interfaces and extend Java classes...