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
Christopher L. Shannon (cshannon)
29b4db5c34
https://issues.apache.org/jira/browse/AMQ-6521
...
Fixing support for Jetty 9.3 and Jetty 9.2. The previous attempt at a
fix had the wrong class instance.
2016-12-09 09:47:16 -05:00
Daniel Kulp
1a2e3eb0c7
[AMQ-6529] Make sure the LDAP ACL's are definitely loaded when needed.
2016-12-07 14:29:36 -05:00
Christopher L. Shannon (cshannon)
4b3f07e90e
https://issues.apache.org/jira/browse/AMQ-6441
...
https://issues.apache.org/jira/browse/AMQ-6526
Adding missing license headers
2016-12-07 13:32:18 -05:00
gtully
8a28c06555
[AMQ-6441] add option to specify the hard limits on a usage such that spurious values from the file system can be overridden. this closes #202 thanks William Crowell for the patch with test
2016-12-07 18:09:34 +00:00
William Crowell
41bec0d658
Fixes AMQ-6441 where a negative value can be returned with large AWS EFS files systems when calling java.io.File.getTotalSpace()
2016-12-07 10:45:12 +00:00
William Crowell
f225120f61
Fixes AMQ-6441 where a negative value can be returned with large AWS EFS files systems when calling java.io.File.getTotalSpace()
2016-12-07 10:45:12 +00:00
gtully
dc68ad8967
[AMQ-5875] add queue test variant to validate shared mkahaDb remains when one dest is deleted
2016-12-06 14:54:24 +00:00
Torsten Mielke
9e35778943
https://issues.apache.org/jira/browse/AMQ-6526 - fix <Unknown> Stomp operation in ProtocolException.
...
closes #217
2016-12-06 13:52:06 +00:00
gtully
e3d698b9d9
[AMQ-6515] add explicit no import for ..thirdparty.publicsuffix which leaks from guava via bnd into the activemq-osgi module
2016-12-06 11:53:07 +00:00
Christopher L. Shannon (cshannon)
fa55316b65
NO-JIRA: Adding 5.14.2 schema
2016-12-05 09:05:14 -05:00
Christopher L. Shannon (cshannon)
3f7ca8406d
Revert AMQ-5659
...
Add safety measure against infinite loop when store exception prevents message removal. Thanks to metatechbe for the patch. This fixes #72."
This reverts commit 78492febc8
.
2016-12-05 07:26:59 -05:00
Christopher L. Shannon (cshannon)
0f0bdb21ef
https://issues.apache.org/jira/browse/AMQ-6524
...
Fixing a thread safety issue with memoryUsage when using concurrentStoreAndDispatch
that was causing memory usage to get out of sync.
The InnerFutureTask class inside KahaDB was not thread safe which was
the root cause of the problem.
2016-12-05 07:10:20 -05:00
gtully
6a0c65828a
Revert "fix up createPublisher contract to throw on null topic param, match the java doc"
...
the java doc allows null for an anonymous publish - the check needs to go in TopicRequestor part of the jdk
This reverts commit 29ecfd6cdb
.
2016-12-02 13:57:44 +00:00
gtully
59bfffd2b4
Revert "[AMQ-6515] Adding javax.inject bundle to fix the issue on feature install"
...
guava 14 was the culprit - activemq-osgi does not need to import javax.inject
This reverts commit 00129837de
.
2016-12-02 12:55:20 +00:00
gtully
29ecfd6cdb
fix up createPublisher contract to throw on null topic param, match the java doc
2016-12-02 12:46:32 +00:00
gtully
11d968df51
move to java leveldb .9 to match guava 18
2016-12-02 12:39:46 +00:00
gtully
3069655d87
move to sane guava version - avoid leaked javax.inject osgi import into activemq-osgi
2016-12-01 12:45:22 +00:00
Dejan Bosanac
a73eb0eab5
https://issues.apache.org/jira/browse/AMQ-6435 - align jackson version used, with the rest of the project
2016-11-30 11:44:13 +01:00
Timothy Bish
5ddcb9b336
Closing out of date PRs. This closes #181 which was fixed in a different commit
2016-11-29 17:30:52 -05:00
Claus Ibsen
a5c8bcb109
fix for: --msgsel for the purge command not working as described. This fixes #108 . Thanks to Frank Dietrich for the patch.
2016-11-29 19:15:43 +01:00
Claus Ibsen
78492febc8
AMQ-5659: Add safety measure against infinite loop when store exception prevents message removal. Thanks to metatechbe for the patch. This fixes #72 .
2016-11-29 18:58:17 +01:00
Claus Ibsen
b988113587
Closing out of date PRs. This closes #64 .
2016-11-29 18:52:43 +01:00
Claus Ibsen
1f18d9f2b4
Closing out of date PRs. This closes #95 . This closes #96 .
2016-11-29 18:47:25 +01:00
Claus Ibsen
c625f08584
Was merged this closes #140 .
2016-11-29 18:44:03 +01:00
Claus Ibsen
0b767fcb0c
AMQ-5976: Filter queues by name in admin webconsole. Thanks to Francois Chartier for the patch. This closes #144 .
2016-11-29 18:42:08 +01:00
Claus Ibsen
f888cc2729
AMQ-5939: ActiveMQ REST GET request is always encoded in ISO-8859-1. Thanks to Kirill Dubovikov for the patch. This fixes 140.
2016-11-29 17:54:07 +01:00
Claus Ibsen
2e36e2c88c
Closing out of date PRs. This closes #122 .
2016-11-29 17:46:29 +01:00
Claus Ibsen
e6fa735325
AMQ-5796: Incorrect Task Usage mentioned for amq browse command. Thanks to Jay SenSharma for the patch. This fixes #104 .
2016-11-29 17:42:27 +01:00
Christopher L. Shannon (cshannon)
80f46a8056
https://issues.apache.org/jira/browse/AMQ-6521
...
Adding support for Jetty 9.3 by re-adding in the logic to dynamically
load the correct GzipHandler depending on the version
2016-11-29 11:38:36 -05:00
Claus Ibsen
4e766d92c5
Add example using retroactive customer with a fixedsubscriptionrecoverypolicy for JMS Topic and broker restarted. Thanks to Charles Moulliard for the patch. This fixes #94 .
2016-11-29 17:38:06 +01:00
Claus Ibsen
100ccdfde4
Closing out of date PRs. This closes #83 .
2016-11-29 17:31:27 +01:00
Claus Ibsen
7fe862caf4
AMQ-5654 Allow ActiveMQ authentication on server side for REST/Ajax clients. Thanks to Geert Pante for the patch. This fixes #70 .
2016-11-29 17:31:01 +01:00
Claus Ibsen
19afba02bb
Closing out of date PRs. This closes #69 . This closes #59 .
2016-11-29 17:16:59 +01:00
gtully
cf57559f1c
[no jira] unit test that exercises failover with xa and missing replys
2016-11-29 12:04:24 +00:00
gtully
dad629e889
[AMQ-6522] - remove hardcoded 32k batch limit from recovery check of the journal, fix and test
2016-11-29 11:32:03 +00:00
gtully
0a29533ed7
[AMQ-6520] respect kahadb indexDirectory for perDestination mKahaDB - fix and test
2016-11-25 16:44:28 +00:00
gtully
cfdff4edc5
[AMQ-6518] - fix up aveMessageSize dest stat and test
2016-11-25 10:38:09 +00:00
Benjamin Graf
89c1a7b8ba
AMQ-5344: Replace bundles with feature
2016-11-25 09:16:28 +01:00
gtully
b6bca3976c
[AMQ-6517] make pre dispatch redelivery policy check optional jms.redeliveryPolicy.preDispatchCheck=false
2016-11-24 17:02:37 +00:00
Benjamin Graf
8bc3ee29cd
AMQ-6057: Add performance patch to JDBC statements definition
2016-11-23 10:46:58 +01:00
Benjamin Graf
2a56c6037d
AMQ-6506: Increase OSGi version range for package import javax.jms
2016-11-22 19:44:45 +01:00