Re: Camel with OSGI in Felix with Spring DSL

2017-03-06 Thread kumar
Now I started Looking into blueprint-Aries + camel , migrating all codes and xml namespaces from spring. Lets see how ot would be.. Thanks for all your support. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-with-OSGI-in-Felix-with-Spring-DSL-tp5794738p5794984.html S

Re: Camel with OSGI in Felix with Spring DSL

2017-03-06 Thread Tim Jones
As Claus has pointed out you are probably better not to use Gemini Blueprint, it is not a very active project and I doubt whether you will find much support within the Karaf/Felix/OSGi community. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-with-OSGI-in-Felix-with-Sp

Re: Camel Http4 using basic auth and proxy auth

2017-03-06 Thread Claus Ibsen
Yeah sounds like a little bug. You are welcome to log a JIRA and provide a PR with a fix. You have a system where you can test it. http://camel.apache.org/contributing On Mon, Mar 6, 2017 at 5:41 PM, Xavier López wrote: > I've been trying to use Apache Camel's Http4 component to connect to a > HT

Camel Http4 using basic auth and proxy auth

2017-03-06 Thread Xavier López
I've been trying to use Apache Camel's Http4 component to connect to a HTTPS URL that needs Basic authentication. The connection needs to be done through an authenticated HTTP proxy. So, according to the docs at http://camel.apache.org/http4.html, I configure the Camel endpoint like this: .to

Re: Camel performance issue

2017-03-06 Thread RichardChen
Thanks for replying. Here is the process: We copy 1000 xml files from source folder to destination folder in every test, for example from "c:/source" to "c:/dest“. Our camel route will consume those xml files, and convert them to JTO objects, at last send to JMS queue(ActiveMQ). Test 1 on physical

Re: Camel performance issue

2017-03-06 Thread souciance
Well I have used the file component both in a VM, docker and a physical host and did not see any drop in performance. There must be something else on your physical host that is cause this. Have you done any profiling or enabled AuditEventNotifier on Camel to see which steps are taking the most tim

RE: Camel performance issue

2017-03-06 Thread Steve Huston
Did you run it multiple times in succession for each scenario? The file system cache may skew your timing if you just run it once. > -Original Message- > From: RichardChen [mailto:richard.c...@spsoft-cn.com] > Sent: Monday, March 06, 2017 5:13 AM > To: users@camel.apache.org > Subject: Ca

Re: Camel SFTP

2017-03-06 Thread finx
Yeah... I thought the same, until I got a password with special chars and I spent like two days investigating why the connection fails! Not sure if RAW() can be used for other parameters... I think that is possible, but I never tried. Only can be sure testing it. Good luck! Abraços, Luis Felipe

Re: Camel websocket resource URI issue

2017-03-06 Thread Claus Ibsen
Hi You are welcome to log a JIRA and we love contributions so a github PR to fix this is appreciated http://camel.apache.org/support.html http://camel.apache.org/contributing.html On Mon, Mar 6, 2017 at 11:07 AM, Ravindra Godbole wrote: > Hi > > I have a routebuider with the following configurat

Re: Camel performance issue

2017-03-06 Thread souciance
You will need to be more specific about the performance. What was slow? How long did things take and what was your expectation? How are you putting the files? All at once? Please provide more metrics. Den 6 mars 2017 11:13 fm skrev "RichardChen [via Camel]" < ml-node+s465427n5794918...@n5.nabb

Re: Slack Consumer Component?

2017-03-06 Thread Claus Ibsen
Hi No this is not supported in camel-slack - its only a producer. You are welcome to log a JIRA and we love contributions http://wildfly-swarm.io/posts/to-war-or-jar/ On Thu, Mar 2, 2017 at 2:49 PM, jasenj1 wrote: > I see that the Slack component allows you to send messages to Slack, but is >

Camel performance issue

2017-03-06 Thread RichardChen
We are facing performance problem when we integrate camel into our product. The simple scenario is this: let camel monitor a folder, put 1000 xml files to that folder, camel consume all the files and send them to ActiveMQ. I ran this scenario in both physical machine and VM(hosted on the same phy

Camel websocket resource URI issue

2017-03-06 Thread Ravindra Godbole
Hi I have a routebuider with the following configuration. Only resource URI is different while port is same. Ideally other clients connecting to newsTopic should get messages published on this topic only but I found out that they are also getting messages published on stockQuoteTopic. On further

Re: Camel with OSGI in Felix with Spring DSL

2017-03-06 Thread Claus Ibsen
No Use Blueprint from Apache Aries which is what ServiceMix / Karaf / Camel, JBoss Fuse et all are using and tested with. On Mon, Mar 6, 2017 at 4:06 AM, kumar wrote: > Hi Tim, > > Thanks for your suggestion. > After going through some forums , I found that Gemini Blueprint which > supports S