What is the proper way to proxy multiple CXF service endpoints in fabric ?
Issue
- We have 3 similar rest services running on 3 different http ports on 3 different vm's. But we cannot give all the 3 separate ip's(http:xxxxxq01:8182/rest, http:xxxxxq02:8182/rest, http:xxxxq03:8182/rest,)to the client.
-
How do you handle this situation? We have a load balancer fronted by all these 3 vm's. So what would be the appropriate URL to give so that fabric should be able to handle the fail-over scenario of any of the servers.
-
Like wise we also have 3 different services running on tcp ports. We might run into same situation here too. How do we handle this as well.
Environment
- Red Hat JBoss Fuse
- 6.x
- Apache CXF
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.