Commit Graph

2613 Commits

Author SHA1 Message Date
Francesco Nigro b4225832e0 ARTEMIS-759 Improve exception message on queue configuration builder 2016-09-28 13:45:17 +02:00
Clebert Suconic bd5786e8bc This closes #805 2016-09-27 17:49:26 -04:00
jbertram e53998bf3b ARTEMIS-755 Fix divert MBean warning 2016-09-27 10:38:43 -05:00
Clebert Suconic f5456e760a ARTEMIS-737 fixing test 2016-09-27 09:57:52 -04:00
Martyn Taylor 0ac9dbd573 This closes #794 2016-09-27 14:54:13 +01:00
Clebert Suconic a838bf0479 ARTEMIS-751 Simplification of the AMQP implementation
Since we don't need client implementations any longer, given the maturity level of
qpid jms, these classes can go, as a result a lot of the interfaces can be removed.

As part of this I am removing proton-plug, and reorganizing the packages in a way I think it
makes more sense and easier to other developers to understand and maintain it.

https://issues.apache.org/jira/browse/ARTEMIS-751
2016-09-27 09:29:40 -04:00
Clebert Suconic 4e349693f4 Fixing build on extra-tests 2016-09-27 09:21:25 -04:00
Clebert Suconic e09a5acbdc This closes #804 2016-09-27 09:15:04 -04:00
Ville Skyttä 447d7840aa Add missing @Overrides 2016-09-27 14:36:54 +03:00
Ville Skyttä 78d8ddffbe Flag missing @Override as error in Error Prone 2016-09-27 14:36:00 +03:00
Ville Skyttä 1a4fe92802 Fix WaitNotInLoop issues flagged by new Error Prone 2016-09-27 14:28:29 +03:00
Ville Skyttä 75b52169f8 Update javac-errorprone to 2.8 and error_prone_core to 2.0.9 2016-09-27 13:49:21 +03:00
Clebert Suconic 59489b4de0 ARTEMIS-737 fixing test 2016-09-26 18:51:59 -04:00
Clebert Suconic 37411547cf This closes #802 2016-09-26 18:37:36 -04:00
jbertram 6faaf0445d ARTEMIS-752 fix OSGi protocol parsing 2016-09-26 18:37:36 -04:00
Clebert Suconic 1548a4e217 NO-JIRA Removing Thread usage for Pings on Stomp 2016-09-26 18:32:25 -04:00
Clebert Suconic d09aba4cbe This closes #801 2016-09-26 18:01:30 -04:00
jbertram 2dcf8de0de ARTEMIS-741 fix subscription queue leak on STOMP 2016-09-26 18:01:30 -04:00
Clebert Suconic c86e41d4fa This closes #789 2016-09-26 17:58:30 -04:00
Clebert Suconic 03b3b9fa80 ARTEMIS-737 Improving Tests by checking thread leaks and Waiting condition, also adding docs 2016-09-26 17:58:05 -04:00
Quinn Stevenson 32b7c039d8 ARTEMIS-737 - added class javadoc to rules 2016-09-26 17:57:52 -04:00
Quinn Stevenson db095926ed ARTEMIS-737 - added JUnit rules for Artemis servers and clients 2016-09-26 17:57:52 -04:00
Clebert Suconic 27ed7ec659 This closes #795 2016-09-26 13:38:08 -04:00
Ville Skyttä f2c2ed32da Fix closing quorums on QuorumManager.stop 2016-09-26 13:38:08 -04:00
Clebert Suconic 147bc33d42 This closes #796 2016-09-26 13:35:30 -04:00
Ville Skyttä 056920e6ab Don't generate unnecessary ID's on divert 2016-09-26 13:35:30 -04:00
Clebert Suconic 061ca9ce50 This closes #797 2016-09-26 13:33:23 -04:00
Ville Skyttä b69af66f47 Expose disk-scan-period, max-disk-usage, and global-max-size in server control 2016-09-26 13:33:23 -04:00
Clebert Suconic 70199f3a1d This closes #799 2016-09-26 13:28:41 -04:00
Ville Skyttä bd5103c48e ARTEMIS-754 Fix JsonUtil.addTo*() null add 2016-09-26 13:28:16 -04:00
Clebert Suconic 5f6aee1184 This closes #798 2016-09-26 13:22:57 -04:00
Ville Skyttä 494c85d624 Java 1.7 build fix 2016-09-25 21:13:55 +03:00
Ville Skyttä 775862ee72 Add missing @Override 2016-09-25 21:13:08 +03:00
Clebert Suconic 67ce44fc0d This closes #791 2016-09-23 12:15:13 -04:00
jbertram ea552a1f88 ARTEMIS-747 multiple CDATA events on import fails 2016-09-23 12:15:13 -04:00
jbertram 42c7080941 This closes #793 2016-09-23 10:42:30 -05:00
Clebert Suconic b98c24e749 NO-JIRA: using scheduled component on message counters 2016-09-23 09:09:37 -04:00
Clebert Suconic d64903fcc5 This closes #790 2016-09-23 09:06:09 -04:00
Ville Skyttä e98da5f288 Make bunch of private fields final 2016-09-23 09:06:08 -04:00
Clebert Suconic 590578b3e4 This closes #792 2016-09-23 09:04:27 -04:00
Andy Taylor 4c1d9e2c0f ARTEMIS-742 = test fixes
https://issues.apache.org/jira/browse/ARTEMIS-742
2016-09-23 08:18:03 +01:00
Martyn Taylor 42fa3931ec This closes #787 2016-09-22 15:45:14 +01:00
Francesco Nigro c002cf13b8 ARTEMIS-743 Created QueueConfig that replace and enable additional behaviours on QueueFactory.
Added Filter predicate.
2016-09-22 15:45:14 +01:00
jbertram e790c78583 This closes #782 2016-09-21 19:21:04 -05:00
Clebert Suconic 113c0c9360 ARTEMIS-738 Improving TX support on AMQP
https://issues.apache.org/jira/browse/ARTEMIS-738
2016-09-21 18:14:38 -04:00
Clebert Suconic 5ea53c48e8 This closes #784 2016-09-21 17:09:38 -04:00
Clebert Suconic 911ec30be1 ARTEMIS-740 Test on redeployment divert 2016-09-21 17:07:02 -04:00
Ville Skyttä 589adbccac ARTEMIS-740 Auto-reload diverts from broker.xml 2016-09-21 17:00:21 -04:00
Clebert Suconic df0d5d71e7 This closes #783 2016-09-21 16:56:40 -04:00
Ville Skyttä 53b84624f3 Rename misleading divertBindingNotExists to divertBindingAlreadyExists 2016-09-21 16:56:39 -04:00