10059 Commits

Author SHA1 Message Date
Christopher L. Shannon (cshannon)
855ba82071 [maven-release-plugin] prepare release activemq-5.15.9 activemq-5.15.9 2019-03-15 07:55:55 -04:00
Christopher L. Shannon (cshannon)
3adba1e5fa NO-JIRA - Update spring schemas and missing license files
(cherry picked from commit ccf56875b0660214e0a61bd2f8adc418143551fc)
2019-03-15 07:25:08 -04:00
Christopher L. Shannon (cshannon)
dd74f468db AMQ-7103 - Dependency Updates 2019-03-15 07:04:23 -04:00
Jean-Baptiste Onofré
714662161a [AMQ-7075] Fix Camel test (userName instead of username)
(cherry picked from commit e22703edc6974f705d29f1f88ff5fd879e3a9fe9)
2019-03-15 06:25:35 -04:00
Alan Protasio
ae8993df7e AMQ-7112 - Show duplex network bridges in the remote broker console
(cherry picked from commit 84f8447a195e79c0dda47406731bbca1ce63a8f9)
2019-03-15 06:19:11 -04:00
Alan Protasio
1c5083880a AMQ-7159 - Adding a new attribute on PersistenceAdapterViewMBean to show information about Storage write/read latency
(cherry picked from commit 87467dc61e747670bce9c27424a9d93aad8b8499)
2019-03-12 06:24:47 -04:00
Dejan Bosanac
f78c0962ff AMQ-7166 - upgrade mqtt client library 2019-03-11 12:07:51 -06:00
Alan Protasio
83d9bd827a AMQ-7163 - If the broker had an unclean shutdown and number of free pages is Zero after the recovery, the next shutdown will also be 'unclean'
(cherry picked from commit cd1d5eb785a759d285652551f1984ce9877a1192)
2019-03-07 08:15:26 -05:00
Guillaume Nodet
c628357f91 AMQ-7146 - Support Spring 5 in OSGi 2019-02-05 11:40:54 +01:00
Alan Protasio
0a93863c0b AMQ-7143 - Temporary transaction file (PageFile) being opened and closed many times, causing poor performance on high latency FS as NFS
(cherry picked from commit 9e6543551731ef0241967ca545c9a4956876cb86)
2019-01-31 10:34:23 -05:00
jgoodyear
fcfb059c87 [AMQ-7135] Update AMQ2832 unit test expectation post 7135 fix 2019-01-28 18:16:06 -03:30
Christopher L. Shannon (cshannon)
db814982c7 AMQ-7085 - Properly start TempUsage inside Queue start
This fix allows temp usage changes to the broker temp usage to propagate
properly to a Queue's temp usage settings

Patch applied with thanks to David Sitsky

(cherry picked from commit daea192eefe683a8cba63b5136dc8c2b39722cfe)
2019-01-17 08:01:58 -05:00
Christopher L. Shannon (cshannon)
64d8538b49 AMQ-7136 - Improve recovery of durable subscription metrics in KahaDB
Updated metrics recovery to only have to iterate over the order index 1
time to recovery the pending metrics for the subscriptions instead of
making a pass over the index once per subscription

(cherry picked from commit c3714457f11633231a6e925f09028686db04e423)
2019-01-15 14:24:41 -05:00
jgoodyear
326a1f4cbc This closes #337 - with thanks to Heath Kesler 2019-01-14 13:41:04 -03:30
hkesler
9f513f8878 AMQ7135 : do a purge before deleting the destination 2019-01-12 22:47:16 -05:00
Christopher L. Shannon (cshannon)
5acd9303a5 AMQ-7129 - code cleanup
(cherry picked from commit a16b227808bec2977f1d3323bf29257b3c8ca9f6)
2019-01-11 10:32:28 -05:00
Christopher L. Shannon (cshannon)
0b88dabb40 AMQ-7129 - fix durable message size statistics with individual ack
Make sure that the pending message size for a durable sub only includes
messages part of the ack range

(cherry picked from commit fa2daa25e9acd3f37bb1ee0d37717d2383e67a85)
2019-01-11 09:57:44 -05:00
Christopher L. Shannon (cshannon)
602e382f1d AMQ-7129 - minor junit test fix
(cherry picked from commit 703b8cbda39f4a1263e7ecfbb1eb1ec247f91162)
2019-01-11 06:41:09 -05:00
Christopher L. Shannon (cshannon)
24b5944ecb AMQ-7129 - Properly recover messages from KahaDB for a durable when there are
messages to recover before the stored lastAck value

With individual ack mode we need to check the durable ackPosition
sequence set in the KahaDB index on subsription load to see if there are
earlier messages before the lastAck value that still haven't been acked.
While this normally wouldn't happen it is possible in individual ack
mode

(cherry picked from commit 25de20c77ec0bf6cdc699cac2ad50e34ec707453)
2019-01-11 06:40:59 -05:00
Timothy Bish
20493fd31d AMQ-7097 Update Qpid JMS and Netty to latest
Qpid JMS to v0.40.0
Netty to 4.1.32.Final

(cherry picked from commit 49296f92596bffba68e549ea3126fd5e1629b41b)
2019-01-09 11:04:27 -05:00
jgoodyear
9845853b68 [AMQ-7126] Improvement to perf of 5266Test 2019-01-07 21:21:05 -03:30
Jeff Genender
a2dccbf843 AMQ-7118 - Override hostname for naming to allow tests to apss on all
platforms
2019-01-07 17:03:20 -07:00
jgoodyear
2ed15d563c [AMQ-7126] Prevent OOM when recovering KahaDB and memory space is insufficient to load full page 2019-01-03 15:41:17 -03:30
gtully
540999654a AMQ-7106 - fix pending stop support by avoiding sync through single shared status var - fix and test
(cherry picked from commit 8cc0c5ad6c85381cf6bbeaf179086d451d96650e)
2018-12-12 11:57:01 -05:00
Timothy Bish
c2ec82ebda AMQ-7097 Update Qpid JMS and proton-j to laetst
Qpid JMS 0.39.0 and proton-j 0.31.0 released

