6996 Commits

Author SHA1 Message Date
Justin Bertram
97735ca72c [maven-release-plugin] prepare for next development iteration 2020-01-10 09:00:58 -06:00
Justin Bertram
25a947f6cb [maven-release-plugin] prepare release 2.11.0 2.11.0 2020-01-10 08:57:46 -06:00
Justin Bertram
bf30843b61 This closes #2935 2020-01-10 08:05:12 -06:00
brusdev
9c858c6ba2 ARTEMIS-2593 Thread leak test failure with OpenJ9 JVM
Add an exception for the thread with name `MemoryMXBean`.
2020-01-10 13:58:10 +01:00
Clebert Suconic
757d38f53c NO-JIRA Fixing Stomp Tests after QueueManager change 2020-01-10 00:08:11 -05:00
Justin Bertram
d6331b01f4 This closes #2934 2020-01-09 19:41:14 -06:00
Clebert Suconic
e397a17796 ARTEMIS-2592 Fixing DeadLock between deleteMessages and depage
This was happening through purge
2020-01-09 19:41:14 -06:00
Justin Bertram
d8d35a13b5 This closes #2683 2020-01-09 15:21:29 -06:00
yang wei
3e20906a49 NO-JIRA typo on logger 2020-01-09 15:21:29 -06:00
Clebert Suconic
27672a447e This closes #2862 2020-01-09 14:04:09 -05:00
Justin Bertram
9e9c0778b1 ARTEMIS-2516 support sys props in xinclude href 2020-01-09 14:04:09 -05:00
Clebert Suconic
faed83432c This closes #2910 2020-01-09 13:40:43 -05:00
Francesco Nigro
6cc5749c7b ARTEMIS-2569 LinkedListImpl tests should not rely on the GC mechanism 2020-01-09 13:40:43 -05:00
Justin Bertram
2733cd73bd NO-JIRA update version doc for 2.11.0 2020-01-09 08:42:14 -06:00
Clebert Suconic
534d8b4719 NO-JIRA Happy new year! 2020-01-08 20:44:05 -05:00
Justin Bertram
0293d80574 NO-JIRA support 0 in human readable byte calculation 2020-01-08 12:37:30 -06:00
Clebert Suconic
1304dbd539 This closes #2933 2020-01-08 13:04:17 -05:00
Justin Bertram
0513393091 NO-JIRA fix tests after SSL resource regen 2020-01-08 13:04:17 -05:00
Clebert Suconic
52d4193efd This closes #2925 2020-01-08 12:39:14 -05:00
Wei Yang
0e6a1dee47 ARTEMIS-2584 Optimize PageTransactionInfoImpl in-memory size 2020-01-08 12:39:14 -05:00
Clebert Suconic
6bbd2bf857 This closes #2931 2020-01-08 12:38:27 -05:00
Justin Bertram
1ad8b3c059 ARTEMIS-2590 support com.sun.jndi.ldap.read.timeout in LDAPLoginModule 2020-01-08 12:38:27 -05:00
Clebert Suconic
046f076d39 This closes #2932 2020-01-08 12:31:15 -05:00
Justin Bertram
6a290cf2b2 ARTEMIS-2591 add details to consumer lock timeout log 2020-01-08 12:31:15 -05:00
Clebert Suconic
c23c2e0e38 This closes #2848 2020-01-08 12:26:41 -05:00
Keith Wall
39cd9d56f6 ARTEMIS-2497: [AMQP] Allow handling of the reject disposition to be configured. 2020-01-08 11:56:23 -05:00
Howard Gao
f2268657ce This closes #2930 2020-01-08 14:10:24 +08:00
Justin Bertram
81c83e05fa NO-JIRA regenerate expired SSL test resources 2020-01-08 14:09:33 +08:00
Howard Gao
fa7506b296 This closes #2929 2020-01-08 14:05:31 +08:00
Justin Bertram
59e7db8925 ARTEMIS-2567 redundant lock on server.lock file 2020-01-08 14:04:43 +08:00
Howard Gao
4005a63d9e This closes #2928 2020-01-08 14:01:07 +08:00
Justin Bertram
3e343db736 ARTEMIS-2580 fix tests 2020-01-08 14:00:04 +08:00
Christopher L. Shannon (cshannon)
3743bc9d9f ARTEMIS-2565 This closes #2903 2020-01-06 06:54:44 -05:00
Christopher L. Shannon (cshannon)
fe66506139 ARTEMIS-2565 - Add plugin support for Federated Queues/Addresses
Add a new interface called ActiveMQServerFederationPlugin to allow
customization of the federated queue/address feature of the broker
2020-01-06 06:38:35 -05:00
Justin Bertram
a9158b1db7 This closes #2754 2020-01-02 20:38:56 -06:00
Dmitry Volodin
b88cd2873e Fix RAT plugin warnings for built .NET examples 2020-01-02 20:38:55 -06:00
Justin Bertram
c1c6a73ce5 This closes #2895 2020-01-02 20:36:35 -06:00
Dewald Pretorius
9fac4b866c ARTEMIS-2550 Support Websocket Continuation Frames
Large messages can be split up using Websocket Continuation Frames.
This allows for much smaller buffer sizes to send or receive
potentially very large messages.
2020-01-02 20:36:35 -06:00
Justin Bertram
a2604f09c0 This closes #2926 2020-01-02 20:34:53 -06:00
brusdev
5081447d63 ARTEMIS-2585 Remove nested quotes from artemis.profile
Remove the nested quotes around the hawtio.offline value of the JAVA_ARGS line
in the generated artemis.profile.
2020-01-02 16:35:39 +01:00
Clebert Suconic
0c9d1cf0cd This closes #2924 2019-12-19 17:54:21 -05:00
Clebert Suconic
13278cc45f ARTEMIS-2581 Duplicate Detection on AMQP should be configurable
There is an optimization in AMQP, that properties are only parsed over demand.

It happens that after ARTEMIS-2294 (commit 2dd06716989820eeecad7f39faabfbb8f025f7f1),
every send would request for the property on the message, resulting the properties to always be parsed upon send.
Even when there's no use of application properties.
2019-12-19 17:54:21 -05:00
Clebert Suconic
73156cb79d This closes #2923 2019-12-19 17:53:52 -05:00
Justin Bertram
8d8eaebb65 ARTEMIS-2580 support pluggable SSL TrustManagerFactory 2019-12-19 17:53:52 -05:00
Justin Bertram
d5cefdfadf This closes #2922 2019-12-19 13:03:08 -06:00
brusdev
217859bd5f ARTEMIS-2579 [DOC] How to use custom logging handlers
Add the documentation to use custom logging handlers.
2019-12-19 13:03:07 -06:00
Clebert Suconic
ff8d751eeb This closes #2897 2019-12-19 13:32:44 -05:00
brusdev
fcc39c583a ARTEMIS-2558 Add the commented out args to dump the java heap on OOME
Add the commented out args to dump the first java heap on OOME for
process and backup the last java heap on OOME at startup.
2019-12-19 13:32:44 -05:00
Clebert Suconic
7efebc97c6 NO-JIRA moving OpenWire test under ./integration 2019-12-18 09:59:34 -05:00
Clebert Suconic
d2cf238217 This closes #2921 2019-12-17 20:27:11 -05:00