Browse Source
Prior to this commit, one couldn't set the virtualHost property on StompBrokerRelayMessageHandler via JavaConfig, since StompBrokerRelayRegistration's API didn't offer that possibility. This commit adds a new method in StompBrokerRelayRegistration's fluent API to set the virtualHost used by StompBrokerRelayMessageHandler. Note: this property is already configurable via xml config. Issue: SPR-11433pull/466/head
2 changed files with 20 additions and 0 deletions
Loading…
Reference in new issue