104
I Use This!
Very High Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 15 hours ago.
Jan 08, 2025 — Jan 08, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
updated the javadoc More... almost 19 years ago
Started working on a CamelNamespaceHandler for spring.
Hiram Chirino
as Hiram R. Chirino
More... almost 19 years ago
updated the javadoc More... almost 19 years ago
added test cases showing the use of the errorHandler() DSL to configure error handlers for an entire set of routes or on a specific route. Also added a useful base class for test cases More... almost 19 years ago
added support for DeadLetterChannel, Multicast and Pipeline patterns along with adding an error handler to the RouteBuilder so folks can configure the dead letter policy and so forth More... almost 19 years ago
added an initial implementation of Dead Letter Channel More... almost 19 years ago
make it even more concise
Hiram Chirino
as Hiram R. Chirino
More... almost 19 years ago
retabed
Hiram Chirino
as Hiram R. Chirino
More... almost 19 years ago
made xml more ideal
Hiram Chirino
as Hiram R. Chirino
More... almost 19 years ago
some minor refactoring More... almost 19 years ago
Made CamelContext an interface and move the implementation to impl.DefaultCamelContext
Hiram Chirino
as Hiram R. Chirino
More... almost 19 years ago
Eliminated some warnings.
Hiram Chirino
as Hiram R. Chirino
More... almost 19 years ago
updated snippet macro More... almost 19 years ago
added more builder methods together with a better Splitter example More... almost 19 years ago
added some helper methods to make it easier to copy exchanges to send them to different locations More... almost 19 years ago
Moved Expression and Predicates uner builder
Hiram Chirino
as Hiram R. Chirino
More... almost 19 years ago
renamed the builders to make them a little easier to follow; they generally now follow the name of the verb in the builder language More... almost 19 years ago
added a Message and Headers interface to the Exchange making it easy to process messages in a generic way, in addition to using a custom Exchange type to access the underlying transport information More... almost 19 years ago
added a Message and Headers interface to the Exchange making it easy to process messages in a generic way, in addition to using a custom Exchange type to access the underlying transport information More... almost 19 years ago
added an experimental interface for Messages More... almost 19 years ago
minor refactor to move the processors into a separate package More... almost 19 years ago
fixed spelling error and fixed up snippet tags More... almost 19 years ago
added support for RecipientList pattern More... almost 19 years ago
add exchange id
Rob Davies
as Robert Davies
More... almost 19 years ago
Added a little Pojo play component in the test section. This now gives another component that we can test against. It would be nice to see how exchange conversions will be implemented.
Hiram Chirino
as Hiram R. Chirino
More... almost 19 years ago
Small enhancements
Hiram Chirino
as Hiram R. Chirino
More... almost 19 years ago
The send() method in Endpoint made it look like a Processor, so why not let it be one. Some smaller cleanups
Hiram Chirino
as Hiram R. Chirino
More... almost 19 years ago
tided up the javadocs
Rob Davies
as Robert Davies
More... almost 19 years ago
Got rid the the activate/deactivate methods on Component since they look better on Endpoint.. but I did add similar methods to the Container. Also repliated the JmsRouteTest as a QueueRouteTest
Hiram Chirino
as Hiram R. Chirino
More... almost 19 years ago
added more predicates and a helper header() method to build easier and more powerful expressions and predicates More... almost 19 years ago