Commit Graph

2685 Commits

Author SHA1 Message Date
Howard Gao ec0f05f93d ARTEMIS-706 No Keep Alives from Broker (test improvement)
-- make the test run quicker
2016-09-06 00:12:54 +08:00
Clebert Suconic 15e4799d4d This closes #740 2016-09-02 21:39:44 -04:00
Howard Gao 61747acfd1 ARTEMIS-706 No Keep Alives from Broker 2016-09-02 21:39:44 -04:00
jbertram ea293fc5bd This closes #748 2016-09-02 09:07:56 -05:00
Clebert Suconic 739ce8a53a ARTEMIS-711 fixing tests 2016-09-02 10:00:00 -04:00
Clebert Suconic b58a158771 This closes #747 2016-09-01 15:23:48 -04:00
jbertram 1cf96f4fcf ARTEMIS-711 Fix handling of 'bare' header 2016-09-01 15:23:48 -04:00
Clebert Suconic 117a4c3e1c This closes #745 2016-08-31 14:48:31 -04:00
Martin Styk 275924e8f4 ARTEMIS-710 Avoid inefficient iteration over Map 2016-08-31 14:48:31 -04:00
jbertram 93b3caba75 This closes #746 2016-08-31 13:44:17 -05:00
Clebert Suconic 03b938468a ARTEMIS-657 Fixing JORAM AMQP Tests 2016-08-31 14:26:10 -04:00
Clebert Suconic 6690da5b81 This closes #744 2016-08-31 09:47:57 -04:00
Martin Styk d5eaccf3ba ARTEMIS-709 Possible NPE on UUIDGenerator.getAllNetworkInterfaces() 2016-08-31 13:41:47 +02:00
Clebert Suconic 63172e7d36 This closes #743 2016-08-30 17:27:47 -04:00
jbertram 68d1e980fc ARTEMIS-699 group ID reaper tx bug 2016-08-30 17:27:47 -04:00
Clebert Suconic 080397a3bf This closes #738 2016-08-30 17:24:31 -04:00
Howard Gao 8fccd5df42 ARTEMIS-696 Broker fails when client sends messages in multiple transfer frames 2016-08-30 17:24:31 -04:00
Clebert Suconic b51142ae0c This closes #742 2016-08-30 17:12:19 -04:00
Gordon Sim 8f188ef236 ARTEMIS-657: ensure management response bodies are encoded into amqp 2016-08-30 17:12:19 -04:00
Clebert Suconic 6bb156cbde small tweak on rebase script 2016-08-30 10:49:11 -04:00
jbertram e3af370c2b This closes #739 2016-08-29 13:13:39 -05:00
Clebert Suconic 2ef79f66d9 Script to help compare old commits 2016-08-29 13:57:47 -04:00
Clebert Suconic 6a1a1b085f removing System.exit from test 2016-08-26 15:11:48 -04:00
Clebert Suconic 3668050c8c Fixing compilation issues 2016-08-25 15:10:17 -04:00
Clebert Suconic 986880f4c3 This closes #735 2016-08-25 14:35:14 -04:00
Clebert Suconic 248ae383df ARTEMIS-700 Improving how the log manager is found on Posix systems 2016-08-25 14:34:50 -04:00
Clebert Suconic 0a8c118a14 This closes #734 2016-08-25 14:22:32 -04:00
Ville Skyttä 4ef9c5e238 Javadoc error fixes 2016-08-25 14:22:32 -04:00
Ville Skyttä d5242978d5 for and while loop to foreach conversions 2016-08-25 14:22:32 -04:00
Ville Skyttä e1728f0797 Spelling fixes 2016-08-25 14:22:32 -04:00
Ville Skyttä 8c6e044745 Potential resource leak fixes 2016-08-25 14:22:32 -04:00
Ville Skyttä d57378f2af Missing @Override fixes 2016-08-25 14:22:32 -04:00
Ville Skyttä 9d0dcf7f63 Unchecked warning suppression fixes 2016-08-25 14:22:32 -04:00
Ville Skyttä 30c617da3c Unnecessary @SuppressWarnings fixes 2016-08-25 14:22:32 -04:00
Clebert Suconic 601ab120d6 This closes #732 2016-08-25 09:55:32 -04:00
Ville Skyttä 5f8d9a2746 ARTEMIS-698 Remove full path + executability check of java
Fixes issues with systems that have no "which", as well as the fallback
to using plain "java" from PATH.
2016-08-25 09:55:32 -04:00
jbertram dd0bd97b8f This closes #731 2016-08-24 17:23:11 -05:00
Clebert Suconic 858d7a1a02 ARTEMIS-697 Making JChannelManager a singleton, and fixing tests 2016-08-24 18:08:17 -04:00
Ulf Lilleengen bf4796c5d3 ARTEMIS-697 Avoid self-discovery
This avoids an issue where a broker would discover itself, causing an unexpected behavior when using
core bridges to forward messages:
   * Make channel manager a singleton ensuring that only one channel with a given name exists
   * Ensure that messages are marked with NON_LOOPBACK to avoid receiving messages originating from
     itself
2016-08-24 17:06:55 -04:00
jbertram 6e8832b6cb This closes #730 2016-08-24 10:31:11 -05:00
Clebert Suconic 92c5d5cd50 ARTEMIS-684 Random is not equaly distributed among different VMs 2016-08-23 19:36:54 -04:00
bayern39 2bff3d2b9b fixing typos 2016-08-23 17:14:25 -04:00
Clebert Suconic e130d32ef6 This closes #729 2016-08-23 17:13:37 -04:00
jbertram 457ae3defa ARTEMIS-695 fix URI syntax in doc 2016-08-23 13:03:20 -05:00
Clebert Suconic d0767f7d48 This closes #728 2016-08-23 13:27:33 -04:00
jbertram d7ee712e55 ARTEMIS-690 fix link in JMS doc 2016-08-23 13:27:32 -04:00
Clebert Suconic 64a1fcdb2d This closes #727 2016-08-23 13:26:49 -04:00
jbertram 3fd9fbe2d0 ARTEMIS-686 shutdown external components 2016-08-19 14:00:17 -05:00
jbertram d03f6c8671 This closes #723 2016-08-16 15:35:29 -05:00
Clebert Suconic d3dc908531 common release issues 2016-08-16 16:25:22 -04:00