mirror of https://github.com/apache/activemq.git
https://issues.apache.org/jira/browse/AMQ-3496 - reply-to header for Stomp - fix test
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1221222 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1c264085d1
commit
c534900092
|
@ -1590,7 +1590,7 @@ public class StompTest extends CombinationTestSupport {
|
|||
stompConnection.subscribe("/queue/" + getQueueName());
|
||||
StompFrame stompMessage = stompConnection.receive(1000);
|
||||
assertNotNull(stompMessage);
|
||||
assertEquals("" + stompMessage, stompMessage.getHeaders().get(Stomp.Headers.Send.REPLY_TO), "/queue/" + "JustAString");
|
||||
assertEquals("" + stompMessage, stompMessage.getHeaders().get(Stomp.Headers.Send.REPLY_TO), "JustAString");
|
||||
}
|
||||
|
||||
public void testPersistent() throws Exception {
|
||||
|
|
Loading…
Reference in New Issue