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
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
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
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,
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,
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
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