Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Activemq 6.0.x tt.x patch #64

Merged

Conversation

jkotek-tt
Copy link

No description provided.

mattrpav and others added 30 commits May 10, 2024 12:19
This fixes the OpenWire v12 marshaller so that if an exception is
received by a javax based broker the client will convert back to a
jakarta jms exception type.

(cherry picked from commit be64fdb)
This adds a check in case a duplicate ack is passed to the store to make
sure that the subscription statistics (if enabled) for a durable sub do
not have the metrics decremented a second time

(cherry picked from commit f73cf2a)
(cherry picked from commit a0b8a1f)
(cherry picked from commit c17beb1)
(cherry picked from commit 164ec09)
(cherry picked from commit 7c76bd9)
This commit fixes a bug in KahaDB that caused gaps in sequence ack
tracking for durables that would lead to the appearance of stuck
messages on durable subs if duplicate messages were detected. The
sequence is now correctly rolled back so that there is no gap if the
message is not added to the order index

(cherry picked from commit 10d94bd)
This commit fixes the initialization of the StoreQueueCursor message
audit object to make sure it's shared between the persistent and non
persistent cursors. It also adds a check to ensure that duplicate calls
to start will not try and init more than once.

(cherry picked from commit 75de932)
(cherry picked from commit d9e2b4c)
(cherry picked from commit 5e1cbc8)
(cherry picked from commit 1d369b5)
(cherry picked from commit 86d3705)
(cherry picked from commit 79cda52)
…property to not load BouncyCastle in BrokerService

(cherry picked from commit 0a90f32)
…ctor/J driver name)

(cherry picked from commit 426ddf0)
(cherry picked from commit e947a85)
esivakumar26 and others added 26 commits May 10, 2024 12:43
(cherry picked from commit 21c7cbe)
Change-Id: Ic05002ecb428e2aa5abeb9dc3e499e3aae550051
(cherry picked from commit 4d40023)
(cherry picked from commit c4de93d)
(cherry picked from commit 4530caa)
(cherry picked from commit 9d1cd32)
(cherry picked from commit f056d95)
(cherry picked from commit 55b5ae5)
Signed-off-by: Kartik Ganesh <gkart@amazon.com>
(cherry picked from commit 1f89c17)
dests

This fixes an issue where wildcard destinations could be inadvertently
created by ConsumerControl commands which could lead to problems. The
processing logic for this command now will only look up existing
destinations if they exist.

(cherry picked from commit c8f0419)
Previously a timeout was thrown and complete was not called so Jetty was
returning a 500 error

(cherry picked from commit 8b6072d)
(cherry picked from commit 45a1bd5)
@cesarhernandezgt cesarhernandezgt self-requested a review May 14, 2024 19:09
Copy link
Member

@cesarhernandezgt cesarhernandezgt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @jkotek-tt .

@jkotek-tt jkotek-tt merged commit aaef05e into tomitribe:activemq-6.1.x-TT.x May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
10 participants