Re: Camel + NMR + Karaf (OSGi) possible without ServiceMix?

2010-12-02 Thread klausb
Ok, I've got the NMR stuff loaded. But have still an unresolved dependency to org.apache.servicemix.camel.nmr. Any idea, what the URI is for the corresponding feature file. That is the one, which contains the camel-nmr feature (if that exists). Thanks, klaus. -- View this message in context:

Re: Wast performance? Instrument Interceptor is wrapped twice for each processor.

2010-12-02 Thread Hadrian Zbarcea
The InstrumentationProcessor is a delegate processor (aka interceptor) that allows you do do before and after processing. It is not really invoked twice (or I have to see a test case that does that, the unit tests in camel I am aware of don't). It is invoked once, takes a start timestamp, it

Re: Camel + NMR + Karaf (OSGi) possible without ServiceMix?

2010-12-02 Thread Jean-Baptiste Onofré
camel-nmr feature is provided by ServiceMix 4 (the main features subproject). It's contained in the features descriptor available on, for example: mvn:org.apache.servicemix/apache-servicemix/4.3.0-SNAPSHOT This features descriptor provides camel-nmr, camel-activemq, examples-camel-osgi,

Re: Build a bean from a Master Detail flat file

2010-12-02 Thread Claus Ibsen
On Tue, Nov 30, 2010 at 4:50 PM, Marco Bettiol jamiro...@gmail.com wrote: I have one flat file with the following structure: //Order Headers header A header B ... -- //OrderDetails detail A.1 detail B.1 detail B.2 in other

Re: Hor to route using objects

2010-12-02 Thread Claus Ibsen
On Thu, Dec 2, 2010 at 11:10 PM, nkrust saum.p...@gmail.com wrote: Hi, I'm trying to do a POC on Content Based Routing based on camel. From what ever literature that I've seen so far I only see routing happening from files, queues etc. But I've not seen any example where I can route based

Re: Hor to route using objects

2010-12-02 Thread nkrust
I was looking more for how the URI should be constructed. from uri=xxx/ I'm looking to route to different servers based on the VO that will be passed from a java class. Thanks for responding Claude. -- View this message in context:

Re: Hor to route using objects

2010-12-02 Thread Claus Straube
You have to differ between consumers (from), producers (to) and the route semantic like a content based routing. For me it's not clear what you want to know. The from uris are depending on the consumer component you want to use (http://camel.apache.org/components.html) as well as the