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 2dd0671698
),
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
Justin Bertram
2a452bd7a3
ARTEMIS-2578 clarify storage capacity messages
...
This is a surprisingly large change just to fix some log messages, but
the changes were necessary in order to get the relevant data to where it
was being logged. The fact that the data wasn't readily available is
probably why it wasn't logged in the first place.
2019-12-17 20:27:10 -05:00
Clebert Suconic
d9a4d9238f
This closes #2918
2019-12-17 09:40:31 -05:00
Wei Yang
9c928377c9
NO-JIRA minor changes on test
2019-12-17 09:40:31 -05:00
Clebert Suconic
4622f36b82
This closes #2898
2019-12-16 14:29:32 -05:00
Justin Bertram
eeaeba6354
ARTEMIS-2557 don't export openwire-protocol JMS spec dep
2019-12-16 14:29:32 -05:00
Clebert Suconic
8a37436a40
This closes #2920
2019-12-16 11:30:18 -05:00
Justin Bertram
fd6a98a4f8
ARTEMIS-2574 fix example
2019-12-16 10:12:24 -06:00
Clebert Suconic
23e26b3cfb
This closes #2919
2019-12-16 09:39:52 -05:00
brusdev
42fe6a8ee2
ARTEMIS-2577 Thread leak test failure with IBM JRE
...
Add the thread with name `MemoryMXBean` as expected on IBM JDK.
2019-12-16 14:35:44 +01:00
Clebert Suconic
c2eb037919
This closes #2917
2019-12-12 15:48:43 -05:00