| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
fmms
12年前发布

简单消息队列系统 ElasticMQ

ElasticMQ 是一个使用 Scala 编写的简单消息队列系统。当前使用嵌入式数据库 H2 来存储消息。ElasticMQ 实现了 SQS REST 接口的子集,提供一个 SQS 的可选方案。

ElasticMQ 使用 Squeryl 来访问数据库。

示例代码:

// First we need to create a Node  val node = NodeBuilder.createNode  // Then we can expose the native client using the SQS REST interface  val server = SQSRestServerFactory.start(node.nativeClient, 8888, "http://localhost:8888")  // ... use ...  // Finally we need to stop the server and the node  server.stop()  node.shutdown()

项目主页:http://www.open-open.com/lib/view/home/1336719212687

 本文由用户 fmms 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1336719212687.html
消息队列 消息系统