Good night.
I am trying to share services between two instances esbs with the following structure:
JBossESBFederator(ports-01)
|->Service1
|->Service2
|->JBossESBInstance(ports-02)
|->Service3
|->Service4
In this example the customer calls the JBossESBFederator to run the service3 and 4, this configuration is possible? if so where is?
Thanks in advance
Martin
The service 3 and 4 is hosting in JBossESBInstance.
JBossESBFederator(ports-01)
|->Service1
|->Service2
|->JBossESBInstance(ports-02)
|->Service3
|->Service4