Parent Categories/Forums: Camel

Camel - Development

Search:
This forum is an archive for the mailing list: camel-dev@activemq.apache.org (mailing list options). Messages posted here will be sent to this mailing list.

Camel Developer List. Apache Camel is a powerful rule based routing and mediation engine which provides a POJO based implementation of the Enterprise Integration Patterns using an extremely powerful fluent API (or declarative Java Domain Specific Language) to configure routing and mediation rules. The Domain Specific Language means that Apache Camel can support type-safe smart completion of routing rules in your IDE using regular Java code without huge amounts of XML configuration files; though Xml Configuration inside Spring is also supported.
Are you the owner of this project?
Child Forums (0): None
Post to Camel - Development Post New Message  ::  Alert me of new posts  ::  Rating Filter:
« Newest  ‹ Newer  —  Threads 1-35  —  Older

Thread (1159 Threads) Rating Replies Last Message

[jira] Created: (CAMEL-878) Support stop() on an intercept route in Spring DSL by JIRA jira@apache.org
1
by JIRA jira@apache.org

[jira] Created: (CAMEL-879) InterceptType does not support taking a predicate in Spring DSL by JIRA jira@apache.org
1
by JIRA jira@apache.org

[jira] Created: (CAMEL-460) Add spring unit tests for the intercept() feature by JIRA jira@apache.org
27
by JIRA jira@apache.org

[jira] Created: (CAMEL-716) can we catch NoClassDefError when trying to load Type converter implementations and try log a better warning about a missing dependency by JIRA jira@apache.org
3
by JIRA jira@apache.org

DSL progress by Vadim Chekan
1
by James.Strachan

[jira] Created: (CAMEL-875) Expression tokenizer should support streams by JIRA jira@apache.org
6
by JIRA jira@apache.org

[jira] Created: (CAMEL-865) mbeans don't seem to be correct - looking in JConsole at routes, don't seem to see 1 mbean per route and 1 mbean per endpoint by JIRA jira@apache.org
4
by JIRA jira@apache.org

[jira] Created: (CAMEL-772) Predicates with two types should consider casting to desired type before evaluating by JIRA jira@apache.org
2
by JIRA jira@apache.org

[jira] Created: (CAMEL-674) Spring property placeholders fully supported by JIRA jira@apache.org
1
by JIRA jira@apache.org

[jira] Created: (CAMEL-869) A subject from message header is not copied to mailMessage by JIRA jira@apache.org
4
by JIRA jira@apache.org

[jira] Created: (CAMEL-868) Add support to start/stop of routes via JMX by JIRA jira@apache.org
1
by JIRA jira@apache.org

[jira] Created: (CAMEL-876) splitter() should support batch for processing large files by JIRA jira@apache.org
2
by JIRA jira@apache.org

getting ready for 1.5 and 2.0 by James.Strachan
5
by Claus Ibsen

Re: svn commit: r690920 - in /activemq/camel/trunk: camel-core/src/main/java/org/apache/camel/ camel-core/src/main/java/org/apache/camel/converter/ components/camel-mina/src/main/java/org/apache/camel/component/mina/ components/camel-mina/src/test/ja by willem.jiang
0
by willem.jiang

RE: svn commit: r690920 - in /activemq/camel/trunk: camel-core/src/main/java/org/apache/camel/ camel-core/src/main/java/org/apache/camel/converter/ components/camel-mina/src/main/java/org/apache/camel/component/mina/ components/camel-mina/src/test/java/or by Claus Ibsen
0
by Claus Ibsen

[jira] Created: (CAMEL-403) Upgrade httpcore-version to latest beta version by JIRA jira@apache.org
6
by JIRA jira@apache.org

[jira] Created: (CAMEL-813) Add exceptions setter in ErrorHandlerBuilderSupport.java by JIRA jira@apache.org
3
by JIRA jira@apache.org

[jira] Created: (CAMEL-239) allow strict mode for JMS where only primitive types are allowed on JMS headers to avoid badly behaved processors from breaking things by JIRA jira@apache.org
1
by JIRA jira@apache.org

[jira] Created: (CAMEL-877) Access HttpRequest Params from exchange.in.header by JIRA jira@apache.org
8
by JIRA jira@apache.org

[jira] Created: (CAMEL-837) document - TypeConverter now supports Exchange as a "context" parameter by JIRA jira@apache.org
2
by JIRA jira@apache.org

[jira] Created: (CAMEL-227) remove where possible the use of dots in camel header/property names as they cannot be reliably sent over protocols like JMS. Avoiding special characters sounds like a good idea by JIRA jira@apache.org
4
by JIRA jira@apache.org

RE: svn commit: r691178 - in /activemq/camel/trunk/components/camel-mina/src: main/java/org/apache/camel/component/mina/ test/java/org/apache/camel/component/mina/ by Claus Ibsen
2
by Claus Ibsen

[jira] Created: (CAMEL-873) Current mina component can't tansfer the exchange fault message body by JIRA jira@apache.org
1
by JIRA jira@apache.org

[jira] Created: (CAMEL-400) TypeConverter to support Charset for encoding with bytes by JIRA jira@apache.org
3
by JIRA jira@apache.org

camel spring xml restructure by Claus Ibsen
9
by Vadim Chekan

[jira] Created: (CAMEL-874) Add seralizable check on the MinaPayloadHolder to make sure the MinaPayloadHolder can be seralized by Mina by JIRA jira@apache.org
1
by JIRA jira@apache.org

Generics by Vadim Chekan
2
by Vadim Chekan

[jira] Created: (CAMEL-797) Add a part 4 to the tutorial (camel-example-reportincident) to show how to turn on the code to route messages using DSL language and/or spring xml configuration file by JIRA jira@apache.org
16
by JIRA jira@apache.org

[jira] Created: (CAMEL-851) camel:run - spring xml files located in different folder by JIRA jira@apache.org
2
by JIRA jira@apache.org

[jira] Created: (CAMEL-872) remove generics from Component/Endpoint/Producer/Consumer classes by JIRA jira@apache.org
0
by JIRA jira@apache.org

[jira] Created: (CAMEL-860) DeadLetterChannel does not set the EXCEPTION_CAUSE_PROPERTY by JIRA jira@apache.org
7
by JIRA jira@apache.org

[jira] Created: (CAMEL-616) Add dataformat for easier handling of flat files: flatpack by JIRA jira@apache.org
8
by JIRA jira@apache.org

[jira] Created: (CAMEL-831) Flatpack writer - Allow us to export from Message to either delimeted or fixedlength format by JIRA jira@apache.org
2
by JIRA jira@apache.org

[jira] Created: (CAMEL-871) camel-spring - data format using camel xml elements doesnt work by JIRA jira@apache.org
1
by JIRA jira@apache.org

[jira] Created: (CAMEL-656) Component documentation - needs overhaul, check for missing options, add more samples java/spring, etc by JIRA jira@apache.org
1
by JIRA jira@apache.org
Post to Camel - Development Post New Message  ::  Alert me of new posts  ::  Atom feed for Camel - Development
« Newest  ‹ Newer  —  Threads 1-35  —  Older
Need professional support or training for Apache Camel? Graphic Design by Hiram and the Nabble Forum configured by James