I am using the API Manager wso2 but when I have two network interfaces for example: Interface one = data (192.168.1.10) Interface two = network backup (172.10.10.10)
when I start API Management in the configuration that have variables for example: tcp://${carbon.local.ip}:${jms.port}
The Ip Address in log to appear with error.
Example: wso2carbon.log:TID: [-1] [] [2016-11-08 11:05:22,763] INFO {org.wso2.andes.client.AMQConnection} - Unable to connect to broker at tcp://172.10.10.10:5673 {org.wso2.andes.client.AMQConnection} wso2carbon.log:TID: [-1] [] [2016-11-08 11:05:45,475] INFO {org.wso2.andes.client.AMQConnection} - Unable to connect to broker at tcp://172.10.10.10:5673 {org.wso2.andes.client.AMQConnection} wso2carbon.log:TID: [-1] [] [2016-11-08 11:06:25,487] INFO
The correct IP Address should tcp://192.168.1.10:5673 and not 172...
I imagine that be the same issue. WSO2 API Manager Interface
Thanks a lot.