Apache Camel 2.18.0 发布,开源规则引擎
欢迎加入运维网交流群:263444886Apache Camel 2.18.0 发布了。
Apache Camel 是一个非常强大的基于规则的路由以及媒介引擎,该引擎提供了一个基于POJO的 企业应用模式(Enterprise Integration Patterns)的实现,你可以采用其异常强大且十分易用的API (可以说是一种Java的领域定义语言 Domain Specific Language)来配置其路由或者中介的规则。 通过这种领域定义语言,你可以在你的IDE中用简单的Java Code就可以写出一个类型安全并具有一定智能的规则描述文件。这与那种复杂的XML配置相比极大简化了规则定义开发。 当然Apache Camel也提供了一个对Spring 配置文件的支持。
改进内容:
Bug 修复
[*] - Camel xmpp dynamic router is not sending incoming messages to openfire upon first failed groupchatroom join
[*] - Invalid KeyStore format error is generated using camel websocket secure on osgi platform
[*] - SoapJaxbDataFormat not handling correctly SOAP action with request wrapper element
[*] - CacheManager should only be shutdown when last endpoint is stopped
[*] - Remote Print URI changed to UNC Name
[*] - camel-netty4-http does not work for HTTP POST requests on routingSlip
提升
[*] - improve printer support on unix
[*] - Simple language - Improved OGNL invocation with simple expression as functions for parameters
[*] - RedeliverErrorHandler - Should quicker reject running scheduled redeliver tasks if shutting down and not allowed to do redeliver
[*] - Using bean component with beans that implement Service from Camel should have the lifecycle callbacks invoked
[*] - camel-jms - Add thread pool for handling timeout when doing request/reply and allow to configure this thread pool
[*] - On SMPP producer start if SMSC returns a negative bind response producer will get stuck in an infinite reconnect loop
[*] - Asynchronous Mode In camel-servlet, Servlet 3.0 AsyncContext
[*] - Add support for expression on tokenizeXml
完整更新内容,请点击此处查看。
下载地址:
[*] http://camel.apache.org/download.html
页:
[1]