6561 Commits

Author SHA1 Message Date
Justin Bertram
d92c9bbf1f NO-JIRA a few example updates 2019-06-20 11:42:00 -04:00
Clebert Suconic
087cd6bc93 This closes #2720 2019-06-20 11:36:53 -04:00
Francesco Nigro
417ee543fd ARTEMIS-2354 Fix compilation issues on JDK 8
This reverts partially commit f8d3a8f2 to include only
the changes that makes possible to run tests with JDK 11:
compile on JDK 11 is outside the scope of the issue.
JDK 11 compilation requires Karaf upgrade, that will
break compatibility with Aether on integration-tests.
2019-06-20 11:36:53 -04:00
Francesco Nigro
ef24c0f6ef This closes #2710 2019-06-20 16:29:58 +02:00
Howard Gao
18d5502d6d ARTEMIS-1825 Live-backup topology not correctly displayed on console
Second commit. The topology shown on backup's console is not yet
correct. This fixes the problem.
2019-06-20 16:29:58 +02:00
Francesco Nigro
7e6efb26e2 This closes #2721 2019-06-20 16:28:46 +02:00
brusdev
d14c0de335 ARTEMIS-2385 Log header for rejecting message with too large header
Fix test and warning condition to avoid false issues.
2019-06-20 16:20:11 +02:00
Francesco Nigro
f6e72504ad This closes #2719 2019-06-20 14:10:39 +02:00
Andy
61a563ee95 ARTEMIS-2358 - fixing issue with last commit
https://issues.apache.org/jira/browse/ARTEMIS-2358
2019-06-20 10:21:02 +01:00
Justin Bertram
a2b0e24eee NO-JIRA add docs on redistribution w/filters 2019-06-19 12:48:05 -05:00
Justin Bertram
ff8db1d4c7 This closes #2713 2019-06-19 11:35:28 -05:00
Clebert Suconic
9a32286883 ARTEMIS-2381 making setBrokerURL public as requested by Camel Devs 2019-06-19 11:35:28 -05:00
Justin Bertram
aec477932c This closes #2714 2019-06-19 11:26:33 -05:00
brusdev
9d12ad6501 ARTEMIS-2385 Log header for rejecting message with too large header
Use warning level to add in the log the ID and debug level to add in the
log the message header of rejecting message with too large header.
2019-06-19 11:26:33 -05:00
Justin Bertram
b771a2a399 This closes #2717 2019-06-19 10:53:53 -05:00
Francesco Nigro
f8d3a8f2f2 ARTEMIS-2354 Improve compatibillity of tests with JDK 11 2019-06-19 10:53:53 -05:00
Justin Bertram
a53855a948 This closes #2707 2019-06-19 10:38:00 -05:00
brusdev
74c79625b8 ARTEMIS-2002 Proton transport objects leaked
Remove scheduled tasks when a client disconnects to allow garbage
collector to delete the unused proton objects. Add a the unity test
AMQPConnectionContextTest to check leaks after close.
2019-06-19 10:38:00 -05:00
Justin Bertram
55e59febf3 This closes #2709 2019-06-19 10:26:10 -05:00
Andy
e82d95fff6 ARTEMIS-2338 - Live server does not shutdown when using vote-on-replication-failure
https://issues.apache.org/jira/browse/ARTEMIS-2338
2019-06-19 10:26:10 -05:00
Francesco Nigro
cac984ee6d This closes #2708 2019-06-18 12:18:10 +02:00
Andy
6a2e964f5b ARTEMIS-2386 - use internal session for management queues for QOS2
https://issues.apache.org/jira/browse/ARTEMIS-2386
2019-06-18 08:21:39 +01:00
Clebert Suconic
b77fa83c26 This closes #2697 2019-06-17 22:32:57 -04:00
Benjamin Graf
e3ec7aa5fd ARTEMIS-2376 Remove guava from artemis-common feature 2019-06-17 22:32:57 -04:00
Clebert Suconic
1bd4d45b23 This closes #2701 2019-06-17 22:32:33 -04:00
gtully
d1add00b00 ARTEMIS-2378 respect openwire removeInfo lastSequenceId when dealing with delivery count 2019-06-17 22:32:33 -04:00
Clebert Suconic
9021c89f05 This closes #2702 2019-06-17 22:31:54 -04:00
Francesco Nigro
fe3bebaa91 ARTEMIS-2379 AMQP: Update Qpid JMS and Proton-J to latest releases
Qpid JMS to 0.43.0 and proton-j to 0.33.1
2019-06-17 22:31:54 -04:00
Clebert Suconic
a046453ef6 This closes #2704 2019-06-17 22:31:30 -04:00
Francesco Nigro
4445261f34 ARTEMIS-2382 Reclaimer doesn't need to be instantiatable 2019-06-17 22:31:30 -04:00
Clebert Suconic
a1cfc4526f This closes #2706 2019-06-17 22:29:57 -04:00
Justin Bertram
3c5453d401 ARTEMIS-2384 log underlying bridge failure at DEBUG 2019-06-17 22:29:57 -04:00
Francesco Nigro
0dc13e1bec This closes #2705 2019-06-17 18:04:24 +02:00
brusdev
f8b295b9b5 ARTEMIS-2383 Upgrade to Guava 24.1.1 2019-06-17 13:49:16 +02:00
Justin Bertram
75a68511fa NO-JIRA make ExceptionListenerForConnectionTimedOutExceptionTest more robust 2019-06-13 11:02:40 -05:00
Clebert Suconic
e506180532 This closes #2700 2019-06-12 17:22:30 -04:00
Justin Bertram
3ff75c3353 ARTEMIS-1982 queue metrics can go negative
When redelivery is exhausted and messages are sent to a DLA with bindings
then some queue metrics can go negative.
2019-06-12 17:22:30 -04:00
Justin Bertram
8335e78094 This closes #2698 2019-06-12 13:51:30 -05:00
Clebert Suconic
7e3b68a4cf ARTEMIS-2367 Adding rule to avoid files leaking on the main folder
We had to fix a few cases where data folder was being created outside of the ./target output.
This is just to avoid re-ocurrence of that.
2019-06-12 12:10:28 -04:00
Justin Bertram
6b67e27b02 This closes #2699 2019-06-11 15:33:21 -05:00
Andy
959d25f0e6 ARTEMIS-2377 - add password encryption to security plugins
https://issues.apache.org/jira/browse/ARTEMIS-2377
2019-06-11 19:16:33 +01:00
Clebert Suconic
a652ec251f This closes #2694 2019-06-10 17:36:19 -04:00
brusdev
9b52547ff7 ARTEMIS-2371 Message with huge header shuts broker down
Add max record size check before adding a record to prevent that the
broker shuts down, when there is one really large header sent with the
message. Add message size check before allocating large message resource
if it can't be stored.
2019-06-10 17:36:18 -04:00
Clebert Suconic
c1771a5aed This closes #2696 2019-06-10 10:24:10 -04:00
Francesco Nigro
bfe6b70c5a ARTEMIS-2374 JournalStorageManager::addBytesToLargeMessage leaks ByteBuffer 2019-06-10 15:52:58 +02:00
Francesco Nigro
42f0157765 This closes #2287 2019-06-10 13:36:43 +02:00
Tomas Hofman
097ef281fd ARTEMIS-2069 Backup doesn't activate after shared store is reconnected 2019-06-10 13:36:43 +02:00
Clebert Suconic
74cd81afa0 This closes #2692 2019-06-03 15:37:04 -04:00
Justin Bertram
bde1b1cc4e ARTEMIS-2367 fix directories for tests 2019-06-03 13:22:06 -05:00
Clebert Suconic
d4973ff636 This closes #2689 2019-05-31 19:06:16 -04:00