gtully
0ee4f5b843
[AMQ-6587] additional contention window with new sub while gc is in progress - need to verify new sub is actually subscribed to the candidate for deletion. Fix and test
2017-02-07 13:53:40 +00:00
gtully
9b64e188b5
[AMQ-6432] issue was journal scan on newly created ack file. I left the relevant braces from AMQ-6288 in place. Fix and test
2017-02-03 16:58:52 +00:00
Christian Schneider
e4efa6f47a
[AMQ-6591] Add missing import
2017-02-02 14:23:01 +01:00
gtully
e3b529129a
[AMQ-6432] improve the logging to see the current offset
2017-02-02 12:14:17 +00:00
Christopher L. Shannon (cshannon)
83511c96e5
https://issues.apache.org/jira/browse/AMQ-6590
...
Removing un-needed imports
2017-02-02 07:09:57 -05:00
Christopher L. Shannon (cshannon)
38d85be476
https://issues.apache.org/jira/browse/AMQ-6590
...
Fix KahaDB index free page recovery on unclean shutdown so that existing
free pages will be tracked and not lost.
2017-02-02 07:06:11 -05:00
Timothy Bish
9b9e3d3678
https://issues.apache.org/jira/browse/AMQ-6588
...
Add more detail to log output for easier tracking
2017-02-01 16:15:11 -05:00
gtully
64b3203713
[AMQ-6587] - fix typo in test that needs 1.7 final
2017-02-01 16:43:02 +00:00
gtully
e415d2921e
[AMQ-6587] ensure subs added to new destination before destination is exposed in the destination map. sort gc contention with wildcard subs and anonymous publish. fix and test
2017-02-01 15:08:46 +00:00
Krzysztof Sobkowiak
f09493727f
[AMQ-6586] Compilation of activemq-unit-test fails
...
(cherry picked from commit 659d1f6ba5
)
2017-01-31 15:32:34 -05:00
Christopher L. Shannon (cshannon)
6e17c2a5a2
https://issues.apache.org/jira/browse/AMQ-6542
...
Adding missing license header
2017-01-30 11:24:56 -05:00
Christopher L. Shannon (cshannon)
b51e0bf40c
https://issues.apache.org/jira/browse/AMQ-6577
...
Merging AMQ-6577
This closes #224
2017-01-30 11:16:15 -05:00
Vasco Veloso
687badb4fd
AMQ-6577: honour usePrefetchExtension in TopicSubscription.
...
AMQ-6577: move usePrefetchExtension flag to AbstractSubscription to promote reuse.
2017-01-30 11:13:57 -05:00
Christian Schneider
2e953d96a3
[AMQ-6584] Remove spring-aspects as it works with just the range fix
2017-01-30 11:02:05 +01:00
Christian Schneider
f56ac06ef6
[AMQ-6584] Fix feature to make it work for karaf 4.1.0
2017-01-30 10:29:04 +01:00
Christopher L. Shannon (cshannon)
d0c95146c3
https://issues.apache.org/jira/browse/AMQ-6579
...
Remove incorrect dispatch counter increment on message expiration in
TopicSubscription when a pending limit strategy is set
2017-01-25 11:16:43 -05:00
Christopher L. Shannon (cshannon)
5c035fac22
https://issues.apache.org/jira/browse/AMQ-6576
...
This closes #233
2017-01-25 07:34:44 -05:00
Christopher L. Shannon (cshannon)
56bb079c82
https://issues.apache.org/jira/browse/AMQ-1940
...
Queue purge now acquires the sendLock to prevent new messages from
coming in while purging. The statistics are no longer zeroed out as
they should properly decrement as messages are removed. These changes
should prevent the statistics from going negative.
2017-01-24 08:46:15 -05:00
Krzysztof Sobkowiak
6534a83c40
[AMQ-6576] Problem while installing activemq-camel with Camel 2.17.x or 2.18.x
2017-01-24 00:57:03 +01:00
Christopher L. Shannon (cshannon)
0ad62f722f
https://issues.apache.org/jira/browse/AMQ-6572
...
On journal start use lastFileLength instead of maxFileLength when
checking for unused space in the last journal file as it is possible the
length of the last journal file is not the same length as maxFileLength
2017-01-23 11:01:20 -05:00
gtully
4f6c55ad67
[AMQ-6571] use browsercompatspec cookie matcher - apply patch from Andrew Flegg with thanks
2017-01-20 14:54:37 +00:00
gtully
85181d630c
[AMQ-6548] ensure any pending xa transaction is marked rollback only on delivery failure exception from on message, before delegating to potential clientInternalExceptionListener. Variant of patch applied with additional test - thanks to Andrey Dyachikhin for the patch inspiration
2017-01-17 16:51:27 +00:00
gtully
20522394cc
[AMQ-6567] ensure gc file removal/move is completed after index updates to avoid dangling index referenced on partial failure. Fix and test
2017-01-17 14:05:04 +00:00
gtully
030c44a554
[no jira] ensure clean db for test AMQ6463Test - intermittent ci failure
2017-01-16 11:11:45 +00:00
Timothy Bish
281d600ae2
https://issues.apache.org/jira/browse/AMQ-6563
...
ensure that the lock is always released in the load method.
2017-01-13 11:48:19 -05:00
gtully
8f960ea356
[no jira] remove 1099 port dep for ci test failure RemoteJMXBrokerTest
2017-01-13 11:44:38 +00:00
gtully
511b9b642a
[AMQ-6562] - suppress warn of durable sub duplicate from the store on cache exhaustion - expected in the absense of ordered sequenceid and setBatch. Fix leak of duplicates pending processing on batch fill for the durable sub case and remove eager page in for prefetch=0
2017-01-13 11:06:05 +00:00
Christopher L. Shannon (cshannon)
d9c74d7317
https://issues.apache.org/jira/browse/AMQ-6561
...
Stop connections on all connection attempt errors, not just security
exceptions, to prevent dangling open sockets.
2017-01-12 10:21:08 -05:00
Christopher L. Shannon (cshannon)
bdec3f6ddb
https://issues.apache.org/jira/browse/AMQ-6560
...
Converting flags in TransportConnection to AtomicBoolean to reduce
synchronization and improve thread safety
2017-01-12 07:36:50 -05:00
gtully
3a0a7238b1
[no jira] remove hard coded 1099 dep to resolve ci failure in JmxAuditLogTest
2017-01-12 11:53:20 +00:00
Christopher L. Shannon (cshannon)
2769298cf6
https://issues.apache.org/jira/browse/AMQ-6555
...
Fixing Scheduler so that a rescheduled task will first cancel the
existing task so it does not get orphaned from the task map. Also
fixing Topic start so that it will only start once and not twice.
2017-01-10 10:25:15 -05:00
gtully
c76f109692
https://issues.apache.org/jira/browse/AMQ-4467 - modify fix check full against shared limit and high water mark against local limit, additional test
2017-01-10 11:18:00 +00:00
Christian Schneider
50ea30841e
[AMQ-6546] More refactoring of karaf itests
2017-01-05 15:58:33 +01:00
Christian Schneider
59f27aa483
[AMQ-6542] Test creation of ConnectionFactory from config
2017-01-05 11:03:07 +01:00
Christian Schneider
861390a9eb
[AMQ-6542] Use name instead of configurationPid to make relation to config more obvious
2017-01-04 18:21:47 +01:00
Christian Schneider
4dd3aa420e
[AMQ-6546] Big refactoring and cleanup of karaf itests
2017-01-04 16:55:19 +01:00
Timothy Bish
56917c07ec
https://issues.apache.org/jira/browse/AMQ-6549
...
Fix bad logger output
2017-01-03 09:57:13 -05:00
Timothy Bish
8a34ca0ec7
Clean up connection resources on failed connect.
2016-12-21 17:19:05 -05:00
gtully
ef97b67f00
avoid jmx 1099 port clash - no need to create connector for these tests that use the internal mbean server
2016-12-21 11:03:49 +00:00
gtully
0ae90c0897
https://issues.apache.org/jira/browse/AMQ-6547 - add storeUsage attribute to mKahadb filtered adapter such that disk utilisation is available as a QOS
2016-12-20 14:47:22 +00:00
Christopher L. Shannon (cshannon)
04626d807e
NO-JIRA: Adding 5.14.3 schemas
2016-12-19 10:16:25 -05:00
Christopher L. Shannon (cshannon)
21955e2ea5
https://issues.apache.org/jira/browse/AMQ-6544
...
Merge branch 'AMQ-6544'
This closes #222
2016-12-19 09:19:49 -05:00
Christian Schneider
50dae26788
[AMQ-6544] Create spring.schemas with schemas of activemq and spring
2016-12-19 13:51:58 +01:00
Christopher L. Shannon (cshannon)
5fd63a0e4e
https://issues.apache.org/jira/browse/AMQ-6545
...
Fixing the order of locks acquired in the KahaDB journal to prevent a
deadlock during file rotation
2016-12-16 13:44:18 -05:00
Daniel Kulp
d76cabe344
Add upcoming 5.13.5 release to spring schemas
2016-12-16 13:01:00 -05:00
Christian Schneider
b0884f88d3
[AMQ-6543] Cleanup warnings in karaf itests
2016-12-15 14:11:47 +01:00
Christian Schneider
bee0904b84
[AMQ-6514] Adding test for activemq blueprint setup and xbean problem
2016-12-14 17:18:20 +01:00
Timothy Bish
4a1c05b628
https://issues.apache.org/jira/browse/AMQ-6536
...
Add support for the receiver side of a sender link which carries a
desired capabilities array which can request to know if we support
delayed delivery, answer with an offered capability in that case.
2016-12-13 12:36:59 -05:00
Christopher L. Shannon (cshannon)
25703fbd1f
https://issues.apache.org/jira/browse/AMQ-6538
...
Fixing an issue with syncDurableSubs that cause a bridge failure when
adding multiple bridges between the same brokers
2016-12-13 11:58:57 -05:00
Christopher L. Shannon (cshannon)
27238b2dd7
https://issues.apache.org/jira/browse/AMQ-6535
...
Fixing the auto+nio+ssl transport so that the protocol detection task
will properly terminate on timeout and not continue to run. Also
lowered the default detection timeout to 15 seconds instead of 30
seconds to match the InactivityMonitor default.
2016-12-12 11:17:19 -05:00