Commit Graph

7489 Commits

Author SHA1 Message Date
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
Dejan Bosanac 6bf168d524 upgrade to hawtio 1.2-M23 2013-10-10 10:54:47 +02:00
Hiram Chirino d609d2ae38 Make sure the leveldb append log file is flushed to disk before it's closed to avoid data loss. 2013-10-09 11:49:11 -04:00
Timothy Bish 7319697da5 https://issues.apache.org/jira/browse/AMQ-4753
Adds more NIO+SSL test via Joram test runs.
2013-10-09 11:21:28 -04:00
Hiram Chirino 5e63ddd337 Fixing bug which caused replicated leveldb nodes to not recover from a ZooKeeper failure. 2013-10-09 10:56:34 -04:00
Claus Ibsen 9ee65d3218 Upgrade to hawtio 1.2M22 2013-10-09 15:52:31 +02:00
Hiram Chirino 550393f702 Make sure the hawtjni package is marked optional. 2013-10-09 09:15:48 -04:00
Hiram Chirino 119fdab1d0 Fixes leveldb replication bug that can cause read errors: make sure that log is flushed for records that are being read. 2013-10-09 09:15:48 -04:00
Dejan Bosanac b1bf99425b remove unused packaging poms 2013-10-09 12:11:19 +02:00
Dejan Bosanac 981c8e247f use proper hawtio config for all shell scripts 2013-10-09 10:22:07 +02:00
Timothy Bish 0f9a347996 https://issues.apache.org/jira/browse/AMQ-4753
Quick fix for getting past protocol discrimination and passing on proper
Buffers of data to the protocol converter.
2013-10-08 17:53:51 -04:00
gtully dc0291b290 https://issues.apache.org/jira/browse/AMQ-4791 - fix and test. removed the delay but left the warn if dispatch ocurrs before interruption processing is complete. Problem was a race between consumer close and sessions copy on write dispatchers list 2013-10-08 21:29:17 +01:00
Hiram Chirino 3a0a9aae05 Include the partition module in the assembly. 2013-10-08 13:27:32 -04:00
Hiram Chirino 10391092a3 Make sure we keep the resource files embedded in the bundle. 2013-10-08 13:07:07 -04:00
Hiram Chirino d94c7da16b Make snappy lib an optional osgi dependency. 2013-10-08 12:57:53 -04:00
Hiram Chirino 26092f5a82 Tweaking the activemq osgi jar so that it does not re-bundle the leveldbjni lib since the pure java version works fine. 2013-10-08 11:33:29 -04:00
Hiram Chirino 25f70ad483 Implementing AMQ-4788 - Adding tests for the ZooKeeper variant of the partition broker plugin. 2013-10-08 11:09:39 -04:00
Claus Ibsen ef64b057a6 Polished instructions in webconsole readme 2013-10-08 15:19:30 +02:00
gtully 77a9ade207 https://issues.apache.org/jira/browse/AMQ-4682 - add support for mb/kb limit suffix and add karaf itest, fix up spring context in pid factory 2013-10-07 19:59:36 +01:00
Hiram Chirino 21edf2b5bb Implementing AMQ-4788 - make sure you can configure the partition broker plugin via activemq.xml 2013-10-07 13:19:42 -04:00
Hiram Chirino f88f2803ac Implementing AMQ-4788 - Lets give preference to consumers vs producers. 2013-10-07 12:41:16 -04:00
Dejan Bosanac 1981adf429 https://issues.apache.org/jira/browse/AMQ-4594 - turning off debug for jaas module 2013-10-07 17:54:36 +02:00
Dejan Bosanac ce9be7b11a https://issues.apache.org/jira/browse/AMQ-4594 - removing hawtio from basic auth and using it's own mechanism 2013-10-07 16:29:12 +02:00
Hiram Chirino 7c63788e1a Implementing AMQ-4788 - Add support for allowing the broker to partition client client load across a broker cluster using a partitioning config 2013-10-07 10:20:00 -04:00
Claus Ibsen 0da02fca9d Added details how to disable login in web consoles. 2013-10-07 12:50:00 +02:00
Claus Ibsen 75c659f122 AMQ-4787: The welcome page of the web console should not be constrained. 2013-10-05 15:52:05 +02:00
Claus Ibsen abaaf25d30 AMQ-4747: Fixed insight-log4j using a patched JAR so we can include it in the standalone distro. 2013-10-05 14:52:43 +02:00
Claus Ibsen 66e101b1da Moved some jars from lib/web to lib as they are more broker dependent. 2013-10-05 11:12:35 +02:00