This is an automated email from the ASF dual-hosted git repository.
jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new 76e692fa14 NO-JIRA fix test typo
76e692fa14 is described below
commit 76e692fa14fbe2846ef3d55b72cd12f7b5f64ed6
Author: Justin Bertram <[email protected]>
AuthorDate: Thu Dec 4 14:56:54 2025 -0600
NO-JIRA fix test typo
---
.../activemq/artemis/tests/integration/server/UuidNamespaceTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/server/UuidNamespaceTest.java
b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/server/UuidNamespaceTest.java
index b4cddee1a2..a808c0660d 100644
---
a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/server/UuidNamespaceTest.java
+++
b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/server/UuidNamespaceTest.java
@@ -60,7 +60,7 @@ public class UuidNamespaceTest extends SingleServerTestBase {
final int RING_SIZE = 10;
if (legacy) {
- server.getConfiguration().setUuidNamespace(UUID_NAMESPACE);
+ server.getConfiguration().setTemporaryQueueNamespace(UUID_NAMESPACE);
} else {
server.getConfiguration().setUuidNamespace(UUID_NAMESPACE);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact