Details
-
Question
-
Status: Closed
-
Major
-
Resolution: Invalid
-
1.7
-
None
-
None
Description
My company use Big F5 for port mapping,forward outside connections to internal servers. when we use activemq 5.9.0 on internal sever(Susue linux), it can accept connection from outside connections. That is from tcp:883(On F5) to tcp 1883(activemq mqtt connector). When I try Apollo broker to do the same work, all outside connection are closed. But Use inernal server(Other server with Broker the same section) can visits Apollo broker(tcp:1883)normally.
in apollo.xml
<web_admin bind="https://127.0.0.1:61681"/>
<connector id="tcp" bind="tcp://0.0.0.0:1883" protocol="mqtt"/>
So what can I do to fix this problem?Thanks