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.