Francesco Nigro
f53449b945
ARTEMIS-1095 Netty's WriteBufferWaterMark configuration via TransportConstants
2017-04-06 15:26:13 +02:00
Justin Bertram
2edc972c52
This closes #1174
2017-04-05 15:19:07 -05:00
Clebert Suconic
c767e93bf5
ARTEMIS-1089 Simplifying smoke tests
2017-04-05 15:55:09 -04:00
Martyn Taylor
582907f317
This closes #1171
2017-04-05 13:06:55 +01:00
Clebert Suconic
dd27fb587f
ARTEMIS-1089 Moving smoke tests under ./tests/smoke-tests
...
This is moving the smoke tests creates as part of the relication tests.
They are also now based on junit tests.
And to support starting servers I am exposing basedir to unit tests in general.
2017-04-05 13:06:55 +01:00
Martyn Taylor
f0ce8a85a2
This closes #1173
2017-04-05 13:06:11 +01:00
Andy Taylor
bffbca8f64
no jira - possible null pointer
2017-04-05 11:56:32 +01:00
Clebert Suconic
22c6f40344
This closes #1170
2017-04-04 20:07:28 -04:00
Justin Bertram
073a280629
ARTEMIS-1092 Validated user + AMQP fix
...
When populate-validated-user = true AMQP messages can cause exceptions.
This feature isn't particularly applicable to AMQP so this commit
eliminates the exception and leaves the AMQP messages untouched
even if populate-validated-user = true. In other words,
populate-validated-user + AMQP is not supported.
2017-04-04 14:46:22 -05:00
Martyn Taylor
5adce230a3
This closes #1169
2017-04-03 14:28:02 +01:00
Andy Taylor
8b9cb2181c
update jolokia war to remove version in binary
2017-04-03 14:28:02 +01:00
Andy Taylor
5529bf150a
ARTEMIS-1090 - Message not expired if absolute expiry time is 0 and ttl is set
...
https://issues.apache.org/jira/browse/ARTEMIS-1090
2017-04-03 14:28:02 +01:00
Martyn Taylor
57bae51e85
This closes #1167
2017-04-03 12:54:37 +01:00
Clebert Suconic
0b62f698c3
ARTEMIS-1089 Fixing Replication catchup slow
2017-04-02 20:20:45 -04:00
Clebert Suconic
739dd82f31
ARTEMIS-1089 Adding test for replication sync slow
2017-04-02 20:20:45 -04:00
Clebert Suconic
5b4247479c
NO-JIRA: Adding Acceptor and Connector utility
2017-04-02 19:21:14 -04:00
Clebert Suconic
5f939cf61f
ARTEMIS-992 Reverting 'ERROR' message
...
Commit 81b5563a52
introduced an error message
even if you start a regular non clustered server.
2017-04-01 15:57:41 -04:00
Clebert Suconic
afd1835a8f
NO-JIRA: Simple Test fix on DeadLetterAdressTest
2017-04-01 15:49:42 -04:00
Clebert Suconic
9c472013e2
NO-JIRA: Removing Flow Control tests
...
These tests are duplicated on the regular testsuite and they were fixed there
2017-04-01 11:17:08 -04:00
Clebert Suconic
5c6c42b940
NO-JIRA: minor test fix
2017-03-31 22:50:01 -04:00
Clebert Suconic
9956f951a6
NO-JIRA: Avoiding a test failure on slow Jenkins
...
JmsNettyNioStressTest is using Persistent messages
depending on the hardware used this may eventually fail.
2017-03-31 19:28:13 -04:00
Bernd Gutjahr
5a31e70353
ARTEMIS-1078 Improving ActiveMQThreadPoolExecutor
...
This is now considering only threads waiting for the queue to get new tasks as idle.
The thread pool maintained a counter of active threads, but that counter was increased
too late in the beforeExecute method. Submitting a task created a new thread.
If now a second task was submitter before the new thread had started to execute it's task,
the second task was queued without creating a 2nd thread. So the second task was only
executed after the first task had been completed - even if the thread pool's
maximum number of thread had not been reached.
This fix now maintains the delta between the number those threads that are currently waiting
in the queue's poll or take methods as idle threads, and the number of queued tasks.
It creates new threads unless there are enough idle threads to pick up all queued tasks.
This closes #1144
2017-03-31 19:01:54 -04:00
Clebert Suconic
05ca44d901
This closes #1166
2017-03-31 17:52:14 -04:00
Martyn Taylor
8760b3ddfd
ARTEMIS-1087 Make InVM buffer pooling configurable
2017-03-31 18:56:07 +01:00
Clebert Suconic
848090fad2
This closes #1165
2017-03-31 10:56:15 -04:00
Martyn Taylor
120b8aa7ad
ARTEMIS-1085 Perform storelineup on appendRecord
2017-03-31 15:50:02 +01:00
Martyn Taylor
33fff52651
This closes #1164
2017-03-31 15:24:50 +01:00
Clebert Suconic
1ca1b4baf9
ARTEMIS-1042 Commenting out test
2017-03-30 22:23:20 -04:00
Clebert Suconic
d779afe874
NO-JIRA: Fixing test hunging on OpenWire
2017-03-30 21:56:46 -04:00
Clebert Suconic
690b8d24d7
This closes #1160
2017-03-30 21:20:37 -04:00
Justin Bertram
6cf9a98c49
ARTEMIS-1065 fix broken test
2017-03-30 21:20:37 -04:00
Clebert Suconic
5f79610fd3
This closes #1161
2017-03-30 21:20:14 -04:00
Justin Bertram
81b5563a52
ARTEMIS-992 NPE on startup
2017-03-30 21:20:14 -04:00
Clebert Suconic
fd0513e4f5
This closes #1162
2017-03-30 21:19:44 -04:00
Timothy Bish
62cb9b22de
ARTEMIS-1086 Proper conversion of SimpleString to String
...
When adding boolean value keyed by SimpleString the key needs to be
converted to a String type to be valid AMQP.
2017-03-30 21:19:43 -04:00
Clebert Suconic
44a946c8e3
This closes #1163
2017-03-30 21:18:50 -04:00
Justin Bertram
5a93aa9b76
ARTEMIS-1083 fix errant WARN message
2017-03-30 18:34:21 -05:00
Clebert Suconic
86779195fa
NO-JIRA: Removing duplciate code
2017-03-30 11:15:09 -04:00
Martyn Taylor
6cacdd9e32
This closes #1130
2017-03-30 10:15:51 +01:00
Otavio Rodolfo Piske
20c67baa5a
ARTEMIS-607 Added an example/verification for calling an interceptor when using MQTT protocol
2017-03-30 10:15:50 +01:00
Martyn Taylor
07597ba959
This closes #1158
2017-03-30 09:54:26 +01:00
Clebert Suconic
9bef242b74
ARTEMIS-1056 Adjusting Acceptor values
...
I have been doing tests with quiver at large message sizes
the tests would work really slowly without these fixes
2017-03-30 09:54:26 +01:00
Clebert Suconic
5ca514a2a8
NO-JIRA: one test script to ignore checkstyle
2017-03-30 09:54:26 +01:00
Martyn Taylor
266b1f31bf
This closes #1159
2017-03-30 09:52:20 +01:00
Bennet Schulz
6790686059
Update examples.md
2017-03-30 10:36:42 +02:00
Clebert Suconic
aafb2087fa
Revert "NO-JIRA upgrade maven-surefire-plugin to 2.19.1"
...
This reverts commit 63054a0706
.
2017-03-29 21:43:06 -04:00
Clebert Suconic
2a63b3ef8f
This closes #1157
2017-03-29 16:05:47 -04:00
Justin Bertram
98aa1891a5
ARTEMIS-1076 fix broken doc links
2017-03-29 16:05:47 -04:00
Clebert Suconic
0e17666ded
This closes #1156
2017-03-29 16:00:26 -04:00
Justin Bertram
0f468fe07c
ARTEMIS-1079 don't ask for role, address-full-policy, or global-max-size on CLI
2017-03-29 16:00:26 -04:00