You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by gafoor shaik <ga...@gmail.com> on 2013/05/01 12:18:49 UTC

enabling the route, if destination endpoint is not available

Hi,

I am connecting to a webservice end point through a camel route.
it is working fine when webservice server is running.
i am getting connection exception and route is not started, when webservice
server is not running.

I want my route should be started, irrespective of destination endpoint
availablity.
and exception should be thrown only when i send a exchange message and
webservice server is not running.
is there any approach is avaliable for the above scenario?

Thanks,
Gafoor
 



--
View this message in context: http://camel.465427.n5.nabble.com/enabling-the-route-if-destination-endpoint-is-not-available-tp5731848.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: enabling the route, if destination endpoint is not available

Posted by gafoor shaik <ga...@gmail.com>.
Camel version is : 2.9.2  
using Java DSL RouteBuilder and my  destination end point (cxf webservice).

Thanks,
Gafoor





--
View this message in context: http://camel.465427.n5.nabble.com/enabling-the-route-if-destination-endpoint-is-not-available-tp5731848p5731907.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: enabling the route, if destination endpoint is not available

Posted by Christian Müller <ch...@gmail.com>.
Which version do you use?
Which component?
...

Sent from a mobile device
Am 01.05.2013 12:21 schrieb "gafoor shaik" <ga...@gmail.com>:

> Hi,
>
> I am connecting to a webservice end point through a camel route.
> it is working fine when webservice server is running.
> i am getting connection exception and route is not started, when webservice
> server is not running.
>
> I want my route should be started, irrespective of destination endpoint
> availablity.
> and exception should be thrown only when i send a exchange message and
> webservice server is not running.
> is there any approach is avaliable for the above scenario?
>
> Thanks,
> Gafoor
>
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/enabling-the-route-if-destination-endpoint-is-not-available-tp5731848.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>