0
我有一個使用Spring的Java應用程序,它使用Websocket,只要RabbitMQ與tomcat運行在同一臺計算機上,它就可以正常工作。Java Spring STOMP:設置代理IP
如何設置RabbitMQ的IP?我正在閱讀文檔,但我沒有找到它。
我現在的配置是非常相似的one in the documentation
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:websocket="http://www.springframework.org/schema/websocket"
xsi:schemaLocation="
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/websocket
http://www.springframework.org/schema/websocket/spring-websocket.xsd">
<websocket:message-broker application-destination-prefix="/app">
<websocket:stomp-endpoint path="/portfolio">
<websocket:sockjs/>
</websocket:stomp-endpoint>
<websocket:simple-broker prefix="/topic, /queue"/>
</websocket:message-broker>
</beans>
我怎麼可以設置IP?