I want to extend default behavior of DefaultSubscriptionRegistry. How can I configure SimpleBrokerMessageHandler to set custom SubscriptionRegistry in XML?
<websocket:message-broker application-destination-prefix="/inrightsApp">
<websocket:stomp-endpoint path="/websocket/notify" allowed-origins="*"/>
<websocket:simple-broker prefix="/websocket/stomp/">
</websocket:simple-broker>
</websocket:message-broker>