Immutant 2.0.1 补丁版发布了,主要有如下改动:
Subscribing to remote topics now actually works
When running inside WildFly, if your :main doesn't return, we abort the deployment instead of letting it hang the deployer. See the WildFly guide for details.
完整列表如下:
[IMMUTANT-558] - Clarify that the :main fn must return for deployment to succeed in WildFly
[IMMUTANT-559] - Time out the :main calls that block
[IMMUTANT-560] - Subscribing to pre-existing topic on remote context throws NPE
[IMMUTANT-561] - Concurrent websocket requests can fail under load in-container on slow hardware
Immutant 是一个 Clojure 的应用服务器,这是一个基于 JBoss AS 7 的集成平台,用于 Ring 处理、异步消息、缓存、任务调度、XA 事务、集群和守护进程等等。
下载地址:http://immutant.org/releases/
来自:开源中国社区

