Matt Pavlovich
|
dad947fe4a
|
[AMQ-9484] Support exporting kahadb messages from a queue with an offset
(cherry picked from commit 1a1b42f0c9 )
|
2024-07-16 08:08:26 -05:00 |
Matt Pavlovich
|
d0a435fe5b
|
Update main to 6.2.0-SNAPSHOT
|
2024-04-29 10:52:46 -05:00 |
JB Onofré
|
6084867b26
|
[maven-release-plugin] prepare for next development iteration
|
2024-04-11 19:41:29 +02:00 |
JB Onofré
|
ceea6dac1c
|
[maven-release-plugin] prepare release activemq-6.1.2
|
2024-04-11 19:41:18 +02:00 |
JB Onofré
|
e025e443e6
|
[maven-release-plugin] prepare for next development iteration
|
2024-04-01 16:28:46 +02:00 |
JB Onofré
|
5690826111
|
[maven-release-plugin] prepare release activemq-6.1.1
|
2024-04-01 16:28:36 +02:00 |
JB Onofré
|
72bbb0c521
|
[maven-release-plugin] prepare for next development iteration
|
2024-03-11 14:41:18 +01:00 |
JB Onofré
|
5af7c1f550
|
[maven-release-plugin] prepare release activemq-6.1.0
|
2024-03-11 14:41:08 +01:00 |
Jean-Baptiste Onofré
|
426ddf08a2
|
AMQ-9397: Add mysql_connector_j mapping for MySQL 8 (e.g. MySQL Connector/J driver name)
|
2024-03-03 18:09:09 +01:00 |
JB Onofré
|
1747acaf03
|
Set version to 6.1.0-SNAPSHOT
|
2023-11-20 17:19:09 +01:00 |
JB Onofré
|
dfd35d89f6
|
[maven-release-plugin] prepare for next development iteration
|
2023-11-14 08:13:24 +01:00 |
JB Onofré
|
14bac13f40
|
[maven-release-plugin] prepare release activemq-6.0.0
|
2023-11-14 08:13:14 +01:00 |
Jean-Baptiste Onofré
|
6172baff35
|
Cancel 6.0.0 release
|
2023-11-14 07:52:21 +01:00 |
JB Onofré
|
464efe0e6f
|
[maven-release-plugin] prepare for next development iteration
|
2023-11-12 06:35:12 +01:00 |
JB Onofré
|
26b14ec994
|
[maven-release-plugin] prepare release activemq-6.0.0
|
2023-11-12 06:34:58 +01:00 |
Matt Pavlovich
|
e7f023ce8b
|
[AMQ-9324] Convert activemq-jdbc-store to use j.util.Base64
- No need to drag JAXB dependency just for a base64 converter
|
2023-10-07 07:44:42 -05:00 |
JB Onofré
|
d5ea415463
|
Set version to 6.0.0-SNAPSHOT
|
2023-09-15 16:27:34 +02:00 |
Matt Pavlovich
|
5ca71dfee6
|
[AMQ-9234] Remove JournalJDBC store and activeio dependency (#993)
|
2023-03-29 08:38:25 -05:00 |
JB Onofré
|
6e5838d82d
|
Move version to 5.19.0-SNAPSHOT
|
2023-03-28 16:11:10 +02:00 |
Jean-Baptiste Onofré
|
6edfdf7c17
|
[maven-release-plugin] prepare for next development iteration
|
2023-03-18 06:47:58 +01:00 |
Jean-Baptiste Onofré
|
f18f3223fa
|
[maven-release-plugin] prepare release activemq-5.18.0
|
2023-03-18 06:47:47 +01:00 |
Christopher L. Shannon
|
2e0eca7189
|
AMQ-9161 - Fix javadoc comment so Xbean parsing works (#990)
The previous comment added in PR #989 added a second javadoc comment
which prevent Xbean from generating the correct schema
|
2023-03-15 07:35:03 -04:00 |
Matt Pavlovich
|
04f589e2bd
|
[AMQ-9161] Mark JDBC JournalPersistenceAdapter as deprecated for removal (#989)
Deprecated for removal as this PersistenceAdapter is no longer used and replaced by the JDBCPersistenceAdapter.
|
2023-03-14 05:57:50 -04:00 |
Jean-Baptiste Onofré
|
1e8de860ad
|
[AMQ-9223] Upgrade to slf4j 2.0.6
|
2023-02-19 08:11:54 +01:00 |
Christopher L. Shannon (cshannon)
|
f83c5f1ba1
|
AMQ-9175 - Properly set broker on ConnectionContext inside
MemoryTransactionStores
This fixes a NPE when using the messageDelivered advisory and
transactions
|
2022-11-21 11:03:08 -05:00 |
Matt Pavlovich
|
6598ec5717
|
[AMQ-8977] Upgrade to mockito 4.6.1 (#851)
|
2022-06-29 09:08:08 -05:00 |
Christopher L. Shannon (cshannon)
|
00253b3219
|
NO-JIRA: Updating next development version to 5.18.0-SNAPSHOT
|
2022-03-01 09:36:34 -05:00 |
jbonofre
|
472dcf8497
|
[AMQ-7426] Upgrade to log4j2
|
2022-02-24 15:20:51 +01:00 |
Jean-Baptiste Onofré
|
ee21925c08
|
[AMQ-7325] Upgrade to Derby 10.15.2.0
|
2022-01-17 16:29:53 +01:00 |
Jean-Baptiste Onofré
|
fc80b86ac6
|
[AMQ-7442] Support JDK11 full build and code style (#647)
|
2021-05-25 06:55:39 +02:00 |
Jean-Baptiste Onofré
|
b977f8c629
|
Merge pull request #232 from sturman/master
set name for primary key on create table
|
2021-03-22 11:12:40 +01:00 |
gtully
|
2f40261362
|
AMQ-8131 - revert treating unmatched as real acks b/c individual acks are not tracked. make use of enableMessageExpirationOnActiveDurableSubs to ensure unmatched can eventually expire
|
2021-02-01 12:11:30 +00:00 |
gtully
|
e1b3204407
|
AMQ-8131 - track unmatched acks in the acks table
|
2021-01-28 14:46:29 +00:00 |
Christopher L. Shannon (cshannon)
|
17defa79d4
|
NO-JIRA: Update branch to 5.17.0-SNAPSHOT after release
|
2020-07-14 07:27:43 -04:00 |
Jean-Baptiste Onofré
|
334476ac63
|
[maven-release-plugin] prepare for next development iteration
|
2020-06-25 07:26:41 +02:00 |
Jean-Baptiste Onofré
|
86dd78b1aa
|
[maven-release-plugin] prepare release activemq-5.16.0
|
2020-06-25 07:26:13 +02:00 |
Jean-Baptiste Onofré
|
6908749c2f
|
Fix version
|
2020-06-25 07:13:04 +02:00 |
Jean-Baptiste Onofré
|
ff2dae82f3
|
[maven-release-plugin] prepare release activemq-5.16.0
|
2020-06-24 21:56:52 +02:00 |
jbonofre
|
4ed2ba22a9
|
Cancel 5.16.0 release
|
2020-06-24 15:19:34 +02:00 |
Jean-Baptiste Onofré
|
cd1e9f8697
|
[maven-release-plugin] prepare for next development iteration
|
2020-06-23 17:40:26 +02:00 |
Jean-Baptiste Onofré
|
2e890c6224
|
[maven-release-plugin] prepare release activemq-5.16.0
|
2020-06-23 17:39:53 +02:00 |
gtully
|
96fa8458ce
|
[AMQ-7394] use canRecoveryNextMessage to base blocking on shared usage, the existing fix regressed AMQ5266Test
|
2020-05-20 15:15:48 +01:00 |
jbonofre
|
e9caa75b1a
|
[AMQ-7473] Add stopOnError configuration to stop the broker when locker has an exception
|
2020-05-13 07:53:00 +02:00 |
Jean-Baptiste Onofré
|
e20ef34ae0
|
Merge pull request #495 from jbonofre/AMQ-7425
[AMQ-7425] Simple fix to be sure to delete message from JDBC message store
|
2020-03-03 17:14:23 +01:00 |
jbonofre
|
4528b773c6
|
[AMQ-7425] Simple fix to be sure to delete message from JDBC message store
|
2020-03-03 07:36:42 +01:00 |
jbonofre
|
dcd3d5db3f
|
[AMQ-7394] Simple first fix to use listener.hasSpace() when recovering message from JDBC message store
|
2020-03-03 06:20:51 +01:00 |
Jean-Baptiste Onofré
|
80d06fc186
|
Merge pull request #481 from jbonofre/AMQ-7424
[AMQ-7424] Prevent NPE during commitRemove() on JDBC adapter
|
2020-02-29 07:09:56 +01:00 |
jbonofre
|
d8ae8734a9
|
[AMQ-7424] Prevent NPE during commitRemove() on JDBC adapter
|
2020-02-27 21:21:47 +01:00 |
jbonofre
|
61bf624c6d
|
[AMQ-7368] Add limitQuery in HSQL, MySQL and PostgreSQL JDBC adapters
|
2020-02-27 20:34:56 +01:00 |
Pascal Schumacher
|
26a0f8214c
|
AMQ-7403: Potential PreparedStatement/ResultSet leak in LeaseDatabaseLocker#determineTimeDifference
|
2020-02-11 21:12:57 +01:00 |