How to develop Ping Service in Oracle Service Bus
Hi all,
I want to develop a ping service in OSB which will ping all the End-point URLs and Databases ( i.e It will do the health check of the end point URLs ) .
when it is found any End Point URL is not reachable it should shutdown all the Osb Projects(or Proxy's) which is using the End-point URL and when ever the
End-point URL is up it should Bring the Osb Project( or proxy) up to get the requests .
I want to implement this for Asynchronous services or JMS services.
Can we shutdown any Proxy or OSB project like BPEL process ??
Thanks
Phani