Commit Graph

2770 Commits

Author SHA1 Message Date
barreiro 4b47461f03 ARTEMIS-822 Add executor service to JournalImpl for append operations and remove synchronization
https://issues.apache.org/jira/browse/ARTEMIS-822
2016-10-28 16:54:59 -04:00
Clebert Suconic bfb9bedb2d ARTEMIS-828 Queue browsing can be out of sync while paging
https://issues.apache.org/jira/browse/ARTEMIS-828
2016-10-28 16:54:58 -04:00
Clebert Suconic e0021252ee ARTEMIS-829 Removing messages re-encoding
https://issues.apache.org/jira/browse/ARTEMIS-829
2016-10-28 16:54:58 -04:00
Bennet Schulz 4b5cbb86aa ARTEMIS-830 Remove cyclic dependencies
Removes cyclic dependencies between classes and packages in the artemis-jdbc-store projetct by moving classes and methods to other locations and reducing the visibility of classes, fields and methods. Solving cyclic dependencies is important to keep the codebase maintainable. Scenarios where "everything uses everything" should be avoided.
2016-10-28 16:32:04 -04:00
Clebert Suconic e49eda9664 NO-JIRA fixing byteman (extra tests)
Two issues encountered here:

i - ClosingConnectionTest was intermittently breaking other tests, in particular it was breaking PagingLeakTest for no apparent reason
  . apparently it was a dead lock from removeAddress on the ServerController

ii - it still showing issues after removing the not needed synchronziation. Since the test is not really needed I am just removing the offending test.
2016-10-28 16:32:04 -04:00
Clebert Suconic 51fa840617 This closes #870 2016-10-28 16:31:41 -04:00
Clebert Suconic ebc2bbc672 NO-JIRA removing OIO references, since Netty is only NIO now 2016-10-28 16:31:41 -04:00
Clebert Suconic d505f5cc39 This closes #871 2016-10-28 16:30:18 -04:00
Ravi Soni b4924ce73b ARTEMIS-831 avoid shutting down the server after interrupted threads on
divert (copy and rename)

probably introduced at ARTEMIS-322
2016-10-28 16:28:57 -04:00
Clebert Suconic 10187d0036 This closes #874 2016-10-28 14:24:46 -04:00
Benjamin Graf 20183f94a4 NO-JIRA: Fix checkstyle false friend 2016-10-28 19:09:41 +02:00
Clebert Suconic 9e7fe6b011 This closes #867 2016-10-26 13:21:13 -04:00
Ulf Lilleengen 1b7033a20e ARTEMIS-824: Add management routines for connector services 2016-10-26 10:11:11 +02:00
Clebert Suconic 2dfd14421f This closes #865 2016-10-25 14:15:28 -04:00
Francesco Nigro 490bd31c4b ARTEMIS-820 AMQP: Add frame inspection capability to the test client. 2016-10-25 14:15:28 -04:00
Clebert Suconic 1ac69fd173 This closes #860 2016-10-25 12:01:06 -04:00
Andy Taylor 1a4a148ba9 ARTEMIS-817 and ARTEMIS-818 openwire fixes
https://issues.apache.org/jira/browse/ARTEMIS-817
https://issues.apache.org/jira/browse/ARTEMIS-818

