I am working in Service Bus (OSB) in jdeveloper 12c. When I configure the business service i want to give 2 end-point URIs. I want to use URI#1 always and I want to use URI#2 only in case of connection failure of URI#1. Please let me know the options
Look up the Oracle docs on Managing Endpoint URIs for Business Services. It's very easy to add multiple endpoints. I think you'd need load balancing set to None
in this case, so you only get failover to the second URL when the first one completely stops working.