Commit Graph

7879 Commits

Author SHA1 Message Date
Clebert Suconic 5257c08d74 This closes #3318 2020-10-29 11:17:36 -04:00
Clebert Suconic d51c89471e ARTEMIS-2966 Anycast queues with distinct names would cause issues on sending messages 2020-10-29 10:09:36 -04:00
Clebert Suconic 9335cd83ed ARTEMIS-2937 Changing BrokerConnection SSL example to also use SSL on the client 2020-10-29 10:09:36 -04:00
Clebert Suconic 753dac47d8 ARTEMIS-2937 Cleanup on tests 2020-10-29 10:09:36 -04:00
Clebert Suconic 5435809946 This closes #3319 2020-10-29 09:09:43 -04:00
Robbie Gemmell ef5d257f3f ARTEMIS-2937: improve the docs, particularly around use of 'peer' config to waypoint for Dispatch 2020-10-29 13:02:23 +00:00
Gary Tully 7dd50bd58e
Merge pull request #3315 from gtully/ARTEMIS-2964
ARTEMIS-2964 - fire advisory messages via post office, independent of…
2020-10-29 12:46:51 +00:00
gtully e5566d5211 ARTEMIS-2964 - fire advisory messages via post office, independent of connection state. consume via regular auth 2020-10-29 09:58:52 +00:00
Clebert Suconic 4f8afd5dd1 This closes #3317 2020-10-28 15:43:18 -04:00
Clebert Suconic bf52134dc0 ARTEMIS-2937 Fixing Tests and some review 2020-10-28 15:08:48 -04:00
Gary Tully 05d5db83a4
Merge pull request #3316 from clebertsuconic/ARTEMIS-2937
ARTEMIS-2937 Broker Connections
2020-10-28 16:04:13 +00:00
Clebert Suconic 12280cdaaa ARTEMIS-2937 DOCS & Examples on AMQP Broker Connection 2020-10-28 11:37:25 -04:00
Clebert Suconic 8499eac76c ARTEMIS-2937 Server Side AMQP Connectivity with options to transfer queues or replicate data 2020-10-28 11:37:25 -04:00
Clebert Suconic 4d6096f88d This closes #3287 2020-10-28 09:53:07 -04:00
franz1981 e2c1848da4 ARTEMIS-2926 Scheduled task executions are skipped randomly
Making Scheduled task to be more reliable when
using scheduledComponent.delay() method and saving
periodic tasks to be skipped although on correct timing
2020-10-28 09:53:07 -04:00
gtully 647151b0af ARTEMIS-2941 - renew tasks are nearly always a little late, make this test more tolerant of that 2020-10-28 12:21:31 +00:00
Clebert Suconic 0c5d0303ba NO-JIRA Fixing QueueControlTest in certains envs 2020-10-26 09:45:40 -04:00
Clebert Suconic b309bb8f59 NO-JIRA Just adding some info on a test assert 2020-10-23 01:23:30 -04:00
Clebert Suconic aa975ad47c This closes #3285 2020-10-22 13:41:19 -04:00
Clebert Suconic f6ef285859 ARTEMIS-2927 LVQ broken after restart 2020-10-22 13:32:19 -04:00
Clebert Suconic eea95e4a5a This closes #3312 2020-10-22 12:44:42 -04:00
franz1981 b5753a0000 ARTEMIS-2958 Timed out waiting pool stop on backup restart
BackupManager::activated should correctly unblock
unauthorized blocking requests to allow a backup broker
to prompty restart in case of live failback
2020-10-22 12:44:42 -04:00
Clebert Suconic 2491bafcce This closes #3313 2020-10-22 11:18:00 -04:00
Emmanuel Hugonnet 6a2a611d3c
[ARTEMIS-2954]: RA doesn't use the RA specified prefix when setting up a destination.
* Fixing the fix for double prefix issue as the destiantion name wasn't
  appended when the old prefix wasn't present.