issues around Openwire protocol, sending a null stream maessage via openwire causes a null pointer and if a topic is auto created with openwire then it cant be destroyed as it checks for the management queue.
2016-10-25 12:00:37 -04:00
John D. Ament ad8919dc42
This closes #864 2016-10-24 19:37:57 -04:00
Christopher L. Shannon (cshannon) 639656a94d
https://issues.apache.org/jira/browse/ARTEMIS-819
Increasing the minimum required version of Java to Java 8
2016-10-24 19:37:57 -04:00
Clebert Suconic f9d73c58eb ARTEMIS-756 Adding cdi into run-examples.sh 2016-10-24 16:14:24 -04:00
jbertram bcc90d3f3c This closes #861 2016-10-24 14:01:09 -05:00
Clebert Suconic b23207c019 ARTEMIS-756 Moving Client CDI as a main module 2016-10-24 12:12:18 -04:00
Clebert Suconic 35759725fe fixing checkstyle 2016-10-24 12:07:43 -04:00
Clebert Suconic b1ea572f8e ARTEMIS-735 Fixing code after Rest refactoring 2016-10-24 12:07:43 -04:00
Clebert Suconic b7102a98ab This closes #780 2016-10-24 11:12:26 -04:00
Bennet Schulz 0cd84d96ba ARTEMIS-735 Refactoring of JUnit Tests in artemis-rest 2016-10-24 11:10:41 -04:00
Clebert Suconic af676d2081 This closes #857 2016-10-24 11:00:29 -04:00
Clebert Suconic 1eb3c70aca ARTEMIS-756 removing broker.xml from examples as it can use the standard one from the cli create 2016-10-24 10:47:02 -04:00
Clebert Suconic e71f3d8a34 ARTEMIS-756 disabling finalize check over CDI Connection Factories 2016-10-24 10:37:27 -04:00
John D. Ament 2ee742bd75 ARTEMIS-756 Introduced an example for CDI integration, added a README to explain how it works. 2016-10-24 10:37:27 -04:00
Clebert Suconic 0f69bbdf03 This closes #855 2016-10-24 09:42:22 -04:00
Clebert Suconic 2d1bdcd5bd ARTEMIS-814: Moving classes around and adding docs 2016-10-24 09:42:22 -04:00
Ulf Lilleengen e65fd5d674 ARTEMIS-814: Add support for outgoing AMQP connections 2016-10-24 09:42:22 -04:00
Ulf Lilleengen 6e5b917cc5 ARTEMIS-814: Fix a bug where context could be null in case a connection was closed before the flow arrived 2016-10-24 09:42:22 -04:00
Ulf Lilleengen b2a5fe19d3 ARTEMIS-814: Notify connection listener of connection created 2016-10-24 09:42:22 -04:00
Clebert Suconic 224770168b This closes #736
This was already applied on master by a different commit.

This closes #737
This is adding a class at a wrong package. We asked changes that were never made, so this is rejecting it.
2016-10-24 09:40:09 -04:00
Clebert Suconic 5315acb8fb This closes #859 2016-10-24 08:49:08 -04:00
Paul Gallagher e4d58ce596 Upgrade Jolokia version 2016-10-24 12:28:49 +01:00
Clebert Suconic e5df63c241 This closes #858 2016-10-22 10:41:21 -04:00
bayern39 e95e4f775b ARTEMIS-816 Log warning during boot if no dead letter/expire address is configured 2016-10-22 11:30:55 +08:00
jbertram 8d4f507cb8 This closes #856 2016-10-21 19:58:16 -05:00
Clebert Suconic a074f9f1a5 ARTEMIS-753 Queue Pause and Resumed persisted 2016-10-21 20:26:23 -04:00
Clebert Suconic 0f9efa9223 This closes #853 2016-10-21 09:33:52 -04:00
Howard Gao 9c16ba26be ARTEMIS-812 The countDelta attribute showing negative values 2016-10-21 17:13:41 +08:00
Clebert Suconic e44c99d884 ARTEMIS-809 Removing Large message body from toString() 2016-10-20 11:19:13 -04:00
Clebert Suconic 596f355b20 This closes #839 2016-10-19 16:52:43 -04:00
Clebert Suconic 128a505891 ARTEMIS-793 Improvements to OSGi Integration 2016-10-19 16:51:03 -04:00
Benjamin Graf 2020dcd290 ARTEMIS-793 Improvement to OSGi integration 2016-10-19 22:03:00 +02:00
Clebert Suconic c65e8d4bfb This closes #850 2016-10-19 15:37:28 -04:00
bayern39 b08b91a32f ARTEMIS-802 Broker does not throw exception on divert with no name 2016-10-19 15:37:02 -04:00