I was just wondering if its possible to pass a variable to a camel route?
e.g.
where ${myjmsqueue} is a variable defined may be in a properties file.
Is this possible?
--
View this message in context:
http://old.nabble.com/passing-variables-to-camel-tp27590613p27590613.html
Sent
On Mon, Feb 15, 2010 at 9:18 AM, lekkie wrote:
>
> I was just wondering if its possible to pass a variable to a camel route?
>
> e.g.
>
>
>
>
> where ${myjmsqueue} is a variable defined may be in a properties file.
>
> Is this possible?
>
See this blog entry
http://davsclaus.blogspot.co
Hi,
I have set up the samples of camel.
Can someone guide me in setting up a camel POC of Guranteed delivery-
http://camel.apache.org/guaranteed-delivery.html
Preferred environment to begin with ActiveMq just like the sample examples.
Would like to use JMS endpoints.
Thanks.
R
--
View this m
Hi,
I need to use a quartz corn schedule to trigger an ftp consumer
I guess this is a common idiom, but as yet I cannot find any examples
on the wiki or in the archived mailing list
Currently I have:
which I know is incorrect. I have looked at
but I know this is also i
Thank you,
the problem is fixed with you processor.
regards,
titexe
Henric wrote:
>
> Hi,
>
> I had a similar problem and performed a workaround where I removed the BOM
> characters in a Processor in my Camel Route. See code below.
>
> I'm not sure, but I think the problem is related to t
L.S.,
Yes. If you have something like PropertyPlaceHolderConfigurer or the
likes in your Spring XML file, it will fall back into the system
properties when it doesn't find a value in the specified properties
file, so that should make these properties available for resolution.
Regards,
Gert Vanth
Hi
On Mon, Feb 15, 2010 at 4:38 PM, Raster3 wrote:
>
> Hi,
>
> I have set up the samples of camel.
> Can someone guide me in setting up a camel POC of Guranteed delivery-
> http://camel.apache.org/guaranteed-delivery.html
>
> Preferred environment to begin with ActiveMq just like the sample examp
Hi
You can use content enricher EIP
http://camel.apache.org/content-enricher.html
There is a pollEnrich you can use in the DSL
On Mon, Feb 15, 2010 at 4:38 PM, Kevin Jackson wrote:
> Hi,
>
> I need to use a quartz corn schedule to trigger an ftp consumer
>
> I guess this is a common idiom, but
Hi
I have created a ticket to track this
https://issues.apache.org/activemq/browse/CAMEL-2470
If possible you are welcome to attach your sample to the ticket and
provide more details there.
On Sat, Feb 13, 2010 at 2:14 PM, ariekenb wrote:
>
> Attached is a small sample test case. I see you hav