Fix issue with forwarding messaging to STOMP broker

This commit is contained in:
Rossen Stoyanchev
2013-10-15 10:55:01 -04:00
parent 4e3390ae04
commit 17aea892f0
3 changed files with 11 additions and 7 deletions

View File

@@ -113,7 +113,9 @@ public class StompBrokerRelayMessageHandlerIntegrationTests {
}
}
// test "host" header (virtualHost property) when TCP client is behind interface and configurable
// When TCP client is behind interface and configurable:
// test "host" header (virtualHost property)
// test "/user/.." destination is excluded
@Test
public void publishSubscribe() throws Exception {