9656 Commits

Author SHA1 Message Date
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
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 78492febc858ff06c1ef42e49cdfefc39a6855fb.
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 29ecfd6cdbad76617242ab91be5dd75a14a14425.
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 00129837dedd010843fe19150adfbfb64e97ced8.
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