jbertram commented on code in PR #4421:
URL: https://github.com/apache/activemq-artemis/pull/4421#discussion_r1167240634
##########
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpAnonymousRelayTest.java:
##########
@@ -285,7 +285,7 @@ public void
testSendMessageOnAnonymousRelayLinkUsingMessageTo() throws Exception
AmqpSender sender = session.createAnonymousSender();
AmqpMessage message = new AmqpMessage();
- message.setAddress(getQueueName());
+ message.setAddress(getPrefixedQueueName());
Review Comment:
Correct. Fixed.
##########
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpSecurityTest.java:
##########
@@ -120,7 +120,7 @@ public void inspectOpenedResource(Sender sender) {
try {
try {
- session.createSender(getQueueName());
+ session.createSender(getPrefixedQueueName());
Review Comment:
Fixed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]