Issue: https://issues.apache.org/jira/browse/ARTEMIS-2954
2020-10-22 15:51:01 +02:00
Howard Gao 94451674fa This closes #3293 2020-10-22 15:11:17 +08:00
Domenico Francesco Bruscino 90434a4cf4 ARTEMIS-2935 Fix JMX ObjectNames
Fix invalid object names setting a default broker name if it cannot be used.
2020-10-22 15:10:02 +08:00
gtully 69e58322f1 NO JIRA - add some durable sub loadbalancing to the scenario test 2020-10-21 14:57:12 +01:00
Clebert Suconic 0c5921eef6 This closes #3311 2020-10-21 08:56:45 -04:00
franz1981 0c8dd598b7 ARTEMIS-2957 ManagementContext is started twice 2020-10-21 07:33:22 +02:00
Clebert Suconic 65c1f80dea This closes #3297 2020-10-20 18:39:20 -04:00
Emmanuel Hugonnet fdfc58171b [ARTEMIS-2939]: Artemis should not delete corrupt log files.
* Moving corrupted journal files to the attic folder.

Jira: https://issues.apache.org/jira/browse/ARTEMIS-2939
2020-10-20 18:39:06 -04:00
Clebert Suconic 9a954188d8 This closes #3301 2020-10-20 17:23:48 -04:00
franz1981 4545749969 ARTEMIS-2941 Improve JDBC HA connection resiliency 2020-10-20 17:23:48 -04:00
Clebert Suconic 04bb3d66b0 This closes #3303 2020-10-20 12:28:10 -04:00
franz1981 6932b4674d ARTEMIS-2949 Reduce GC on OperationContext::checkTasks 2020-10-20 12:28:10 -04:00
Clebert Suconic d9545540e2 This closes #3309 2020-10-20 10:59:34 -04:00
Andy Taylor 3a82c830f0 ARTEMIS-2838 adding missing "send message" tab for addresses
plus removed some erronious logging

https://issues.apache.org/jira/browse/ARTEMIS-2838
2020-10-20 10:57:24 -04:00
Clebert Suconic 2ab36905ae This closes #3310 2020-10-20 10:44:49 -04:00
Emmanuel Hugonnet f6353f5259
[ARTEMIS-2954] Fixing double preifx issue.
Avoiding double preifx with ARTEMIS-2954 fix.

Issue: ARTEMIS-2954
2020-10-20 16:41:06 +02:00
Gary Tully 28d9038673
Merge pull request #3308 from franz1981/jdbc_fix
ARTEMIS-2955 commons-dbcp2 performance issue with Derby Embedded DBMS
2020-10-20 10:32:45 +01:00
franz1981 769101ac69 ARTEMIS-2955 commons-dbcp2 performance issue with Derby Embedded DBMS
This commit is fixing:
- a missing commit that can make leak a connection
- restricting default specific commons-dbcp2 to the default data source
- setting poolPreparedStatements true by default
- configured embedded Derby to be in-memory to speedup tests
2020-10-20 10:48:12 +02:00
Clebert Suconic 0077f354cd This closes #3305 2020-10-19 13:55:52 -04:00
gtully c4832c3209 ARTEMIS-2953 - drop the use of non deterministic finalize 2020-10-19 13:55:52 -04:00
Clebert Suconic e84fb95144 This closes #3307 2020-10-19 13:22:02 -04:00
Emmanuel Hugonnet bd392e1f93
[ARTEMIS-2954]: RA doesn't use the RA specified prefix when setting up a
destination.

 * When creating a destination it should rely on the RA configuration if
   none is provided instead of relying directly on the default
configuration.

Issue: https://issues.apache.org/jira/browse/ARTEMIS-2954
2020-10-19 18:11:41 +02:00
Clebert Suconic 0be78c84c5 This closes #3300 2020-10-19 10:09:24 -04:00
Justin Bertram 75e12b5e1d ARTEMIS-2947 Implement SecurityManager that supports replication 2020-10-19 10:07:57 -04:00
Clebert Suconic caab2e1d4d This closes #3306 2020-10-19 09:48:07 -04:00
gtully 583bd3602a ARTEMIS-2888 ARTEMIS-2859 ARTEMIS-2768 - revert new page-store-name addressSetting, when the page store respects the target address and the size is tallied on the target address store, it is no longer neecessary 2020-10-19 14:04:35 +01:00
Clebert Suconic 211c8d0b63 This closes #3296 2020-10-16 22:08:02 -04:00