apache-camel
Camel idiom to route dynamically based on the value in the body of the message
Suppose you have a route like: from(\"direct:start\").to(\"http://some.endpoint/accounts/\"); where message passed through direct:start is an XML:[详细]
2023-04-07 09:34 分类:问答Apache Camel - problem with error handling
I have a problem with error handling. If an exception occurs in the jrnRoute, it is processed by the exceptionHandler processor. This is OK. But the message which caused the exception still stays in t[详细]
2023-04-07 04:58 分类:问答Overriding Camel & log4j
I\'m fairly new to Apache Camel, but have to say that I love it so far. One \"limitation\" (probably a lack of understanding on my part) I\'ve hit so far is that Camel ships with log4j as its default[详细]
2023-04-06 21:03 分类:问答Camel Ftp2 filter over directories
I have these files (as a sample; I actually have much more): /files/dir1/dir_a/f.xml /files/dir1/dir_b/f.xml[详细]
2023-04-06 03:56 分类:问答PGP decryption in Apache camel route
I\'m trying to decrypt a pgp encrypted file from an sftp server in apache camel. I\'ve googled around and found a few threads, but have gotten no real leads as how to go pgp decryption in an apache ca[详细]
2023-04-06 03:47 分类:问答Spring Integration Images for use in Visio
Does anyone know where some Spring style integration images can be found for use in Visio - just a stencil or where one could possible download the images used in the Spring Integration designer GUI a[详细]
2023-04-06 02:55 分类:问答W3C Endpoint & Exchange Implementations
I\'m new web services (and, specifically, Java web services) and have seen the terms endpoint and exchange sprinkled throughout various frameworks. I did some deductive reasoning and eventually found[详细]
2023-04-04 19:42 分类:问答Apache Camel and Ruby
I\'m developing a solution that uses Ruby, St开发者_StackOverflow社区omp and ActiveMQ. As I wish to implement some message routing patterns (as in Enterprise Integration Patterns), I\'m wondering if t[详细]
2023-04-04 13:32 分类:问答Camel - Exception handling in 'sub routes'
Camel explicitly handles two \'scopes\' of error handling: Global per Route The issue I\'m having is exceptions thrown in a \'sub route\'.For instance, I\'ve got this route:[详细]
2023-04-04 10:28 分类:问答Apache Camel AHC component examples test-sources jar
I am creating a POC using Apache Camel 2.8 and its AHC component. I could not find any examples on Apache Camel\'s website\'s Examples section for the same.[详细]
2023-04-03 22:17 分类:问答