Is it possible to verify that all outgoing endpoints exists? For example from("wmq:queue:A").to("wmq:queue:B")
It will validate A on the fly, since it tries to get data from the A queue. But B is "validated" once it tries to send the message to that endpoint. Is it possible validate that queue somehow? In case of B not existing, that won't be notified until a message is tried to be sent there in runtime. -- View this message in context: http://camel.465427.n5.nabble.com/Possible-to-check-that-endpoints-exist-tp5764884.html Sent from the Camel - Users mailing list archive at Nabble.com.