GitHub user saltnlight5 opened a pull request:
https://github.com/apache/camel/pull/38
CAMEL-4075 Create camel-quartz2 component to support Quartz 2.1.x
Here is a new camel-quartz2 component for CAMEL-4075
You can merge this pull request into a Git repository by running:
$ git
On Aug 1, 2013, at 11:35 PM, ningji...@apache.org wrote:
> +} else {
> +WorkQueueManager mgr =
> outMessage.getExchange().get(Bus.class)
> +.getExtension(WorkQueueManager.class);
> +AutomaticWorkQueue qu = mgr.getNamedWorkQueue("nmr
GitHub user davidkarlsen opened a pull request:
https://github.com/apache/camel/pull/37
CAMEL-6603: extend DateTimeConverter for Long <-> Date conversion
https://issues.apache.org/jira/browse/CAMEL-6603
You can merge this pull request into a Git repository by running:
$ git pul