Commit Graph

7466 Commits

Author SHA1 Message Date
Hiram Chirino ef45a5f8ff Avoid NullPointerExceptions that can occur during leveldb replication M/S state transitions. 2013-10-15 12:43:00 -04:00
Hiram Chirino ee65ca4ee5 Fixes AMQ-4806: './bin/activemq console' should 'exec' java so that way scripts calling it can get the pid for the broker's java process. 2013-10-15 10:54:58 -04:00
gtully 864aa6798f [maven-release-plugin] prepare for next development iteration 2013-10-14 23:38:35 +01:00
gtully 87c9bbebac [maven-release-plugin] prepare release activemq-5.9.0 2013-10-14 23:38:22 +01:00
gtully 9815b9dc75 https://issues.apache.org/jira/browse/AMQ-4798 - reflect new 1g default so set expected value in test 2013-10-14 20:45:21 +01:00
gtully ff3bad1ae9 https://issues.apache.org/jira/browse/AMQ-4798 - reflect new 1g default so set expected value in test 2013-10-14 17:04:58 +01:00
gtully 031611ed22 https://issues.apache.org/jira/browse/AMQ-4798 - reflect new 1g default so set expected value in test 2013-10-14 16:55:42 +01:00
gtully afcb5fbe77 https://issues.apache.org/jira/browse/AMQ-4798 - reflect new 1g default 2013-10-14 16:46:02 +01:00
Hiram Chirino d44c8968c4 Expose a JMX attribute to show when the last leveldb replication log entry was recorded.
This can be used to get a time estimate of far behind a master a slave is.
2013-10-14 08:45:54 -04:00
Claus Ibsen 6d15c348ba AMQ-4801: Fixed chat example to not log ERROR on initial connection. 2013-10-14 12:17:35 +02:00
Claus Ibsen 98803a5949 AMQ-4803: Updated instructions in examples how to start, as the files has been moved. 2013-10-14 11:36:21 +02:00
Claus Ibsen d02f696dd0 Updated (c) to 2013 2013-10-14 09:40:41 +02:00
Hiram Chirino b7921117cf Upgrade to the latest hawtdispatch, mqtt-client, and stompjms releases. 2013-10-11 14:41:40 -04:00
Claus Ibsen bc2bc86a1d AMQ-4799: ws/wss connectors should also log uri when starting like the others do. 2013-10-11 16:34:29 +02:00
Hiram Chirino 5b5133c28b Fixing up the user-guid.html that is part of the distro to reflect changed paths. Moving the camel.xml to the examples conf dir. 2013-10-11 10:01:28 -04:00
gtully ee0933c71e [maven-release-plugin] prepare for next development iteration 2013-10-11 14:51:36 +01:00
gtully b276006911 [maven-release-plugin] prepare release activemq-5.9.0 2013-10-11 14:51:24 +01:00
Hiram Chirino 52f418d6c9 Switch bat to the latest version of zookeeper, we can fix it's OSGi metadata using a wrap URL handler. 2013-10-11 09:38:31 -04:00
Hiram Chirino 74234ed797 Embed the linkedin packages in the osgi-bundle and rollback to previous zookeeper version since newer version suffers from the following regression: https://issues.apache.org/jira/browse/ZOOKEEPER-1334 2013-10-11 09:16:28 -04:00
gtully 839b154cd2 https://issues.apache.org/jira/browse/AMQ-4798 - limits are still high but there is no loss in percision so that chidren now match parent and there is no info message 2013-10-11 13:56:44 +01:00
Dejan Bosanac a33951d2eb MessageGroupMapTest fix 2013-10-11 13:19:55 +02:00
rajdavies db2121bfce add configuration of cache size 2013-10-11 11:15:35 +01:00
rajdavies 7f17f49d73 Added test for MessageGroup types with options 2013-10-11 11:07:51 +01:00
rajdavies cd4b229f22 support options on MessageGroupMap types 2013-10-11 11:07:20 +01:00
Claus Ibsen 59af7479b2 Polished the logging 2013-10-11 11:20:22 +02:00
Hiram Chirino 0214bfbfcd Support weighting the leveldb store replication nodes so that some have a better chance of becoming the master than others. 2013-10-10 15:42:02 -04:00
rajdavies 468e697651 Fix for https://issues.apache.org/jira/browse/AMQ-4766 2013-10-10 20:30:01 +01:00
rajdavies e000471cf4 Added test for MessageGroup type 2013-10-10 20:30:01 +01:00
rajdavies ccb119d896 Construct a ConsumerId from a String 2013-10-10 20:30:01 +01:00
Hiram Chirino e90ce1aabb Don't display leveldb replication recovery progress on slave nodes. 2013-10-10 14:52:07 -04:00
Hiram Chirino c643e7f631 Make sure we test the examples/conf broker xml files. 2013-10-10 12:19:06 -04:00
Dejan Bosanac 3345e6ca25 adding proton-j-impl dependency 2013-10-10 17:51:18 +02:00
Hiram Chirino 51cf06be54 Enabled the websocket transport by default and fix up the mqtt websocket demo so you get a random client id by default. 2013-10-10 11:38:08 -04:00
Hiram Chirino 6773b8ff76 Fixing the mqtt java example a bit. 2013-10-10 11:38:07 -04:00
Timothy Bish a912d6d5ce Add in C++ and CSharp examples for Openwire 2013-10-10 11:10:36 -04:00
Hiram Chirino b4dafca869 Renaming to ActiveMQExamples 2013-10-10 10:46:14 -04:00
gtully 95fc0c0608 final rat exclusion 2013-10-10 15:41:54 +01:00
Hiram Chirino 2ecf41d02f Porting apollo examples structure to ActiveMQ 5.9. 2013-10-10 10:40:04 -04:00
Claus Ibsen 0320630066 Use openwire as transport name instead of default 2013-10-10 16:33:37 +02:00
Claus Ibsen 3ae37a9ba3 Align jetty-demo.xml with jetty.xml so we have the new web console included also. 2013-10-10 16:27:43 +02:00
gtully e1b171e013 validate mqtt in karaf - add transport listener to test config 2013-10-10 15:06:52 +01:00
gtully 49b0f74089 some more license tidyup from rat plugin output 2013-10-10 14:36:04 +01:00
gtully 5bdcc19693 simplify default config, remove vmcursor refs and default memory limits to 70% heap. hardcoded default 1g 2013-10-10 13:53:39 +01:00
Claus Ibsen 211f566b54 AMQ-4795: amqp transport doesnt work yet in osgi. 2013-10-10 14:28:20 +02:00
Claus Ibsen 0e5ff6b485 AMQ-4795: Enable amqp transport out of the box in activemq-karaf 2013-10-10 13:59:49 +02:00
Claus Ibsen 8bfd36a1fd Polished 2013-10-10 13:59:49 +02:00
gtully 05bc25cb87 revert addition on forked hornetq javeee examples - some of the nested driver files have the LGPL license 2013-10-10 12:09:47 +01:00
Claus Ibsen 4bfb80680a Upgraded copyright footer to 2013 2013-10-10 12:43:11 +02:00
gtully 4f108cead5 fix up missing license headers - keep mr. rat happy :-) 2013-10-10 11:41:58 +01:00
Dejan Bosanac 901867ec10 fix karaf feature test; allow more time for feature to install 2013-10-10 11:51:40 +02:00