Hi

Please use the @user mailing list / user forum for these kind of questions

On Tue, Jul 21, 2015 at 9:23 PM, kethireddy <s.kethire...@f5.com> wrote:
> Hi
>
>    How to validate source endpoint. I have scenario as follows
>
> Requirement: Consume  messages from RabbitMQ.
>
>  I tried  as
>
> from("rabbitmq://testhost:5672/xxxxxExchange?queue=xxxQueue&username=xxxx")
>                                 .to("stream:out")
>
>    in my case testhost does not exits I expected Camel should throw error
> but it does not throwing any errors.
>
>   Same issue with File as well from("file:testsource").to("steam.out")
>
> My question is how to validate does Source Endpoint valid or not.
>
>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Camel-Endpoint-tp5769697.html
> Sent from the Camel Development mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2nd edition: http://www.manning.com/ibsen2

Reply via email to