Re: Writing own Camel Components

2011-11-06 Thread Jason Whaley
Also, if you are intent on writing a custom component, did you either add your component to the CamelContext with the name of "rabbitmq" or use the auto discovery by creating a file in META-INF as described here http://camel.apache.org/writing-components.html ? On Sun, Nov 6, 2011 at 4:07 PM, Mich

Re: Writing own Camel Components

2011-11-06 Thread Jason Whaley
Instead of writing your own component have you tried using or improving the amqp component? http://camel.apache.org/amqp.html On Sun, Nov 6, 2011 at 4:07 PM, Michael Prieß < mailingliste...@googlemail.com> wrote: > Hello, > > I started today to write a new Camel Component for RabbitMQ to Consume

Re: Apache camel on weblogic

2011-09-16 Thread Jason Whaley
Yes - camel is just a library... use it like you would any other library in your application. On Sep 16, 2011, at 7:15 AM, atouret.nos...@free.fr wrote: > Hello, > Do you know if apache camel works on weblogic AS ? > > Thanks. > Regards, > Alexandre Touret

Re: Camel file endpoint permissions

2011-09-15 Thread Jason Whaley
This isn't a camel specific answer, but wouldn't you better off just setting a default ACL for directories being written to? If you wanted to use camel, perhaps you could use the exec component and derive the filename from your message to run `chmod` against it. On Sep 15, 2011, at 3:48 AM,

AMQ PooledConnectionFactory configured in Java always going to localhost:61616

2011-08-08 Thread Jason Whaley
It's quite possible I'm being dense here, but when I am setting up a PooledConnectionFactory in java code for the camel ActiveMQ component, the component is instead creating connections for a broker at "tcp://localhost:61616" irrespective of what I have passed in to setBrokerURL. For instance,

Re: Camel AWS component

2011-05-31 Thread Jason Whaley
abashev had a backport from SVN waiting in a pull request that I'm going to merge in to that github repo that looks like it'll put it up to date with trunk. We can probably get a diff of changes to patch to camel's SVN trunk from that. --Whaley On Tue, May 31, 2011 at 8:55 AM, Claus Ibsen wrot

Re: Camel AWS component

2011-05-31 Thread Jason Whaley
I just noticed this (and the previous pull request from earlier). Though I think most of what was in that github repo is already in camel's SVN trunk. We can merge that in to github to perhaps be patched in to trunk later? I'll try to take a look today. --Whaley On Mon, May 30, 2011 at 2:37 AM