From e0486b7301861fb6d7e4e67ae9ec68baf8bf25d9 Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Mon, 30 Mar 2026 08:00:11 -0400 Subject: [PATCH] undf: stamp activemq-0001 with UNDF-2026-000000617 --- .../patch/activemq-0001-queue-consumer-rotation-index.patch | 1 + defects/activemq/patch/activemq-0001-topic-consumer-set.patch | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/defects/activemq/patch/activemq-0001-queue-consumer-rotation-index.patch b/defects/activemq/patch/activemq-0001-queue-consumer-rotation-index.patch index d4f8aed73..870dd3e70 100644 --- a/defects/activemq/patch/activemq-0001-queue-consumer-rotation-index.patch +++ b/defects/activemq/patch/activemq-0001-queue-consumer-rotation-index.patch @@ -1,3 +1,4 @@ +# UNDF: UNDF-2026-000000617 --- a/activemq-broker/src/main/java/org/apache/activemq/broker/region/Queue.java +++ b/activemq-broker/src/main/java/org/apache/activemq/broker/region/Queue.java @@ -113,6 +113,7 @@ public class Queue extends BaseDestination implements Task, UsageListener, Index diff --git a/defects/activemq/patch/activemq-0001-topic-consumer-set.patch b/defects/activemq/patch/activemq-0001-topic-consumer-set.patch index 23f30aa4e..1a8aade7e 100644 --- a/defects/activemq/patch/activemq-0001-topic-consumer-set.patch +++ b/defects/activemq/patch/activemq-0001-topic-consumer-set.patch @@ -1,4 +1,4 @@ -# UNDF: UNDF-2026-000000001 +# UNDF: UNDF-2026-000000617 --- a/activemq-broker/src/main/java/org/apache/activemq/broker/region/Topic.java +++ b/activemq-broker/src/main/java/org/apache/activemq/broker/region/Topic.java @@ -21,6 +21,8 @@ import java.util.ArrayList;