規則路由和中間引擎,Camel 2.11.3 發布

jopen 10年前發布 | 6K 次閱讀 Camel

Apache Camel是一個非常實用的規則引擎庫,能夠用來處理來自于不同源的事件和信息。你可以在使用不同的協議比如VM,HTTP,FTP,JMS甚至是文件系統中來傳遞消息,并且讓你的操作邏輯和傳遞邏輯保持分離,這能夠讓你更專注于消息的內容。在面向服務的體系結構的項目中,Camel通常與Apache ServiceMix, Apache ActiveMQ以及Apache CXF一同使用。

新的和值得注意的

 2.11.3 發布,包含解決約116個問題。

欲了解更多詳情,請參閱 JIRA tickets

Known Issues

Important changes to consider when upgrading

Notice

Getting the Distributions

Binary Distributions

Description

Download Link

PGP Signature file of download

Windows Distribution

apache-camel-2.11.3.zip

apache-camel-2.11.3.zip.asc

Unix/Linux/Cygwin Distribution

apache-camel-2.11.3.tar.gz

apache-camel-2.11.3.tar.gz.asc

The above URLs use redirection

Icon

The above URLs use the Apache Mirror system to redirect you to a suitable mirror for your download. Some users have experienced issues with some versions of browsers (e.g. some Safari browsers). If the download doesn't seem to work for you from the above URL then try using FireFox

Source Distributions

Description

Download Link

PGP Signature file of download

Source (zip)

apache-camel-2.11.3-src.zip

apache-camel-2.11.3-src.zip.asc

Getting the Binaries using Maven 2

To use this release in your maven project, the proper dependency configuration that you should use in your Maven POM is:

<dependency>
  <groupId>org.apache.camel</groupId>
  <artifactId>camel-core</artifactId>
  <version>2.11.3</version>
</dependency>

Git Tag Checkout

git clone https://git-wip-us.apache.org/repos/asf/camel.git
cd camel
git checkout camel-2.11.3

變更記錄

有關新功能和bug修復更詳細的視圖,請參閱:

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!