Francesco Nigro
4da9d84311
ARTEMIS-2239 Zero-copy NIO/MAPPED TimedBuffer
...
NIO/MAPPED journal types can use directly the buffer of TimedBuffer
to perform file writes, avoiding an expensive copy + zeroing.
2019-02-14 00:20:51 +00:00
Clebert Suconic
b80a78d885
ARTEMIS-1058 Fixing testsuite
...
Possible NPE that will happen on ReplicatedFailoverTest only
2019-02-12 09:42:31 +01:00
Clebert Suconic
8edca409f6
ARTEMIS-2246 Fixing testsuite
2019-02-08 18:42:02 -05:00
Justin Bertram
c41edf9bfd
This closes #2542
2019-02-07 15:20:04 -06:00
Michael André Pearce
efa48c9782
ARTEMIS-2081 listConfiguredQueues returns only queues created by config
...
Move configuration managed in persister before consumer dispatch so then the fix can be applied in 2.6.x branch safely.
2019-02-07 15:20:04 -06:00
Justin Bertram
14617936dc
This closes #2544
2019-02-07 14:19:19 -06:00
Clebert Suconic
d2df7b7e85
ARTEMIS-2246 Setting the max-disk-usage as 100 on the testsuite
...
This is to avoid issues with CI and Dev Machiens, while still preserving
a sensible default for production systems.
2019-02-07 15:07:49 -05:00
Justin Bertram
a38cdfa811
ARTEMIS-2246 clarify docs for defaults; change max-disk-usage default
2019-02-07 11:13:04 -05:00
Clebert Suconic
9b9fe8a73f
This closes #2532
2019-02-07 10:16:01 -05:00
Justin Bertram
4a1fc61fcc
ARTEMIS-2243 user/role ops for PropertiesLoginModule via mgmnt
2019-02-07 10:16:01 -05:00
Clebert Suconic
3f1a3ceb77
This closes #2539
2019-02-07 10:04:52 -05:00
Justin Bertram
98ca583313
ARTEMIS-2248 don't create sslEngine w/sniHost in NettyConnector
2019-02-07 10:04:52 -05:00
Clebert Suconic
cfc6fb4a83
This closes #2540
2019-02-06 18:32:30 -05:00
Justin Bertram
b31ac15760
ARTEMIS-2247 remove quotes from etc dir for Win service
2019-02-06 18:32:30 -05:00
Clebert Suconic
9c06d4b8b6
ARTEMIS-1058 Fixing checkstyle
2019-02-06 18:29:53 -05:00
Clebert Suconic
fe8c4a3bb5
This closes #2534
2019-02-06 10:02:25 -05:00
Howard Gao
d29b70b996
ARTEMIS-1058 Jars in web tmp dir locked on Windows
...
This is the second commit. It improves the windows service
configuration file so that the service can be shutdown
gracefully (clean shutdown) and allow for a chance to
clean up the web tmp dir.
2019-02-06 10:02:24 -05:00
Clebert Suconic
61c4d72db3
This closes #2537
2019-02-06 09:36:04 -05:00
Clebert Suconic
59ada66033
ARTEMIS-1058 Improving web temporary cleanup
...
* Using SpawnedVMSupport (used to be on testsuite, moving it to Utils)
* Building the classpath for ./lib, similar to what happens on Bootstrap
* Using Path as much as possible to avoid issues encoding files
2019-02-06 09:36:04 -05:00
Clebert Suconic
8873beb828
This closes #2533
2019-02-05 15:51:26 -05:00
Clebert Suconic
e09ffe14f4
ARTEMIS-2244 Adding critical check around checkDepage
2019-02-05 15:15:10 -05:00
yb
8799615a13
ARTEMIS-2244 checkDepage method placed outside CRITICAL_DELIVER avoid critical analyzer timeout
2019-02-05 15:04:09 -05:00
Clebert Suconic
4f758f3dd9
This closes #2536
2019-02-05 13:57:29 -05:00
Clebert Suconic
02505fc004
ARTEMIS-2245 Moving docker files under artemis-docker and other improvements
2019-02-05 13:57:10 -05:00
Francesco Nigro
8c89c3584f
ARTEMIS-2245 adding Docker images User guide
2019-02-05 13:32:24 -05:00
Francesco Nigro
d9af3bb480
ARTEMIS-2245 Cleaning and Extending Docker images
...
Cleaning Docker images and adding CentOS version
2019-02-05 13:32:24 -05:00
Clebert Suconic
f2a2d6d99f
ARTEMIS-2245 Implement Docker images
2019-02-05 13:32:24 -05:00
Clebert Suconic
91a1ea8811
This closes #2538
2019-02-04 17:46:20 -05:00
Justin Bertram
b711901a4a
NO-JIRA fix race condition in QueueQueryTest
...
My previous commit to fix this was amended which nullified the fix.
2019-02-04 16:04:50 -06:00
Clebert Suconic
3a61d2c799
This closes #2535
2019-01-31 13:24:53 -05:00
Justin Bertram
4bff01e01c
NO-JIRA update docs for gitbox
2019-01-31 09:42:12 -06:00
Clebert Suconic
40704c8101
This closes #2531
2019-01-30 15:38:37 -05:00
Clebert Suconic
c0edb88747
ARTEMIS-2205 Fixing Divert Example
...
This is simply fixing the example under examples/features/standard/divert
Other tests are passing.
No additional tests are needed as the example on this case acts like a test.
2019-01-30 15:38:36 -05:00
Clebert Suconic
1a20499a06
ARTEMIS-2189 Fixing queueRequestor example
2019-01-30 15:38:07 -05:00
Michael Andre Pearce
056cee4183
This closes #2524
2019-01-30 08:14:58 +00:00
Francesco Nigro
ea29483449
ARTEMIS-2240 ActiveMQThreadPoolExecutor should use LinkedTransferQueue
2019-01-30 08:14:57 +00:00
Michael Andre Pearce
5fe8688a4c
This closes #2525
2019-01-30 08:11:46 +00:00
Michael André Pearce
b76f0061f8
ARTEMIS-2241 Support direct deliver for InVMAcceptors
...
Push isDirectDeliver method from netty impl, to the Connection interface
Add support to InVMConnection for isDirectDeliver flag and ability to set via config, defaulting to false, to keep current default behavior.
Extend DirectDeliverTest to check InVM as well.
2019-01-30 08:11:46 +00:00
Clebert Suconic
43a1cc2822
This closes #2527
2019-01-29 23:09:20 -05:00
Justin Bertram
4d2eae2686
NO-JIRA add logging to LegacyLDAPSecuritySettingPlugin
2019-01-29 23:09:20 -05:00
Clebert Suconic
f4436a9f72
ARTEMIS-2242 Reverting regression caused by ARTEMIS-2229
...
Revert "ARTEMIS-2229 Qpid jms consumer cannot receive from multicast queue using FQQN"
This reverts commit 882da19c8a
.
2019-01-29 10:50:46 -05:00
Michael Andre Pearce
4ca3a971ba
This closes #2520
2019-01-28 13:30:22 +00:00
Clebert Suconic
e595b7ca16
ARTEMIS-2238 Enhancement to queueQuery on producer
...
this is an adjustment on top of 33f56c81bd
2019-01-25 16:39:55 -05:00
Michael André Pearce
33f56c81bd
ARTEMIS-2238 Enhancement to queueQuery on producer
...
Move logic to ActiveMQSession
Use same method for createProducer, avoiding duplicated logic
Specific exception messages, for users
2019-01-25 11:27:54 -05:00
Clebert Suconic
0f905224e7
ARTEMIS-2238 Enhancement to queueQuery on producer
2019-01-25 11:27:53 -05:00
Clebert Suconic
bcd2f1cc94
This closes #2519
2019-01-24 14:35:18 -05:00
Clebert Suconic
90a66266b6
ARTEMIS-2238 Fixing QueueQuery on every single send on topics
2019-01-24 14:35:18 -05:00
Clebert Suconic
f76a4a9afb
This closes #2516
2019-01-24 14:34:27 -05:00
Justin Bertram
693ea722f5
ARTEMIS-2192 fix listener for LegacyLDAPSecuritySettingPlugin
2019-01-24 14:34:27 -05:00
Clebert Suconic
6db229fb0d
This closes #2518
2019-01-24 14:33:09 -05:00