passing variables to camel

2010-02-15 Thread lekkie
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

Re: passing variables to camel

2010-02-15 Thread Claus Ibsen
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

Guaranteed Delivery POC

2010-02-15 Thread Raster3
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

quartz trigger for ftp consumer

2010-02-15 Thread Kevin Jackson
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

Re: Camel : file to Message - Error SAX "XML" Byte Order Mark (BOM)

2010-02-15 Thread titexe
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

Re: How can I access Servicemix Environment viriables?

2010-02-15 Thread Gert Vanthienen
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

Re: Guaranteed Delivery POC

2010-02-15 Thread Claus Ibsen
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

Re: quartz trigger for ftp consumer

2010-02-15 Thread Claus Ibsen
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

Re: Attemp to send message to activemq temporary queue using producerTemplate: InvalidMetadataException

2010-02-15 Thread Claus Ibsen
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