我想扩展DefaultSubscriptionRegistry的默认行为。 如何配置SimpleBrokerMessageHandler以设置自定义SubscriptionRegistry 在XML?
array_reduce
答案 0 :(得分:-1)
我有以下内容
<websocket:message-broker
application-destination-prefix="/app">
<websocket:stomp-endpoint path="/ws">
<websocket:sockjs />
</websocket:stomp-endpoint>
<websocket:simple-broker prefix="/notify" />
</websocket:message-broker>