Commit Graph

1251 Commits

Author SHA1 Message Date
jbertram cbebbc43fd Fix ReplicatedLargeMessageWithDelayFailoverTest 2015-08-14 16:20:06 -05:00
Clebert Suconic 3dd9ce6b0c This closes #129 openwire perf tests 2015-08-14 15:39:45 -04:00
Clebert Suconic 27b98a2514 performance tests on openwire 2015-08-14 15:39:27 -04:00
Clebert Suconic d3602200ae This closes #128 Proton 0.10 2015-08-14 12:10:55 -04:00
Clebert Suconic 64981f9001 Update proton to 0.10 2015-08-14 11:42:29 -04:00
Clebert Suconic 030f2fc59a Revert "ARTEMIS-187 hold lock between live server and tools"
This reverts commit f0f4f1684d.

Sorry about this.. I will rework this and send a commit again
2015-08-14 01:02:39 -04:00
Clebert Suconic 154e9d610d fixing tests 2015-08-14 00:44:39 -04:00
Clebert Suconic 1d407c2c3e This closes #127 lock between data tools and running servers 2015-08-14 00:16:00 -04:00
Clebert Suconic f0f4f1684d ARTEMIS-187 hold lock between live server and tools
This should avoid users damaging data while the server is running (by for instance running compact while the server is running)

https://issues.apache.org/jira/browse/ARTEMIS-187
2015-08-13 23:57:49 -04:00
Clebert Suconic 6c6568b769 This closes #126 openwire fixes 2015-08-13 20:42:00 -04:00
Clebert Suconic 1dae99746b ARTEMIS-204 Improvements on OpenWire
https://issues.apache.org/jira/browse/ARTEMIS-204

by consequence this will also fix any possible issues with AMQP
2015-08-13 20:39:01 -04:00
Clebert Suconic a4498d46d1 fixing release profile on examples 2015-08-13 20:28:24 -04:00
Clebert Suconic 6b17d966ce renaming broker-features -> features on examples 2015-08-13 00:11:56 -04:00
Clebert Suconic 800cc461ca forcing libaio option 2015-08-12 15:31:09 -04:00
Clebert Suconic f369142e28 removing tabs from native 2015-08-12 13:04:49 -04:00
Clebert Suconic a0cca44107 adding new OpenWire examples 2015-08-12 13:04:33 -04:00
Clebert Suconic 1f0ea1ce21 This closes #125 doc change 2015-08-12 11:42:11 -04:00
Martyn Taylor ff9da5c3e8 Add MQTT Section to protocols chapter 2015-08-12 11:42:11 -04:00
Clebert Suconic e234d49823 This closes #124 small fix 2015-08-12 11:41:49 -04:00
jbertram 231079b8be Fix apostrophes in logging statements 2015-08-12 10:25:14 -05:00
Clebert Suconic db745cc835 This closes #123 documentation chapter 2015-08-12 11:22:04 -04:00
Martyn Taylor 1a704d7a6f Updated Protocol Interoperability section of user man 2015-08-12 11:22:03 -04:00
Clebert Suconic 21b068a7a9 This closes #122 openwire fix 2015-08-12 11:21:37 -04:00
Howard Gao 53d5f93e4a Openwire test fix:
Added missing resource file
  Added accessor methods to let the test pass
2015-08-12 21:22:57 +08:00
Clebert Suconic 0ad57c7ab8 This closes #121 mqtt deps 2015-08-12 09:17:06 -04:00
Martyn Taylor 90940091d3 Downgrade Paho SNAPSHOT dep to latest release 2015-08-12 11:59:12 +01:00
Clebert Suconic 302c06d4e1 This closes #120 examples improvements 2015-08-11 23:46:05 -04:00
Clebert Suconic 21bf440636 This commit has improvements on the examples including:
https://issues.apache.org/jira/browse/ARTEMIS-113 Better organize examples
https://issues.apache.org/jira/browse/ARTEMIS-114 Some openwire examples
2015-08-11 23:44:43 -04:00
Martyn Taylor f48fc9bf76 Added Basic MQTT Pub Sub example 2015-08-11 21:55:18 -04:00
Clebert Suconic d68fd6099b update apache pom 2015-08-11 21:55:18 -04:00
Clebert Suconic e8ff581496 This closes #119 test fix 2015-08-11 21:51:36 -04:00
jbertram 4fa701eaff Fix HAClientTopologyWithDiscoveryTest 2015-08-11 15:23:06 -05:00
Clebert Suconic da74f2ac50 This closes #118 test fix 2015-08-11 15:50:14 -04:00
jbertram f6061d0d53 Fix ReplicatedMultipleServerFailoverExtraBackupsTest 2015-08-11 14:06:58 -05:00
Clebert Suconic 53fe8ec9f7 This closes #116 openwire fixes 2015-08-11 11:23:08 -04:00
Howard Gao bb1e03c079 Openwire test fix:
Fixed issues with TcpTransportBrokerTest
  removed one irrelevant test
  Not all tests in it are passing however that'll
  fix 125 of total 128 tests.
2015-08-11 11:23:08 -04:00
Clebert Suconic 126be4ce24 This closes #117 ARTEMIS-179 on reconnection issues
Each commit part of this merge was left here distinct so there would be a record of why each specific change was made since they had potentially far-reaching consequences.
2015-08-11 11:21:56 -04:00
jbertram 38188cdf2e ARTEMIS-179 fix BindingsClusterTest 2015-08-10 16:19:01 -05:00
jbertram 3bb88c60ca ARTEMIS-179 fix scale-down 2015-08-10 10:23:30 -05:00
jbertram 682cad63f3 ARTEMIS-179 Do not reconnect bridge on DISCONNECT
Note: this breaks scale-down because the bindings are removed.
2015-08-10 10:22:21 -05:00
jbertram f3be78a096 ARTEMIS-179 Expose disconnect/reconnect problem
Currently a cluster bridge will continue to attempt to reconnect to
a node that sends it a DISCONNECT until its reconnect-attempts is
exhausted. A DISCONNECT message indicates that the node is not coming
back so no reconnect attempt should be made and the bridge should be
stopped, the bindings should be cleaned up, etc.

The change to this test exposes this problem.
2015-08-10 10:20:01 -05:00
Clebert Suconic 69bacc8393 This closes #115 checkstyle changes 2015-08-10 11:11:52 -04:00
Clebert Suconic 5ac2c2444b manual checkstyle changes 2015-08-10 10:08:23 -04:00
Clebert Suconic bac96047f5 automatic checkstyle change
this is just calling Idea format on all the files using the new style
I am separating manual changes from automatic changes in case I have to repeat the manual changes again
2015-08-10 09:26:42 -04:00
Clebert Suconic 455962a2aa idea style update 2015-08-10 09:20:56 -04:00
Clebert Suconic 7fb5d921e3 Changing checkstyle configuration to the new style 2015-08-10 09:16:53 -04:00
Clebert Suconic feac2ad415 This closes #114 openwire test fixes 2015-08-10 09:14:44 -04:00
Howard Gao 125bfd34e7 Fix openwire IsStillMarshallsTheSameTest
Added missing resource files.
2015-08-10 09:14:44 -04:00
Howard Gao 85989fb509 Fix openwire test: ExpiryHogTest
Removed code irrelevant to Artemis broker
2015-08-10 09:14:44 -04:00
Clebert Suconic 2cc4d399b2 This closes #112 openwire fix 2015-08-10 09:12:27 -04:00