Commit Graph

2051 Commits

Author SHA1 Message Date
jbertram c4f49417f3 This closes #378 2016-02-08 10:42:38 -06:00
Paul Gallagher 90c54b274e Make the openwire examples use the activemq5 version from the top level pom 2016-02-08 10:42:38 -06:00
jbertram 650fb58fda This closes #377 2016-02-08 10:40:50 -06:00
Erich Duda efffe9c263 ARTEMIS-365 - [Artemis Testsuite] AddressControlTest#testGetNumberOfPages fails 2016-02-08 10:40:50 -06:00
jbertram b6ca733c85 This closes #374 2016-02-08 10:34:16 -06:00
Clebert Suconic e9ce4ce40b ARTEMIS-392 Fixing Allocator after socket upgrade
https://issues.apache.org/jira/browse/ARTEMIS-392
2016-02-08 10:34:16 -06:00
Clebert Suconic 8d275de12d This closes #380 2016-02-08 11:23:38 -05:00
Martyn Taylor 32a9d60a3d Allow users to configure jdbc driver class name
This patch allows users to configure the Driver class that the JDBC
store and journal uses and removes Derby as a default.
2016-02-08 11:23:38 -05:00
Clebert Suconic 17f5c9a5c6 This closes #376 2016-02-08 10:13:14 -05:00
Dmitrii Tikhomirov 2953e46aec ARTEMIS-393 Server logs message with queue deploy even when topic is being deployed. 2016-02-08 10:12:56 -05:00
Clebert Suconic 747bf9e574 This closes #373 grammar fix 2016-02-05 14:01:19 -05:00
jbertram 8dcea17f11 ARTEMIS-387 grammar fix 2016-02-05 12:13:11 -06:00
Clebert Suconic f0b8f1e356 ARTEMIS-385 small fix 2016-02-04 15:59:50 -05:00
Clebert Suconic de4e2cfe3a This closes #372 ARTEMIS-376 NPE on Failback 2016-02-04 15:53:07 -05:00
jbertram 5a483f922a ARTEMIS-376 NPE during fail-back 2016-02-04 14:20:02 -06:00
Andy Taylor 33b1f7275c This closes #371 Removing unecessary concurrent collection. Replacing by regular one 2016-02-04 18:31:31 +00:00
Clebert Suconic df4469092b Removing unecessary concurrent collection. Replacing by regular one 2016-02-04 18:31:31 +00:00
Andy Taylor 623b1b9143 This closes #370 Jdbc improvements 2016-02-04 16:41:38 +00:00
Martyn Taylor 0533a5f5fe Use SeqId in JDBC Records vs timestamp 2016-02-04 16:24:47 +00:00
Martyn Taylor af89b93004 Code style fixes in JDBC Journal 2016-02-04 16:24:47 +00:00
Martyn Taylor 0e4a164b39 Support sync=true in JDBCJournal append record 2016-02-04 16:24:47 +00:00
Martyn Taylor 5eecd87106 Do not delete empty tx before commit/rollback 2016-02-04 16:24:47 +00:00
jbertram d499e4d8cb This closes #369 2016-02-04 09:46:13 -06:00
Clebert Suconic 26945a4716 ARTEMIS-385 On a possible race the Topology final notification may get lost when using many connection factories
https://issues.apache.org/jira/browse/ARTEMIS-385

This fix will make sure we only wait for the topologies that are arriving from the current connection over the createFactory method
2016-02-04 09:35:08 -05:00
Clebert Suconic 0a866471a3 typo fix on doc 2016-02-02 10:23:58 -05:00
Clebert Suconic e56b3194e8 Fixing small typo on doc 2016-02-02 10:21:22 -05:00
jbertram 6e6570c45d This closes #367 2016-02-02 08:58:21 -06:00
Clebert Suconic c982b1fa40 avoiding NPE on PingRunnable 2016-02-02 08:58:21 -06:00
jbertram 64faaada98 This closes #361 2016-02-02 08:56:47 -06:00
Clebert Suconic f4481cbdb6 Improving the merging process doc, based on rebasing 2016-02-02 08:56:47 -06:00
Clebert Suconic c9dd9b291c This closes #368 2016-02-02 09:47:52 -05:00
Erich Duda 5f1daf485c ARTEMIS-381 - [Artemis Testsuite] LargeMessageOverBridgeTest.testSendBytesAsLargeOnBridgeOnly fails 2016-02-02 15:13:48 +01:00
Clebert Suconic f7148acf52 This closes #362 2016-02-01 13:32:47 -05:00
jbertram 1eb631e2b8 ARTEMIS-374 support schedule messages on LVQ 2016-02-01 11:58:56 -06:00
Clebert Suconic cd04b49f89 This closes #364 2016-02-01 10:11:35 -05:00
Martyn Taylor fcd981027a Fix Delete TX on JDBCJournalImpl
The JDBC in memory Tx representation was using the Tx ID instead of the
Record ID which was causing deletes to fail.  Also the Store line up
should be set to true as default.
2016-02-01 10:11:35 -05:00
Clebert Suconic bff6f124d3 This closes #366 2016-02-01 10:08:16 -05:00
Erich Duda 3d6531e570 ARTEMIS-379 - [Artemis Testsuite] BackupSyncLargeMessageTest.testReserveFileIdValuesOnBackup fails 2016-02-01 10:08:15 -05:00
Clebert Suconic ced803eda4 This closes #363 2016-02-01 10:06:13 -05:00
Erich Duda 0db2d3f097 ARTEMIS-377 - [Artemis Testsuite] NettySecurityClientTest#testProducerConsumerClientWithSecurityManager fails 2016-02-01 10:06:12 -05:00
Clebert Suconic 7ca42ef352 merge #365 2016-02-01 09:56:06 -05:00
Andy Taylor ecfa1fecc2 ARTEMIS-378 - expose some Network info via the management interfaces
https://issues.apache.org/jira/browse/ARTEMIS-378
2016-02-01 12:11:28 +00:00
Clebert Suconic 37845ebe3e This closes #360 2016-01-29 09:30:45 -05:00
Erich Duda 062a675a53 ARTEMIS-369 - [Artemis Testsuite] BridgeFailoverTest#testFailoverOnBridgeNoRetryOnSameNode fails 2016-01-29 09:30:45 -05:00
Clebert Suconic 0d6e6a35f5 This closes #359 2016-01-29 09:30:11 -05:00
Erich Duda 3663f4c01e ARTEMIS-368 - [Artemis Testsuite] TemporaryQueueTest#testBlockingWithTemporaryQueue fails 2016-01-29 09:57:49 +01:00
Clebert Suconic f149e76b3f Improving bodyBuffer encode / decode 2016-01-27 21:57:00 -05:00
Clebert Suconic a5aa44670d Improvements on JDBC Test 2016-01-27 21:56:59 -05:00
Clebert Suconic 7673c31083 This closes #357 2016-01-27 17:12:56 -05:00
Clebert Suconic e62a820414 Fixing ServerMessage's copy and MQTT delivery 2016-01-27 17:12:56 -05:00