(cherry picked from commit 66db4e94bbe9e138572eace45707bbba2a7184c3)
2018-12-04 11:53:26 -05:00
jgoodyear
d816b738af AMQ-7118 This closes #327 - with thanks to Heath Kesler 2018-12-04 12:51:02 -03:30
Jean-Baptiste Onofré
8aeb634bbf [AMQ-7076] This closes #319 2018-11-22 17:08:22 +01:00
Jean-Baptiste Onofré
50e24c523c [AMQ-7076] Does not define spring-legacy repository by default in ActiveMQ Karaf features repo, and let the user add it 2018-11-22 16:09:18 +01:00
Timothy Bish
d9207c3a46 AMQ-7097 Update AMQP dependencies to latest
Update Qpid JMS, Proton-J and Netty to the latest release.

(cherry picked from commit d020af203410e075ac595cc88f1afcbeea4c95c1)
2018-11-16 13:45:48 -05:00
Christopher L. Shannon (cshannon)
85b33b3768 [maven-release-plugin] prepare for next development iteration 2018-11-14 12:33:50 -05:00
Christopher L. Shannon (cshannon)
bcad7e1f6a [maven-release-plugin] prepare release activemq-5.15.8 activemq-5.15.8 2018-11-14 12:33:08 -05:00
gtully
deb87353c4 AMQ-7084 - ensure allocated and unused free pages are visible to subsequent transactions, fix and test with test updates to reflect proper usage
(cherry picked from commit 8a1abd9bb2744de70af11053f1755116c40ec55f)
2018-11-14 10:29:31 -05:00
Christopher L. Shannon (cshannon)
a549ee6688 NO-JIRA: Add 5.15.8 schema version
(cherry picked from commit 50d1fe9f8e6b79150831d6b625df007c2d943169)
2018-11-14 10:01:28 -05:00
Alan Protasio
71ce081157 AMQ-7091 - O(n) Memory consumption when broker has inactive durable subscribes causing OOM
(cherry picked from commit 9012a7871b77da6ecdc403f6b44ef0221345bfb7)
2018-11-12 18:01:50 -03:30
Guillaume Nodet
4bbe3d9672 [AMQ-7060] Remove deprecated features from camel ActiveMQComponent 2018-11-12 08:46:28 +01:00
gtully
ca6293b55c AMQ-7082 We should make sure that pages managed during recovery are not recovered in error
variation of patch from Alan Protasio <alanprot@gmail.com> closes #317

(cherry picked from commit 85859fd8dc22e3251de294c23d84c12b29d4fe81)
2018-11-07 12:44:29 -05:00
Christopher L. Shannon (cshannon)
505200b92a AMQ-7082 - fix compilation after merge 2018-11-06 09:42:58 -05:00
Alan Protasio
45d7676bd9 AMQ-7082 - Make sure that the recovery will only mark pages as free if they were created in a previous execution
(cherry picked from commit 0d34338919edee863bd71693ee30999d9d9d6ce9)
2018-11-06 08:26:21 -05:00
Christopher L. Shannon
c988a145a1 [maven-release-plugin] prepare for next development iteration 2018-10-24 10:20:19 -04:00
Christopher L. Shannon
795a2533b1 [maven-release-plugin] prepare release activemq-5.15.7 activemq-5.15.7 2018-10-24 10:19:40 -04:00
Christopher L. Shannon
19ab1651da NO-JIRA - add missing license headers
(cherry picked from commit e093a8c1d8fef0cfc818fd7ad408564bbe7d281a)
2018-10-24 09:02:27 -04:00
Christopher L. Shannon
030974f5bf NO-JIRA: Add schemas for 5.15.7 2018-10-24 08:44:38 -04:00
gtully
a9b81ace62 AMQ-7082 - ensure flush sees free list, use lazySet to avoid store barrier, thanks cshannon 2018-10-22 08:45:52 -06:00
gtully
c6103415b9 AMQ-7082 - recover index free pages in parallel with start, merge in flush, clean shutdown if complete. follow up on AMQ-6590 2018-10-21 11:23:19 -06:00
Jean-Baptiste Onofré
7518da17ed Fix AMQ7076Test compile and ASF header 2018-10-19 07:30:23 +02:00
Jean-Baptiste Onofré
ab41382b0e [AMQ-6780] Add PostgreSQL version JDBC driver name in jdbc store services 2018-10-19 07:18:27 +02:00
gtully
f7ff4c25e1 AMQ-7067 - track xa commit outcomes in ack compaction such that there are no dangling prepared tx on full recovery, fix and test 2018-10-17 11:34:46 -06:00
gtully
cee7f014fa AMQ-6590 - rework fix to take the recovery hit on clean shutdown rather than on restart, trade off availability for short term disk usage 2018-10-17 08:21:05 -06:00
Jean-Baptiste Onofré
6f2b651ffd [AMQ-7076] Fix and update features to fully support Karaf 4.2.x 2018-10-16 21:41:32 +02:00
Christopher L. Shannon (cshannon)
51b98fd101 AMQ-7071 - Mark previously dispatched messages as redelivered if
connection for durable topic subscription is improperly closed leading
to a lastDeliveredSequenceId as unknown

(cherry picked from commit 3ac3a420a14b9209222568d7c361855157467163)
2018-10-12 08:52:25 -04:00