ARTEMIS-142 Fix for STOMP tests
This commit is contained in:
parent
494477b240
commit
944f409c4a
|
@ -262,7 +262,7 @@ public final class StompConnection implements RemotingConnection
|
|||
SimpleString queueName = new SimpleString(queue);
|
||||
try
|
||||
{
|
||||
manager.getServer().createQueue(queueName, queueName, SimpleString.toSimpleString(this.getLogin()), null, true, false, true);
|
||||
manager.getServer().createQueue(queueName, queueName, null, SimpleString.toSimpleString(this.getLogin()), true, false, true);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue