Commit Graph

7489 Commits

Author SHA1 Message Date
Claus Ibsen 7dfb0a2a3c AMQ-4433: Validate socket.xxx transport connector options, to detect invalud/unused options and fail. Thanks to Christoffer Sawicki for the patch. 2013-10-31 12:13:40 +01:00
Hiram Chirino 3ed52ef8a2 Working on a test case for https://issues.apache.org/jira/browse/AMQ-4837 : LevelDB corrupted in AMQ cluster. 2013-10-30 15:44:06 -04:00
Hiram Chirino 17415ceecd Only register the leveldb store MBeans in JMX if jmx is enabled on the broker. 2013-10-30 15:34:29 -04:00
Hiram Chirino 2a59294909 Makes it easier to launch activemq from an IDE in debug mode. 2013-10-30 13:56:22 -04:00
Hiram Chirino f7311567a0 Fixes https://issues.apache.org/jira/browse/AMQ-4840 - Invalid STOMP frame sent on websocket connections with heartbeats. 2013-10-30 13:55:55 -04:00
Hiram Chirino 22dc6d444a https://issues.apache.org/jira/browse/AMQ-4471 - Fixing bug where stomp ws example allows remote JS execution. 2013-10-30 13:19:26 -04:00
Hiram Chirino aaa1a74dfb Add a toString() method to the replicated leveldb store so that it displays a nicer message when the broker starts it up. 2013-10-30 12:22:28 -04:00
gtully 928068dfd4 remove unneeded deps that pull in older amq versions 2013-10-30 16:21:12 +00:00
Claus Ibsen 1dbb06f530 Upgrade hawtio 2013-10-29 08:23:45 +01:00
Claus Ibsen dc290ecb45 AMQ-4829: Fixed activemq:dstat command and also sort the listing A..Z by default. 2013-10-28 17:02:17 +01:00
gtully da45d994ac https://issues.apache.org/jira/browse/AMQ-4821 - refix; we now use any referenced factorybean for default properties 2013-10-24 22:09:16 +01:00
Christian Posta c2eb4863a8 Fix for https://issues.apache.org/jira/browse/AMQ-4823 NetworkConnector not registered in JMX when created from Broker View + unit tests 2013-10-24 10:36:00 -07:00
Timothy Bish ec97d0aad0 fix for: https://issues.apache.org/jira/browse/AMQ-4822 2013-10-24 10:41:05 -04:00
gtully 043a4ad4ff https://issues.apache.org/jira/browse/AMQ-4820 - find elements by ns and local name to deal with namespace prefix. Ensure we trap all errors on plugin start so we don't cause a failed broker start, and trap no broker element with a better error 2013-10-24 13:00:04 +01:00
Timothy Bish 0f09f78f3e fix for: https://issues.apache.org/jira/browse/AMQ-4740 2013-10-23 12:24:48 -04:00
gtully ae1da749b7 remove some javadoc warn 2013-10-23 11:34:47 +01:00
gtully 85bc9ce9d0 modify fix for https://issues.apache.org/jira/browse/AMQ-4181 - apply maxBrowsePageSize, when > 0 it will limit a browser dispatch; related to https://issues.apache.org/jira/browse/AMQ-4487 https://issues.apache.org/jira/browse/AMQ-4372 https://issues.apache.org/jira/browse/AMQ-4595 2013-10-22 15:23:33 +01:00
gtully 092bc61708 avoid jvm fork console popup on osx 2013-10-22 15:23:32 +01:00
Claus Ibsen 598f206a58 AMQ-4819: Fixed spelling. 2013-10-22 15:38:28 +02:00
Timothy Bish c015a98e0a Adds a little test case for Http based discovery 2013-10-18 17:27:13 -04:00
Timothy Bish d4da85f39b apply fix for: https://issues.apache.org/jira/browse/AMQ-4816 2013-10-18 11:46:56 -04:00
Hiram Chirino 1896d27409 Update to the latest leveldbjni release. 2013-10-17 09:30:07 -04:00
gtully f5dd1256e4 https://issues.apache.org/jira/browse/AMQ-3303 - test that validates fix 2013-10-17 14:27:22 +01:00
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