New and Noteworthy

Welcome to the first 1.0.0 release packed with features, Enterprise Integration Patterns, great support for Spring and a whole host of Components. Saddle up and take Camel for a ride!

Getting the Binary Distributions

Description Download Link PGP Signature file of download
Windows Distribution apache-camel-1.0.0.zip apache-camel-1.0.0.zip.asc
Unix/Linux/Cygwin Distribution apache-camel-1.0.0.tar.gz apache-camel-1.0.0.tar.gz.asc
The above URLs use redirection

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

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>1.0.0</version>
</dependency>

Getting the Source Code

Source Distributions

Description Download Link PGP Signature file of download
Source for Windows apache-camel-1.0.0-src.zip apache-camel-1.0.0-src.zip.asc
Source for Unix/Linux/Cygwin apache-camel-1.0.0-src.tar.gz apache-camel-1.0.0-src.tar.gz.asc

SVN Tag Checkout

svn co https://svn.apache.org/repos/asf/activemq/camel/tags/camel-1.0.0

Changelog

For a more detailed view of new features and bug fixes, see the release notes

Apache ActiveMQ & Apache ServiceMix (31 issues)
T Key Summary
New Feature CAMEL-55 Camel-IRC Component
New Feature CAMEL-44 Provides an easy to use DSL to configure Routes.
New Feature CAMEL-43 Support a simple Timer endpoint that generates events.
New Feature CAMEL-42 Support a queue:// endpoint to do internal asynchronous exchange routing
New Feature CAMEL-41 Support a Pojo endpoint that binds PojoExchanges to an Java Object
New Feature CAMEL-40 Support a Mock endpoint that can be used while testing to assert that the expected actions occured.
New Feature CAMEL-39 Support a File endpoint that can be polled to receive exchanges or which can create new Files.
New Feature CAMEL-38 Support a direct:// endpoint to do internal synchronous exchange routing
New Feature CAMEL-37 Support XMPP endpoints
New Feature CAMEL-35 Provide a spring remoting implemenation to camel.
New Feature CAMEL-34 Support using Spring Transactions to control endpoint transactions.
New Feature CAMEL-33 Provide an easy to use Spring BeanDefinitionParser for defining Camel containers.
New Feature CAMEL-32 Support using any JSR223 scripting language expression when declaring declarative routes in camel
New Feature CAMEL-31 Support using Saxon so that xquerys can be used in a camel expression when creating declarative routes.
New Feature CAMEL-30 Support an RMI endpoint that can expose and invoke PojoExchanges.
New Feature CAMEL-29 Support using Quartz to generate timer events.
New Feature CAMEL-28 Support MINA for consuming raw socket requests.
New Feature CAMEL-27 Support and endppoint that can consume messages from a IMAP mailbox
New Feature CAMEL-26 Support and endppoint that can consume messages from a POP mailbox
New Feature CAMEL-25 Support and endppoint that can send SMTP mail
New Feature CAMEL-24 Support the Idempotent Consumer pattern using JPA to store message ids.
New Feature CAMEL-23 Support JPA as a Camel Endpoint which inserts and deletes records.
New Feature CAMEL-22 Support using JoSQL in camel expression when creating declarative routes.
New Feature CAMEL-21 Support routing exchanges to and from JBI
New Feature CAMEL-19 Support consuming RAW HTTP requests.
New Feature CAMEL-18 Support routing CXF web services requests via Camel
New Feature CAMEL-17 Support Business Activity Monitoring (BAM)
New Feature CAMEL-16 Support JMS endpoints.
New Feature CAMEL-15 Support easily accessing the ActiveMQ JMS provider
New Feature CAMEL-13 Remote File Component
Bug CAMEL-3 Issue with getHeader("", Boolean.class)

This is the first official Camel release.

Graphic Design By Hiram