Call a bean with a overloaded method

2011-11-08 Thread Michael Prieß
Hello, me again. I looked on the following page http://camel.apache.org/bean-binding.html but found only a solution to call a method overloaded method from JAVA DSL. But I like to use the Camel-Spring XML way like and call the method convertAndSend(Object); but alltime the method convertAndSe

Re: Writing own Camel Components

2011-11-07 Thread Michael Prieß
ring is to call setProperties(endpoint, > parameters) from inside your Endpoint class. That will automagically set > properties on the target bean based on the properties from your URL string. > > > Michael Prieß wrote: >> >> Hello, >> >> the reason why I s

Re: Writing own Camel Components

2011-11-06 Thread Michael Prieß
scribed here > http://camel.apache.org/writing-components.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 >> and

Writing own Camel Components

2011-11-06 Thread Michael Prieß
Hello, I started today to write a new Camel Component for RabbitMQ to Consume and Produce Messages from the message broker. At the moment I not understand how to put in parameters. When I try to append the parameter hostname Exam: .to("rabbitmq:foo?hostname=localhost") I get the following exce

Use Placeholder inside URI component.

2011-05-09 Thread Michael Prieß
Hi all, i like to set placeholders for hostname, user, password in Spring DSL is it possible? A short example would be nice. I use Apache Camel 2.7 and Tomcat 6.0 I tried it with the following but it looks like that camel doesn't like the placeholders after the component URI http http://${serv

HTTP request

2011-04-29 Thread Michael Prieß
Hello, I like to request some data from a soap service and after receiving the response I like to convert the received data in another route. But I not understand how to use the http component to send a http request to the server. Is this the right way to do that?

Re: Monitor Camel with Nagios

2011-04-01 Thread Michael Prieß
Thanks for your fast response. I know that i can get notifications from camel but i like that nagios call camel and check if the route is running. So i need a attribute which can i easy check without saving timestamps. Regards, Michael

Monitor Camel with Nagios

2011-04-01 Thread Michael Prieß
Hi, i have the problem that i like to monitor my camel routes with Nagios. Know anyone a Nagios plugin or something else to monitor camel with Nagios active easily? JMX provide a few attributes like ExchangesTotal and ExchangesFailed this is nice but not easy to monitor. What i need is a attribut

FTP over Proxy

2010-12-22 Thread Michael Prieß
Hi, im using the camel ftp component. 2.5 and have tried to open a connection to a remote ftp server via the proxy, but this doesn't work.I need to configure a u...@server proxy connection and im not sure if i can resolve my problem with the apache commons ftp server. I tried to start my java app