Can you please explain little more details. How to say camel throw an
exception if consumer host url is not valid.
--
View this message in context:
http://camel.465427.n5.nabble.com/Apache-Camel-Endpoint-tp5769715p5769775.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Can you please explain little more details. How to say camel throw an
exception if consumer host url is not valid.
--
View this message in context:
http://camel.465427.n5.nabble.com/Apache-Camel-Endpoint-tp5769715p5769774.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Thanks Claus for your response
what about RabbitMQ url. specific to consumer endpoint.
--
View this message in context:
http://camel.465427.n5.nabble.com/Apache-Camel-Endpoint-tp5769715p5769762.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Hi
How to validate source endpoint. I have a scenario as follows
Requirement: Consume messages from RabbitMQ.
I tried as
from("rabbitmq://testhost:5672/xExchange?queue=xxxQueue&username=")
.to("stream:out")
in my case testhost