Re: Camel JBI Interaction

2011-11-06 Thread diwakar
Hi, Found one solution. Use servicemix-camel-2011.01-installer.zip. It has Camel 2.6. To use Camel 2.8, the camel-core and camel-spring jars of 2.8 can be replaced in servicemix-camel-2011.01-installer.zip (and jbi.xml). Or build servicemix-camel locally with the

Re: Camel JBI Interaction

2011-10-29 Thread diwakar
Hi, Thanks for the reply. Servicemix 3.3.2 camel component pakages Camel 2.2 core. How can I use latest Camel (2.8.2) in Servicemix 3.3.2. Please let me know. With Best Regards, Diwakar -- View this message in context: http://camel.465427.n5.nabble.com

Re: Camel JBI Interaction

2011-10-21 Thread Ioannis Canellos
Yes you will be able to use camel inside ServiceMix 3.x. -- *Ioannis Canellos* * FuseSource ** Blog: http://iocanel.blogspot.com ** Apache Karaf Committer & PMC Apache ServiceMix Committer Apache Gora

Re: Camel JBI Interaction

2011-10-20 Thread diwakar
Hi, Thanks for the comments. Since we are using a lot of JBI, can we continue with Servicemix 3.3.2 for the existing code base and develop new functionality with camel components and routes, also using existing custom JBI components wherever necessary (I assume that came

Re: Camel JBI Interaction

2011-10-19 Thread Ioannis Canellos
As you probably have already read, JBI is been considered deprecated (the jbi spec is somewhat dead). In version 4.x users are discouraged of using JBI, and its just there for those already using it. In ServiceMix 5 there will be no option to use JBI at all. -- *Ioannis Canellos* * FuseSource

Re: Camel JBI Interaction

2011-10-19 Thread diwakar
Hi, I was going thro http://servicemix.396122.n5.nabble.com/DISCUSS-Rebooting-ServiceMix-5-td4528896.html. Looks like NMR may not be included in Servicemix 5. Will JBI/camel interaction stop working in Servicemix 5? Please let me know your co

Re: Camel JBI Interaction

2011-10-14 Thread diwakar
Hi, Thanks. I will try that. In the previous example the file name of the output file was random number. How to carry the name from Camel poller to the JBI sender. Please let me know your comment. With Best Regards, Diwakar -- View this message in context: http://ca

Re: Camel JBI Interaction

2011-10-13 Thread Ioannis Canellos
Camel allows you to create a jbi service, which you can then use to route messages to the actual camel endpoint. So assuming that you want to send a message from a jbi consumer to camel endpoint A, you will need to create a camel route from a "pivot" jbi service (camel will create it for you) to en

Re: Camel JBI Interaction

2011-10-11 Thread diwakar
Hi, Is it possible to connect to the Camel endpoint from servicemix JBI? What should be the target service/endpoint. There are no names for the endpoint in Camel. With Best Regards, Diwakar -- View this message in context: http://camel.465427.n5.nabble.com/Camel-JBI-Interaction-tp4

Re: Camel JBI Interaction

2011-10-11 Thread diwakar
Hi, >> try testing the same scenario using spring It works! The file is created with a random name and not same as the input file name. Thanks. With Best Regards, Diwakar -- View this message in context: http://camel.465427.n5.nabble.com/Camel-JBI-Interaction

Re: Camel JBI Interaction

2011-10-10 Thread Ioannis Canellos
You can dump the jbi packaging and still use jbi components. In any case yes you can combine camel and jbi with both osgi and jbi packaging. I think that there is a known issue in the operability of camel-blueprint and jbi (I am not 100% sure, I'll have to search a bit). Can you please try testin

Re: Camel JBI Interaction

2011-10-09 Thread diwakar
Hi, Does not seem to work. The sa zip, the camel file and the error log are attached. I have tried jbi:service and jbi:endpoint. Both dint work. Please let me know your comment. With Best Regards, Diwakar -- View this message in context: http://camel.46542

Re: Camel JBI Interaction

2011-10-04 Thread Claus Ibsen
On Wed, Oct 5, 2011 at 6:55 AM, diwakar wrote: > Hi, > >             >> Don't use JBI if you can avoid using it. >             Since we have used lof of JBI, we want to know if the > interworking between JBI and Came possible. Please let us know. > Yes using the SMX Camel JBI component http://cam

Re: Camel JBI Interaction

2011-10-04 Thread diwakar
Hi, >> Don't use JBI if you can avoid using it. Since we have used lof of JBI, we want to know if the interworking between JBI and Came possible. Please let us know. With Best Regards, Diwakar -- View this message in context: http://camel.465427.n5.nabble.com/Camel-

Re: Camel JBI Interaction

2011-10-02 Thread Claus Ibsen
On Fri, Sep 30, 2011 at 8:19 PM, diwakar wrote: > Hi, > >           I have a File sender endpoint (test:s) created that sends a file > to a folder. The SA containg this SU is deployed into Servicemix 4.3 deploy > folder. I am trying to send a file from Camel poller (file:input2) to the > JBI sende