开发者

JMS like queue implementation using Scala

开发者 https://www.devze.com 2023-02-20 10:56 出处:网络
Is it possible to im开发者_Go百科plement a JMS message queue in Scala using the Akka framework?It looks like it from here:

Is it possible to im开发者_Go百科plement a JMS message queue in Scala using the Akka framework?


It looks like it from here:

Since version 0.7, Akka offers a new feature that let actors send and receive messages over a great variety of protocols and APIs. In addition to the native Scala actor API, actors can now exchange messages with other systems over large number of protcols and APIs such as HTTP, SOAP, TCP, FTP, SMTP or JMS, to mention a few. At the moment, approximately 80 protocols and APIs are supported. This new feature is provided by Akka's Camel module.

(my emphasis)


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...

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号