1100 Commits

Author SHA1 Message Date
Colm O hEigeartaigh
fca3b615eb AMQ-7513 - Fix http://activemq.org links 2020-07-10 17:29:01 +01:00
gtully
b3386c8ac7 no jira - add selector on originalDestination attribute test 2020-07-06 16:56:30 +01:00
Christopher L. Shannon (cshannon)
5901d9a6f0 AMQ-7505 - Adding missing license headers to two source files 2020-06-24 13:22:09 -04:00
Jean-Baptiste Onofré
4991668549
Merge pull request #517 from coheigea/AMQ-7450
AMQ-7450 - Put some restrictions on the URLs that are allowed in Blob…
2020-06-23 07:01:38 +02:00
Christopher L. Shannon (cshannon)
d539ff77b9 (AMQ-7496) - Improve inflight message size test accuracy and reliability 2020-06-11 07:01:11 -04:00
Christopher L. Shannon (cshannon)
cc0bcdd5dc AMQ-7496 - Properly decrement inflight message size on message
expiration

Also clean up some of the handling of inflight metrics in Prefetch
subscription
2020-06-10 11:36:34 -04:00
Colm O hEigeartaigh
45108a2328 AMQ-7450 - Put some restrictions on the URLs that are allowed in BlobMessages 2020-05-25 14:24:10 +01:00
gtully
62cfe83e9d [AMQ-7291] rework fix to initializeWriting but just with the read only properties check 2020-05-21 10:41:58 +01:00
Jean-Baptiste Onofré
4bb7b1806c Make DurablePersistentFalseRestartTest more robut on slow machine 2020-05-21 08:13:51 +02:00
Jean-Baptiste Onofré
2d83af17ba Make JMSConsumerTest more robust on slow machine 2020-05-21 08:04:49 +02:00
gtully
8bedeb4b9b [AMQ-7008] fix test dependent on the number of jdbc calls, now two new ones 2020-05-20 14:45:11 +01:00
gtully
cedac472a1 [AMQ-7488] mkahadb - detect txStore corruption and suspend recovery, auto recover if no outcomes pending 2020-05-20 12:43:37 +01:00
gtully
0ebb0f88ef [AMQ-7485] add check for rollbackonly flag in session send such that failed ended transactions prevent further work till next transaction boundary 2020-05-15 15:39:56 +01:00
Jean-Baptiste Onofré
41bef94293
Merge pull request #521 from coheigea/AMQ-7458
AMQ-7458 - Implement bounds checking on the message scheduling proper…
2020-05-15 15:52:23 +02: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
gtully
aa03f295f5 AMQ-7464 - ensure message.copy before server session run dispatch 2020-04-08 14:57:49 +01:00
Colm O hEigeartaigh
24aaa4698c AMQ-7458 - Implement bounds checking on the message scheduling properties 2020-03-27 12:14:03 +00:00
Jean-Baptiste Onofré
da9e4028c9
Merge pull request #513 from coheigea/AMQ-7447
AMQ-7447 - Update copyright years
2020-03-27 10:29:42 +01:00
Colm O hEigeartaigh
9599ad8d95 AMQ-7457 - Support wider password encryption schemes 2020-03-27 08:34:10 +00:00
Colm O hEigeartaigh
c3cdffb373 AMQ-7447 - Update copyright years 2020-03-20 07:14:43 +00:00
jbonofre
3cb8fe87ea [AMQ-7403] Fix LeaseDatabaseLockerTest unit test (jmock assertion) 2020-03-11 18:00:16 +01:00
jbonofre
6355f507c3 Revert "AMQ-7291 - allow setting properties after clearProperties for BytesMessage, closes #420"
This reverts commit 503416a00167e2910630512426df77ecc32492a2.
2020-03-10 16:16:01 +01:00
Jean-Baptiste Onofré
11cdb5cb59 Ignore one unit test to avoid build failure on Jenkins (need refactoring) 2020-02-26 08:49:54 +01:00
Jonathan Gallimore
4522061527 Fix issue where the registry lookup was a hardcoded name and didn't account for the connector path 2020-02-24 11:10:46 +00:00
gtully
503416a001 AMQ-7291 - allow setting properties after clearProperties for BytesMessage, closes #420 2020-02-19 13:01:25 +00:00
Colm O hEigeartaigh
8cdddde5b4 AMQ-7399 - Adding a unit test 2020-02-12 14:09:29 +00:00
jbonofre
097506a458 [AMQ-7399] org.apache.activemq.SERIALIZABLE_PACKAGES doesn't include java* by default 2020-02-12 13:43:03 +01:00
Colm O hEigeartaigh
127852d2e7 AMQ-7142 - Inserting Bouncy Castle Provider Early in Java Security Provider Chain Breaks KeyStore Loading 2020-01-27 10:43:39 +00:00
gtully
a942591be4 no jira - usecase demonstrating effect of conduit=true|false for topic subs 2019-12-11 14:05:50 +00:00
gtully
4d6409b3b8 AMQ-5035 - fix intermittent failure due to async close 2019-12-02 11:42:08 +00:00
gtully
a0dace794a no-jira - fix intermittent test failure where assertion fell on old bridge 2019-12-02 10:47:49 +00:00
gtully
3f5bb9710a AMQ-5486 - fix intermittent failure in the test, reallign assertions 2019-11-25 12:13:07 +00:00
Christopher L. Shannon (cshannon)
0c6f9a9a1e AMQ-7352 - Add support for anonymous producer advisories
By default this behavior is turned off but can be enabled by setting
anonymousProducerAdvisorySupport on the BrokerService to true
2019-11-22 13:35:32 -05:00
gtully
a7bf4fc804 AMQ-7302 - rename test such that is is run with surefire pattern match 2019-11-22 16:19:14 +00:00
gtully
e4f155f548 AMQ-7106 - fix intermittent failure in the test 2019-11-21 13:48:57 +00:00
gtully
f7e212ca0b no jira - fix intermittent test failure due to incorrect assertion 2019-11-14 10:10:36 +00:00
gtully
4af6f40186 AMQ-6494 is related, fix intermittent failure of RedeliveryPolicyTest related to vm transport server being shutdown while in use via async onException handler 2019-10-03 11:08:05 +01:00
gtully
1ab6793c85 no jira - fix test to aligh with implementation limitations of deprecated leveldb store 2019-09-26 16:19:37 +01:00
gtully
ed5edb03d7 AMQ-7311 - track recovered prepared ack locations on a per subscriber basis, fix and test 2019-09-26 15:54:57 +01:00
gtully
1c5beda834 no jira - fix intermittent test failure 2019-09-25 14:08:17 +01:00
gtully
644b529ef6 AMQ-7185 - rework to leave tx-inflight messages pending in the cursor to avoid duplicates on completion, fix and test 2019-09-24 17:32:54 +01:00
gtully
289750d7c9 AMQ-7308 - ensure kahadb message add does not auto create the message store in error, expect an existing store. fix and test 2019-09-20 10:22:56 +01:00
gtully
e8e27f0b16 AMQ-7118 ensure message size and usage is constant for the test, fix failure 2019-09-20 10:00:33 +01:00
gtully
501d55337a AMQ-7302 - make jmx ops that pageIn aware of cursor memory limits to avoid excessive looping, fix and test 2019-09-10 11:46:04 +01:00
gtully
dc35218a2d AMQ-7196 - fix broken test; recovery not applicable to inmemory store 2019-09-06 16:53:02 +01:00
gtully
640354fe79 no jira - fix intermittent failure by not differenciating between dispatch of delivery loops, it can be either depending on timing 2019-09-06 12:06:54 +01:00
gtully
a0f4f1c93d no jira - fix intermittent test failure with two derby instanced in play in error 2019-09-04 17:14:37 +01:00
gtully
f155e92e58 AMQ-7298 - use final modifier in test to preserve older jdk builds 2019-09-04 13:05:42 +01:00
gtully
02548777c2 AMQ-7298 - rework redelivery message tracking to ensure no duplicate suppression (and dlq) in error for local transaction batches that failover 2019-09-04 12:24:42 +01:00
gtully
fb2296ac74 AMQ-7270 - remove toggle on maxPageSize, request page in of entire queue only when cache is in play or broker is non persistent, fix and test 2019-08-07 17:47:59 +01:00