如何在SpringMessaging中配置SimpleBrokerMessageHandler

时间:2016-11-16 13:50:28

标签: spring websocket spring-messaging

我想扩展DefaultSubscriptionRegistry的默认行为。 如何配置SimpleBrokerMessageHandler以设置自定义SubscriptionRegistry 在XML?

array_reduce

1 个答案:

答案 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>