brusdev
022b5895ef
ARTEMIS-2394 Improve scheduling sync for AMQPConnectionContext
...
Remove synchronized blocks using an AtomicReference.
2019-07-22 10:55:18 -04:00
Clebert Suconic
440002f02b
This closes #2757
2019-07-22 10:44:51 -04:00
Maarten Boekhold
7f4f4a5021
ARTEMIS-2412 Allow CF configuration through JNDI references
...
Most connection related properties, like the SSL ones, currently
have to be encoded in the brokerURL. When configuring connections
purely through JNDI bindings, this is not always desireable.
This commit allows one to configure all properties included
in TransportConstants.ALLOWABLE_CONNECTOR_KEYS to be listed separately
in the JNDI bindings. These properties are then zipped into any
provided brokerURL. For properties that appear in both places,
the one specified separately in the JNDI bindings takes priority.
This commit should not affect any configuration other than those
configure through JNDIReferenceFactory.
2019-07-22 10:44:50 -04:00
Clebert Suconic
d0c3839e69
This closes #2718
2019-07-22 09:56:55 -04:00
Justin Bertram
8484c8a43b
ARTEMIS-2389 add details to conn failure logging
2019-07-22 09:56:55 -04:00
Clebert Suconic
e2a5f83288
This closes #2736
2019-07-22 09:43:50 -04:00
Emmanuel Hugonnet
394f238881
ARTEMIS-2405 Resource adapter getter should return wrapped objects and not primitive.
...
* updating getters/setters to used wrapped objects instead of primitive.
Jira: https://issues.apache.org/jira/browse/ARTEMIS-2405
2019-07-22 09:43:49 -04:00
Clebert Suconic
b86b86c40f
This closes #2763
2019-07-22 09:33:21 -04:00
Jiri Danek
52e7b9d57d
ARTEMIS-2429 Fix order of arguments to registerQueueGauge and two related typos
...
Test is also adjusted to test for the changes made.
2019-07-22 13:28:22 +02:00
Clebert Suconic
200b3e1033
NO-JIRA Simple test fixes
2019-07-19 17:51:04 -04:00
Clebert Suconic
1c6dea80dd
This closes #2762
2019-07-19 15:01:41 -04:00
Clebert Suconic
2d7d714260
ARTEMIS-2428 Exposing timeout on configuration and changing it to 0 on the testsuite
2019-07-19 12:09:23 -04:00
Clebert Suconic
89cc07c7d8
ARTEMIS-2408 Changing FileDescriptors rule as classRule
2019-07-19 12:01:01 -04:00
Clebert Suconic
5107eb9f91
This closes #2761
2019-07-19 08:52:28 -04:00
Clebert Suconic
736045d73b
ARTEMIS-2401 Improving tests and a few fixes around Address.pause
2019-07-18 16:29:52 -04:00
Emmanuel Hugonnet
3aa3fa777f
ARTEMIS-2401 Implement the Pause method for an Address
...
Adding support to pause an Address and all its bound queues.
Jira: https://issues.apache.org/jira/browse/ARTEMIS-2401
2019-07-18 16:29:52 -04:00
Clebert Suconic
30ee0daa90
This closes #2759
2019-07-18 16:28:04 -04:00
Clebert Suconic
989b3a516e
ARTEMIS-2408 A few tweaks on acceptor async stop
2019-07-18 16:23:19 -04:00
brusdev
aeecb6f70b
ARTEMIS-2408 Too many opened FDs after server stops
...
Limit acceptors stop time.
reapplying after commit 20ca827d79
2019-07-18 16:17:03 -04:00
Clebert Suconic
4d8e93510f
This closes #2743
2019-07-18 10:31:16 -04:00
yang wei
99158ccd3d
ARTEMIS-2418 Race conditions between cursor movement and page writing
2019-07-18 10:30:26 -04:00
Clebert Suconic
55e0e4ec9c
This closes #2758
2019-07-17 12:21:17 -04:00
Clebert Suconic
9d7bbf4ea3
NO-JIRA Making sudo a requirement for NetworkFailureFailoverTest
...
When setting up a new Jenkins CI, it's required to add sudoer to have this test working
otherwise it will silently pass.
2019-07-17 12:21:17 -04:00
Clebert Suconic
03044c9d29
This closes #2742
2019-07-17 11:35:32 -04:00
Clebert Suconic
0585db7421
ARTEMIS-2409 Adding Compatibility test for hornetQ selector client
2019-07-17 11:35:16 -04:00
Tomas Hofman
1c45d1758d
ARTEMIS-2409 Convert HornetQ field names in consumer/queue selector strings
2019-07-17 11:34:04 -04:00
Clebert Suconic
6a0e36be16
This closes #2753
2019-07-16 22:30:59 -04:00
Clebert Suconic
27b151bb0e
NO-JIRA moving Wait and removing some duplicate code on artemis-junit module
2019-07-16 22:30:59 -04:00
Clebert Suconic
75455002a9
This closes #2756
2019-07-16 20:59:26 -04:00
Clebert Suconic
20ca827d79
ARTEMIS-2408 Effectively reverting FileDescriptors to fix tests
...
At this commit point NetworkFailureFailoverTest would hung indefinetly
2019-07-16 20:54:42 -04:00
Clebert Suconic
0d61df93be
This closes #2755
2019-07-16 17:29:37 -04:00
Dmitry Volodin
602d659241
ARTEMIS-2322: Fixing misprint in getProducedRate call
2019-07-16 23:07:28 +03:00
Clebert Suconic
4e35e46f72
This closes #2752
2019-07-16 15:15:43 -04:00
Clebert Suconic
ebbc500b82
NO-JIRA Duplicate Call on getEncodeSize
2019-07-16 15:15:43 -04:00
Clebert Suconic
1ce7ca4af3
This closes #2749
2019-07-16 13:36:42 -04:00
brusdev
29bbb94b5e
ARTEMIS-2408 Too many opened FDs after server stops
...
Wait netty event loop group shutdown to avoid too many opened FDs after
server stops, when netty configuration is used. Clear server
activateCallbacks to avoid reactivation of previous nodeManager and
consequent FD leaks on restart. Fix LargeServerMessageImpl.copy to avoid
FD leaks when a large message expiry or it is sent to DLA. Terminate
HawtDispatcher global queue to avoid pipes and eventpolls leaks after a
MQTT test.
cherry-picking commit 9617058ba0649af4eea15ce8793f86de827c4b7f
NO-JIRA adding check for open FD on the testsuite
cherry-picking commit 0facb7ddf4d3baa14a3add4290684aff7fd46053
NO-JIRA addressing connections leaks on integration tests
2019-07-16 13:36:42 -04:00
Clebert Suconic
1f0c35e1af
This closes #2735
2019-07-16 12:56:36 -04:00
Justin Bertram
af12cd7fdf
ARTEMIS-2363 upgrade Spring dependency
2019-07-16 12:56:36 -04:00
Clebert Suconic
d11fe86501
This closes #2744
2019-07-16 11:05:53 -04:00
Beat Sägesser
d4b6d65c91
NO-JIRA Fixing typo on Stomp Documentation
...
Replace heartBeatConnectionTtlModifer with heartBeatToConnectionTtlModifier to represent the code
2019-07-16 11:05:30 -04:00
072e9b467a
This closes #2740
2019-07-15 23:53:48 +01:00
yang wei
dd62be1602
ARTEMIS-2414 Sync before closing file in case data loss
2019-07-15 23:53:44 +01:00
1eaf12b8e1
This closes #2666
2019-07-15 23:51:47 +01:00
yang wei
85b93f0883
ARTEMIS-2336 Use zero copy to replicate journal/page/large message file
2019-07-15 23:51:42 +01:00
Clebert Suconic
6896e84b7e
This closes #2751
2019-07-15 16:35:35 -04:00
Dmitry Volodin
dbb3a90fe6
ARTEMIS-2322: Expose Queue.getRate() data as JMX metric
2019-07-15 16:34:31 -04:00
Clebert Suconic
5feb212efe
This closes #2748
2019-07-15 15:13:35 -04:00
yang wei
fa46647818
ARTEMIS-2425 Message loss due to writing incomplete page file
2019-07-12 19:52:43 +08:00
Justin Bertram
5896dcc6fb
NO-JIRA update Wildfly Common
2019-06-27 10:09:01 -05:00
Clebert Suconic
71b2671a61
This closes #2725
2019-06-27 10:42:34 -04:00