You are viewing a plain text version of this content. The canonical link for it is here.
- git commit: AMQ-4841: Fixed JDBC leased locker to allow being configured in any order in the XML file, being able to use the defined statemnts. Otherwise you would have had to define the locker last in the XML file. Thanks to Pat Fox for the test case. - posted by da...@apache.org on 2013/11/01 12:45:44 UTC, 0 replies.
- git commit: https://issues.apache.org/jira/browse/AMQ-3725 - close delegated file only if not null - posted by de...@apache.org on 2013/11/01 15:37:01 UTC, 0 replies.
- git commit: Upgraded hawtio - posted by da...@apache.org on 2013/11/01 15:41:20 UTC, 0 replies.
- git commit: Fix for: https://issues.apache.org/jira/browse/AMQ-4837 : LevelDB corrupted in AMQ cluster. - posted by ch...@apache.org on 2013/11/01 17:13:38 UTC, 0 replies.
- svn commit: r1538073 - in /activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/test/csharp: DtcBasicTransactionsTest.cs DtcConsumerTransactionsTest.cs DtcProducerTransactionsTest.cs DtcTransactionsTestSupport.cs - posted by jg...@apache.org on 2013/11/01 23:22:34 UTC, 0 replies.
- git commit: AMQ-4668: REST API only accepts non-form content if content type of text/xml - posted by da...@apache.org on 2013/11/02 11:44:01 UTC, 0 replies.
- git commit: AMQ-4685: Improved LDAPLoginModule to support ldap alias when result is absolute. Thanks to Igor Podolskiy for patch. - posted by da...@apache.org on 2013/11/02 14:50:43 UTC, 0 replies.
- git commit: AMQ-4746: Fixed ClassLoadingAwareObjectInputStream to load simple types first, using same logic as in Camel. This helps with AMQ clients in other runtimes such as Applet based or whatnot. - posted by da...@apache.org on 2013/11/02 15:23:33 UTC, 0 replies.
- [1/3] git commit: Polished camel broker component - posted by da...@apache.org on 2013/11/02 19:35:10 UTC, 0 replies.
- [2/3] git commit: Removed not use class, which neither has ever been documentated, or used by end users. Also they can implement their own spring JMS message converter if they want. - posted by da...@apache.org on 2013/11/02 19:35:11 UTC, 0 replies.
- [3/3] git commit: Removed non existing AMQ journal Camel component which was removed a long time ago. - posted by da...@apache.org on 2013/11/02 19:35:12 UTC, 0 replies.
- svn commit: r885226 - in /websites/production/activemq/content: activemq-5100-release.html cache/main.pageCache - posted by bu...@apache.org on 2013/11/02 20:21:37 UTC, 0 replies.
- svn commit: r885231 - in /websites/production/activemq/content: activemq-5100-release.html cache/main.pageCache - posted by bu...@apache.org on 2013/11/02 21:21:43 UTC, 0 replies.
- git commit: AMQ-4325: Fixed ActiveMQ Camel component to support username/password being configured when using ActiveMQ factory method. Also fixes the factory method would eager create plain connection factory, instead of using createConnectionFactory met - posted by da...@apache.org on 2013/11/02 21:31:31 UTC, 0 replies.
- svn commit: r885266 - in /websites/production/activemq/content: activemq-5100-release.html cache/main.pageCache - posted by bu...@apache.org on 2013/11/03 09:21:42 UTC, 0 replies.
- [1/2] git commit: AMQ-3350: Fixed chat web demo which may swallow first message. Thanks to Ken Seiss for the patch. - posted by da...@apache.org on 2013/11/03 09:23:38 UTC, 0 replies.
- [2/2] git commit: AMQ-2536: Default xpath selector using xalan now uses pre compiled expressions which is faster. Also avoids previous issues with swalling exceptions if xalan is not in the classpath. - posted by da...@apache.org on 2013/11/03 09:23:39 UTC, 0 replies.
- git commit: AMQ-4826: Failover transport - avoid floating-point issue on other JDKs. - posted by da...@apache.org on 2013/11/03 10:59:32 UTC, 0 replies.
- svn commit: r885282 - in /websites/production/activemq/content: activemq-5100-release.html cache/main.pageCache - posted by bu...@apache.org on 2013/11/03 12:21:32 UTC, 0 replies.
- [1/3] git commit: Polished - posted by da...@apache.org on 2013/11/03 13:41:56 UTC, 0 replies.
- [2/3] git commit: AMQ-1063: Fixed journaled JDBC checkpoint which would mark inTx eager, which was wrong, as getting the JDBC connection may fail. So the mark inTx should only happen if getting the connection was succesful. - posted by da...@apache.org on 2013/11/03 13:41:57 UTC, 0 replies.
- [3/3] git commit: AMQ-2960: Fixed potential NPE in pooled connection factory in activemq-spring when using spring-dm in OSGi. As spring-dm may call getObject before postCostruct has been called. - posted by da...@apache.org on 2013/11/03 13:41:58 UTC, 0 replies.
- [jira] [Commented] (APLO-292) javax.net.ssl.SSLException in latest snapshot - posted by "Jon Ekdahl (JIRA)" <ji...@apache.org> on 2013/11/04 11:40:19 UTC, 0 replies.
- git commit: https://issues.apache.org/jira/browse/AMQ-4843 - implement and test for composite virtual destinations - forwardTo - posted by gt...@apache.org on 2013/11/04 14:56:19 UTC, 0 replies.
- git commit: https://issues.apache.org/jira/browse/AMQ-4844 - introduce activemq core karaf features - posted by de...@apache.org on 2013/11/04 15:09:39 UTC, 0 replies.
- [1/4] git commit: leveldb store: Add more log traces for when we need to get more details on what's going on. - posted by ch...@apache.org on 2013/11/04 15:26:13 UTC, 0 replies.
- [2/4] git commit: leveldb replication: Lets always download the current append log just to be safe - posted by ch...@apache.org on 2013/11/04 15:26:14 UTC, 0 replies.
- [3/4] git commit: Fixes for leveldb replication: make sure we only apply index updates when we encounter a UOW_END_RECORD so that we don't end up with an inconsistent index if a partial UOW is replicated. - posted by ch...@apache.org on 2013/11/04 15:26:15 UTC, 0 replies.
- [4/4] git commit: Continue to append to the last leveldb log file on a store restart. - posted by ch...@apache.org on 2013/11/04 15:26:16 UTC, 0 replies.
- svn commit: r885412 - in /websites/production/activemq/content: broker-camel-component.html jms-streams.html osgi-integration.html siteindex.html - posted by de...@apache.org on 2013/11/04 17:36:13 UTC, 0 replies.
- svn commit: r885413 - /websites/production/activemq/content/schema/core/activemq-core.xsd - posted by gt...@apache.org on 2013/11/04 17:38:31 UTC, 0 replies.
- svn commit: r885417 - in /websites/production/activemq/content: cache/main.pageCache release-guide.html - posted by bu...@apache.org on 2013/11/04 18:21:36 UTC, 0 replies.
- git commit: move to shade 2.1 plugin version to fix some random failing builds. - posted by ta...@apache.org on 2013/11/04 20:57:58 UTC, 0 replies.
- git commit: polish - posted by ta...@apache.org on 2013/11/04 22:51:29 UTC, 0 replies.
- git commit: More complete URL handling and tests. - posted by ta...@apache.org on 2013/11/05 02:26:22 UTC, 0 replies.
- git commit: more tests - posted by ta...@apache.org on 2013/11/05 02:38:21 UTC, 0 replies.
- svn commit: r885505 - in /websites/production/activemq/content: cache/main.pageCache security.html - posted by bu...@apache.org on 2013/11/05 14:22:25 UTC, 0 replies.
- svn commit: r885515 - in /websites/production/activemq/content: cache/main.pageCache stomp.html - posted by bu...@apache.org on 2013/11/05 15:22:41 UTC, 0 replies.
- git commit: If a replicated leveldb slave's connection gets slow, lets merge together journal write events to avoid them queuing up on the master side. - posted by ch...@apache.org on 2013/11/05 17:53:43 UTC, 0 replies.
- svn commit: r885529 - in /websites/production/activemq/content: cache/main.pageCache stomp.html - posted by bu...@apache.org on 2013/11/05 18:21:55 UTC, 0 replies.
- git commit: https://issues.apache.org/jira/browse/AMQ-4849 - runtime modifications to simpleAuthenticationPlugin plugin implemented with test - posted by gt...@apache.org on 2013/11/05 21:45:43 UTC, 0 replies.
- git commit: replace fabric deps with linkedin zk to reflect revised deps from leveldb replication - posted by gt...@apache.org on 2013/11/06 13:09:22 UTC, 0 replies.
- git commit: update ignore settings - posted by ta...@apache.org on 2013/11/06 17:19:43 UTC, 0 replies.
- svn commit: r885645 - in /websites/production/activemq/content: cache/main.pageCache spring-support.html - posted by bu...@apache.org on 2013/11/06 17:21:41 UTC, 0 replies.
- git commit: Lots of tests and little fixes. - posted by ta...@apache.org on 2013/11/06 22:55:09 UTC, 0 replies.
- git commit: https://issues.apache.org/jira/browse/AMQ-4852 - ensure clientId view connector mbean visible for duplex network connectors - posted by gt...@apache.org on 2013/11/07 12:39:35 UTC, 0 replies.
- git commit: Increased timeout to fix AMQ-4854 - posted by ke...@apache.org on 2013/11/07 13:48:43 UTC, 0 replies.
- git commit: Commented out UnifiedSessionTest because of CI hangs, see AMQ-4375 - posted by ke...@apache.org on 2013/11/07 14:53:35 UTC, 0 replies.
- svn commit: r885772 - in /websites/production/activemq/content: cache/main.pageCache hermes-jms.html - posted by bu...@apache.org on 2013/11/07 17:26:39 UTC, 0 replies.
- svn commit: r1539793 - /activemq/activemq-dotnet/Apache.NMS.MQTT/ - posted by ta...@apache.org on 2013/11/07 21:14:55 UTC, 0 replies.
- svn commit: r1539794 - /activemq/activemq-dotnet/Apache.NMS.MQTT/branches/ - posted by ta...@apache.org on 2013/11/07 21:15:43 UTC, 0 replies.
- svn commit: r1539795 - /activemq/activemq-dotnet/Apache.NMS.MQTT/tags/ - posted by ta...@apache.org on 2013/11/07 21:16:05 UTC, 0 replies.
- svn commit: r1539796 - /activemq/activemq-dotnet/Apache.NMS.MQTT/trunk/ - posted by ta...@apache.org on 2013/11/07 21:16:38 UTC, 0 replies.
- svn commit: r1539833 [2/2] - in /activemq/activemq-dotnet/Apache.NMS.MQTT/trunk: ./ keyfile/ src/ src/main/ src/main/csharp/ src/test/ src/test/csharp/ - posted by ta...@apache.org on 2013/11/07 22:40:33 UTC, 0 replies.
- svn commit: r1539833 [1/2] - in /activemq/activemq-dotnet/Apache.NMS.MQTT/trunk: ./ keyfile/ src/ src/main/ src/main/csharp/ src/test/ src/test/csharp/ - posted by ta...@apache.org on 2013/11/07 22:40:33 UTC, 0 replies.
- git commit: More tests and fixes. - posted by ta...@apache.org on 2013/11/07 23:06:46 UTC, 0 replies.
- git commit: Some additional utility methods and tests - posted by ta...@apache.org on 2013/11/08 00:09:09 UTC, 0 replies.
- git commit: Replicated leveldb slaves index snapshots were being labeled with higher journal positions than what they really contained. - posted by ch...@apache.org on 2013/11/08 16:34:35 UTC, 0 replies.
- git commit: Fix for AMQ-4857, added test for null before accessing protocol string - posted by ke...@apache.org on 2013/11/08 18:04:04 UTC, 0 replies.
- git commit: https://issues.apache.org/jira/browse/AMQ-4853 - posted by ta...@apache.org on 2013/11/08 22:27:38 UTC, 1 replies.
- git commit: https://issues.apache.org/jira/browse/AMQCPP-505 - posted by ta...@apache.org on 2013/11/08 23:27:44 UTC, 1 replies.
- svn commit: r886145 - in /websites/production/activemq/content: cache/main.pageCache how-do-i-embed-a-broker-inside-a-connection.html - posted by bu...@apache.org on 2013/11/11 10:22:16 UTC, 0 replies.
- svn commit: r886146 - in /websites/production/activemq/content: ./ cache/ - posted by de...@apache.org on 2013/11/11 10:23:53 UTC, 0 replies.
- git commit: https://issues.apache.org/jira/browse/AMQ-4855 - posted by ta...@apache.org on 2013/11/11 17:40:25 UTC, 0 replies.
- git commit: https://issues.apache.org/jira/browse/AMQ-4869 - posted by ta...@apache.org on 2013/11/11 18:05:55 UTC, 0 replies.
- git commit: Adding an mqtt test that uses the eclipse paho client. - posted by ch...@apache.org on 2013/11/11 22:07:05 UTC, 0 replies.
- svn commit: r1540868 - in /activemq/activemq-dotnet/Apache.NMS.MQTT/trunk: keyfile/NMSKey.snk nant.build src/main/csharp/ConnectionFactory.cs src/main/csharp/ConnectionMetaData.cs vs2008-mqtt-tests.csproj vs2008-mqtt.csproj vs2008-mqtt.sln - posted by ta...@apache.org on 2013/11/11 23:22:20 UTC, 0 replies.
- svn commit: r1540870 - in /activemq/activemq-dotnet/Apache.NMS.MQTT/trunk: ./ src/main/csharp/ - posted by ta...@apache.org on 2013/11/11 23:24:07 UTC, 0 replies.
- [1/3] git commit: Fix for https://issues.apache.org/jira/browse/AMQ-4719 - posted by ra...@apache.org on 2013/11/12 09:10:34 UTC, 0 replies.
- [2/3] git commit: Fix for https://issues.apache.org/jira/browse/AMQ-4719 - posted by ra...@apache.org on 2013/11/12 09:10:35 UTC, 0 replies.
- [3/3] git commit: Fix for https://issues.apache.org/jira/browse/AMQ-4719 - posted by ra...@apache.org on 2013/11/12 09:10:36 UTC, 0 replies.
- git commit: Fix for https://issues.apache.org/jira/browse/AMQ-4719 - posted by ra...@apache.org on 2013/11/12 09:22:47 UTC, 1 replies.
- git commit: Commented out testOrderOnActivateDeactivate, see AMQ-4874 - posted by ke...@apache.org on 2013/11/12 13:28:04 UTC, 0 replies.
- git commit: Adding Paho over NIO tests. - posted by ch...@apache.org on 2013/11/12 15:55:41 UTC, 0 replies.
- git commit: Changed timeout, see https://issues.apache.org/jira/browse/AMQ-4876 - posted by ke...@apache.org on 2013/11/12 16:07:38 UTC, 0 replies.
- git commit: Added timeout for AMQ-4877 - posted by ke...@apache.org on 2013/11/12 16:17:17 UTC, 0 replies.
- git commit: Improve the Paho over NIO tests, allow scaling the test using a -DPahoMQTNioTTest.CLIENTS=xxxx mvn build arg. - posted by ch...@apache.org on 2013/11/12 16:55:56 UTC, 0 replies.
- git commit: https://issues.apache.org/jira/browse/AMQ-4682 - add removal modification test - posted by gt...@apache.org on 2013/11/12 17:50:28 UTC, 0 replies.
- svn commit: r886345 - /websites/production/activemq/content/cache/main.pageCache - posted by ce...@apache.org on 2013/11/12 19:49:51 UTC, 0 replies.
- svn commit: r886346 - in /websites/production/activemq/content/cache: cms.pageCache docs.pageCache nms.pageCache - posted by ce...@apache.org on 2013/11/12 19:56:14 UTC, 0 replies.
- svn commit: r886349 [5/7] - in /websites/production/activemq/content: ./ cache/ cms/ nms/ - posted by bu...@apache.org on 2013/11/12 20:22:54 UTC, 0 replies.
- svn commit: r886349 [7/7] - in /websites/production/activemq/content: ./ cache/ cms/ nms/ - posted by bu...@apache.org on 2013/11/12 20:22:54 UTC, 0 replies.
- svn commit: r886349 [4/7] - in /websites/production/activemq/content: ./ cache/ cms/ nms/ - posted by bu...@apache.org on 2013/11/12 20:22:54 UTC, 0 replies.
- svn commit: r886349 [6/7] - in /websites/production/activemq/content: ./ cache/ cms/ nms/ - posted by bu...@apache.org on 2013/11/12 20:22:54 UTC, 0 replies.
- svn commit: r886349 [2/7] - in /websites/production/activemq/content: ./ cache/ cms/ nms/ - posted by bu...@apache.org on 2013/11/12 20:22:54 UTC, 0 replies.
- svn commit: r886349 [1/7] - in /websites/production/activemq/content: ./ cache/ cms/ nms/ - posted by bu...@apache.org on 2013/11/12 20:22:54 UTC, 0 replies.
- svn commit: r886349 [3/7] - in /websites/production/activemq/content: ./ cache/ cms/ nms/ - posted by bu...@apache.org on 2013/11/12 20:22:54 UTC, 0 replies.
- svn commit: r1541237 - /activemq/activemq-website/pom.xml - posted by ce...@apache.org on 2013/11/12 22:10:02 UTC, 0 replies.
- svn commit: r1541238 - /activemq/activemq-website/ - posted by ce...@apache.org on 2013/11/12 22:11:12 UTC, 0 replies.
- svn commit: r886360 - in /websites/production/activemq/content/cache: cms.pageCache main.pageCache nms.pageCache - posted by ce...@apache.org on 2013/11/12 22:14:20 UTC, 0 replies.
- svn commit: r886362 - in /websites/production/activemq/content: cache/cms.pageCache cache/main.pageCache cache/nms.pageCache polo-page.html - posted by bu...@apache.org on 2013/11/12 22:22:22 UTC, 0 replies.
- svn commit: r1541242 - /activemq/activemq-website/bin/update-site - posted by ce...@apache.org on 2013/11/12 22:24:12 UTC, 0 replies.
- svn commit: r886370 - in /websites/production/activemq/content/cache: cms.pageCache main.pageCache nms.pageCache - posted by ce...@apache.org on 2013/11/12 22:45:19 UTC, 0 replies.
- svn commit: r886433 [13/30] - in /websites/production/activemq/content: ./ 2004/ 2004/04/ 2004/04/13/ 2004/05/ 2004/05/26/ 2004/06/ 2004/06/23/ 2004/06/25/ 2004/08/ 2004/08/17/ 2004/08/23/ 2004/10/ 2004/10/07/ 2004/11/ 2004/11/02/ 2004/12/ 2004/12/20/ ... - posted by bu...@apache.org on 2013/11/12 23:22:39 UTC, 0 replies.
- svn commit: r886433 [21/30] - in /websites/production/activemq/content: ./ 2004/ 2004/04/ 2004/04/13/ 2004/05/ 2004/05/26/ 2004/06/ 2004/06/23/ 2004/06/25/ 2004/08/ 2004/08/17/ 2004/08/23/ 2004/10/ 2004/10/07/ 2004/11/ 2004/11/02/ 2004/12/ 2004/12/20/ ... - posted by bu...@apache.org on 2013/11/12 23:22:39 UTC, 0 replies.
- svn commit: r886433 [23/30] - in /websites/production/activemq/content: ./ 2004/ 2004/04/ 2004/04/13/ 2004/05/ 2004/05/26/ 2004/06/ 2004/06/23/ 2004/06/25/ 2004/08/ 2004/08/17/ 2004/08/23/ 2004/10/ 2004/10/07/ 2004/11/ 2004/11/02/ 2004/12/ 2004/12/20/ ... - posted by bu...@apache.org on 2013/11/12 23:22:39 UTC, 0 replies.
- svn commit: r886433 [11/30] - in /websites/production/activemq/content: ./ 2004/ 2004/04/ 2004/04/13/ 2004/05/ 2004/05/26/ 2004/06/ 2004/06/23/ 2004/06/25/ 2004/08/ 2004/08/17/ 2004/08/23/ 2004/10/ 2004/10/07/ 2004/11/ 2004/11/02/ 2004/12/ 2004/12/20/ ... - posted by bu...@apache.org on 2013/11/12 23:22:39 UTC, 0 replies.
- svn commit: r886433 [15/30] - in /websites/production/activemq/content: ./ 2004/ 2004/04/ 2004/04/13/ 2004/05/ 2004/05/26/ 2004/06/ 2004/06/23/ 2004/06/25/ 2004/08/ 2004/08/17/ 2004/08/23/ 2004/10/ 2004/10/07/ 2004/11/ 2004/11/02/ 2004/12/ 2004/12/20/ ... - posted by bu...@apache.org on 2013/11/12 23:22:39 UTC, 0 replies.
- svn commit: r886433 [29/30] - in /websites/production/activemq/content: ./ 2004/ 2004/04/ 2004/04/13/ 2004/05/ 2004/05/26/ 2004/06/ 2004/06/23/ 2004/06/25/ 2004/08/ 2004/08/17/ 2004/08/23/ 2004/10/ 2004/10/07/ 2004/11/ 2004/11/02/ 2004/12/ 2004/12/20/ ... - posted by bu...@apache.org on 2013/11/12 23:22:39 UTC, 0 replies.
- svn commit: r886433 [12/30] - in /websites/production/activemq/content: ./ 2004/ 2004/04/ 2004/04/13/ 2004/05/ 2004/05/26/ 2004/06/ 2004/06/23/ 2004/06/25/ 2004/08/ 2004/08/17/ 2004/08/23/ 2004/10/ 2004/10/07/ 2004/11/ 2004/11/02/ 2004/12/ 2004/12/20/ ... - posted by bu...@apache.org on 2013/11/12 23:22:39 UTC, 0 replies.
- svn commit: r886433 [10/30] - in /websites/production/activemq/content: ./ 2004/ 2004/04/ 2004/04/13/ 2004/05/ 2004/05/26/ 2004/06/ 2004/06/23/ 2004/06/25/ 2004/08/ 2004/08/17/ 2004/08/23/ 2004/10/ 2004/10/07/ 2004/11/ 2004/11/02/ 2004/12/ 2004/12/20/ ... - posted by bu...@apache.org on 2013/11/12 23:22:39 UTC, 0 replies.
- svn commit: r886433 [30/30] - in /websites/production/activemq/content: ./ 2004/ 2004/04/ 2004/04/13/ 2004/05/ 2004/05/26/ 2004/06/ 2004/06/23/ 2004/06/25/ 2004/08/ 2004/08/17/ 2004/08/23/ 2004/10/ 2004/10/07/ 2004/11/ 2004/11/02/ 2004/12/ 2004/12/20/ ... - posted by bu...@apache.org on 2013/11/12 23:22:39 UTC, 0 replies.
- svn commit: r886433 [2/30] - in /websites/production/activemq/content: ./ 2004/ 2004/04/ 2004/04/13/ 2004/05/ 2004/05/26/ 2004/06/ 2004/06/23/ 2004/06/25/ 2004/08/ 2004/08/17/ 2004/08/23/ 2004/10/ 2004/10/07/ 2004/11/ 2004/11/02/ 2004/12/ 2004/12/20/ 2... - posted by bu...@apache.org on 2013/11/12 23:22:39 UTC, 0 replies.
- svn commit: r886433 [5/30] - in /websites/production/activemq/content: ./ 2004/ 2004/04/ 2004/04/13/ 2004/05/ 2004/05/26/ 2004/06/ 2004/06/23/ 2004/06/25/ 2004/08/ 2004/08/17/ 2004/08/23/ 2004/10/ 2004/10/07/ 2004/11/ 2004/11/02/ 2004/12/ 2004/12/20/ 2... - posted by bu...@apache.org on 2013/11/12 23:22:39 UTC, 0 replies.
- svn commit: r886433 [4/30] - in /websites/production/activemq/content: ./ 2004/ 2004/04/ 2004/04/13/ 2004/05/ 2004/05/26/ 2004/06/ 2004/06/23/ 2004/06/25/ 2004/08/ 2004/08/17/ 2004/08/23/ 2004/10/ 2004/10/07/ 2004/11/ 2004/11/02/ 2004/12/ 2004/12/20/ 2... - posted by bu...@apache.org on 2013/11/12 23:22:39 UTC, 0 replies.
- svn commit: r886433 [16/30] - in /websites/production/activemq/content: ./ 2004/ 2004/04/ 2004/04/13/ 2004/05/ 2004/05/26/ 2004/06/ 2004/06/23/ 2004/06/25/ 2004/08/ 2004/08/17/ 2004/08/23/ 2004/10/ 2004/10/07/ 2004/11/ 2004/11/02/ 2004/12/ 2004/12/20/ ... - posted by bu...@apache.org on 2013/11/12 23:22:39 UTC, 0 replies.
- svn commit: r886433 [6/30] - in /websites/production/activemq/content: ./ 2004/ 2004/04/ 2004/04/13/ 2004/05/ 2004/05/26/ 2004/06/ 2004/06/23/ 2004/06/25/ 2004/08/ 2004/08/17/ 2004/08/23/ 2004/10/ 2004/10/07/ 2004/11/ 2004/11/02/ 2004/12/ 2004/12/20/ 2... - posted by bu...@apache.org on 2013/11/12 23:22:39 UTC, 0 replies.
- svn commit: r886433 [22/30] - in /websites/production/activemq/content: ./ 2004/ 2004/04/ 2004/04/13/ 2004/05/ 2004/05/26/ 2004/06/ 2004/06/23/ 2004/06/25/ 2004/08/ 2004/08/17/ 2004/08/23/ 2004/10/ 2004/10/07/ 2004/11/ 2004/11/02/ 2004/12/ 2004/12/20/ ... - posted by bu...@apache.org on 2013/11/12 23:22:39 UTC, 0 replies.
- svn commit: r886433 [19/30] - in /websites/production/activemq/content: ./ 2004/ 2004/04/ 2004/04/13/ 2004/05/ 2004/05/26/ 2004/06/ 2004/06/23/ 2004/06/25/ 2004/08/ 2004/08/17/ 2004/08/23/ 2004/10/ 2004/10/07/ 2004/11/ 2004/11/02/ 2004/12/ 2004/12/20/ ... - posted by bu...@apache.org on 2013/11/12 23:22:39 UTC, 0 replies.
- svn commit: r886433 [8/30] - in /websites/production/activemq/content: ./ 2004/ 2004/04/ 2004/04/13/ 2004/05/ 2004/05/26/ 2004/06/ 2004/06/23/ 2004/06/25/ 2004/08/ 2004/08/17/ 2004/08/23/ 2004/10/ 2004/10/07/ 2004/11/ 2004/11/02/ 2004/12/ 2004/12/20/ 2... - posted by bu...@apache.org on 2013/11/12 23:22:39 UTC, 0 replies.
- svn commit: r886433 [28/30] - in /websites/production/activemq/content: ./ 2004/ 2004/04/ 2004/04/13/ 2004/05/ 2004/05/26/ 2004/06/ 2004/06/23/ 2004/06/25/ 2004/08/ 2004/08/17/ 2004/08/23/ 2004/10/ 2004/10/07/ 2004/11/ 2004/11/02/ 2004/12/ 2004/12/20/ ... - posted by bu...@apache.org on 2013/11/12 23:22:39 UTC, 0 replies.
- svn commit: r886433 [9/30] - in /websites/production/activemq/content: ./ 2004/ 2004/04/ 2004/04/13/ 2004/05/ 2004/05/26/ 2004/06/ 2004/06/23/ 2004/06/25/ 2004/08/ 2004/08/17/ 2004/08/23/ 2004/10/ 2004/10/07/ 2004/11/ 2004/11/02/ 2004/12/ 2004/12/20/ 2... - posted by bu...@apache.org on 2013/11/12 23:22:39 UTC, 0 replies.
- svn commit: r886433 [18/30] - in /websites/production/activemq/content: ./ 2004/ 2004/04/ 2004/04/13/ 2004/05/ 2004/05/26/ 2004/06/ 2004/06/23/ 2004/06/25/ 2004/08/ 2004/08/17/ 2004/08/23/ 2004/10/ 2004/10/07/ 2004/11/ 2004/11/02/ 2004/12/ 2004/12/20/ ... - posted by bu...@apache.org on 2013/11/12 23:22:39 UTC, 0 replies.
- svn commit: r886433 [14/30] - in /websites/production/activemq/content: ./ 2004/ 2004/04/ 2004/04/13/ 2004/05/ 2004/05/26/ 2004/06/ 2004/06/23/ 2004/06/25/ 2004/08/ 2004/08/17/ 2004/08/23/ 2004/10/ 2004/10/07/ 2004/11/ 2004/11/02/ 2004/12/ 2004/12/20/ ... - posted by bu...@apache.org on 2013/11/12 23:22:39 UTC, 0 replies.
- svn commit: r886433 [24/30] - in /websites/production/activemq/content: ./ 2004/ 2004/04/ 2004/04/13/ 2004/05/ 2004/05/26/ 2004/06/ 2004/06/23/ 2004/06/25/ 2004/08/ 2004/08/17/ 2004/08/23/ 2004/10/ 2004/10/07/ 2004/11/ 2004/11/02/ 2004/12/ 2004/12/20/ ... - posted by bu...@apache.org on 2013/11/12 23:22:39 UTC, 0 replies.
- svn commit: r886433 [7/30] - in /websites/production/activemq/content: ./ 2004/ 2004/04/ 2004/04/13/ 2004/05/ 2004/05/26/ 2004/06/ 2004/06/23/ 2004/06/25/ 2004/08/ 2004/08/17/ 2004/08/23/ 2004/10/ 2004/10/07/ 2004/11/ 2004/11/02/ 2004/12/ 2004/12/20/ 2... - posted by bu...@apache.org on 2013/11/12 23:22:39 UTC, 0 replies.
- svn commit: r886433 [1/30] - in /websites/production/activemq/content: ./ 2004/ 2004/04/ 2004/04/13/ 2004/05/ 2004/05/26/ 2004/06/ 2004/06/23/ 2004/06/25/ 2004/08/ 2004/08/17/ 2004/08/23/ 2004/10/ 2004/10/07/ 2004/11/ 2004/11/02/ 2004/12/ 2004/12/20/ 2... - posted by bu...@apache.org on 2013/11/12 23:22:39 UTC, 0 replies.
- svn commit: r886433 [25/30] - in /websites/production/activemq/content: ./ 2004/ 2004/04/ 2004/04/13/ 2004/05/ 2004/05/26/ 2004/06/ 2004/06/23/ 2004/06/25/ 2004/08/ 2004/08/17/ 2004/08/23/ 2004/10/ 2004/10/07/ 2004/11/ 2004/11/02/ 2004/12/ 2004/12/20/ ... - posted by bu...@apache.org on 2013/11/12 23:22:39 UTC, 0 replies.
- svn commit: r886433 [20/30] - in /websites/production/activemq/content: ./ 2004/ 2004/04/ 2004/04/13/ 2004/05/ 2004/05/26/ 2004/06/ 2004/06/23/ 2004/06/25/ 2004/08/ 2004/08/17/ 2004/08/23/ 2004/10/ 2004/10/07/ 2004/11/ 2004/11/02/ 2004/12/ 2004/12/20/ ... - posted by bu...@apache.org on 2013/11/12 23:22:39 UTC, 0 replies.
- svn commit: r886433 [3/30] - in /websites/production/activemq/content: ./ 2004/ 2004/04/ 2004/04/13/ 2004/05/ 2004/05/26/ 2004/06/ 2004/06/23/ 2004/06/25/ 2004/08/ 2004/08/17/ 2004/08/23/ 2004/10/ 2004/10/07/ 2004/11/ 2004/11/02/ 2004/12/ 2004/12/20/ 2... - posted by bu...@apache.org on 2013/11/12 23:22:39 UTC, 0 replies.
- svn commit: r886433 [27/30] - in /websites/production/activemq/content: ./ 2004/ 2004/04/ 2004/04/13/ 2004/05/ 2004/05/26/ 2004/06/ 2004/06/23/ 2004/06/25/ 2004/08/ 2004/08/17/ 2004/08/23/ 2004/10/ 2004/10/07/ 2004/11/ 2004/11/02/ 2004/12/ 2004/12/20/ ... - posted by bu...@apache.org on 2013/11/12 23:22:39 UTC, 0 replies.
- svn commit: r886433 [17/30] - in /websites/production/activemq/content: ./ 2004/ 2004/04/ 2004/04/13/ 2004/05/ 2004/05/26/ 2004/06/ 2004/06/23/ 2004/06/25/ 2004/08/ 2004/08/17/ 2004/08/23/ 2004/10/ 2004/10/07/ 2004/11/ 2004/11/02/ 2004/12/ 2004/12/20/ ... - posted by bu...@apache.org on 2013/11/12 23:22:39 UTC, 0 replies.
- svn commit: r886433 [26/30] - in /websites/production/activemq/content: ./ 2004/ 2004/04/ 2004/04/13/ 2004/05/ 2004/05/26/ 2004/06/ 2004/06/23/ 2004/06/25/ 2004/08/ 2004/08/17/ 2004/08/23/ 2004/10/ 2004/10/07/ 2004/11/ 2004/11/02/ 2004/12/ 2004/12/20/ ... - posted by bu...@apache.org on 2013/11/12 23:22:39 UTC, 0 replies.
- svn commit: r1541299 - in /activemq/activemq-dotnet/Apache.NMS.MQTT/trunk: ./ src/main/csharp/ src/main/csharp/commands/ - posted by ta...@apache.org on 2013/11/12 23:59:58 UTC, 0 replies.
- svn commit: r886483 - in /websites/production/activemq/content: activemq-4-connection-uris.html cache/main.pageCache configuring-transports.html configuring-version-5-transports.html - posted by bu...@apache.org on 2013/11/13 10:21:59 UTC, 0 replies.
- git commit: AMQ-4881: Upgrade to xbean 3.15. But keep the activemq-spring maven plugin at 3.12 as otherwise the generated schema is changed. See JIRA ticket for details. - posted by da...@apache.org on 2013/11/13 12:38:11 UTC, 0 replies.
- git commit: Some dependency upgrades - posted by da...@apache.org on 2013/11/13 13:00:12 UTC, 0 replies.
- git commit: AMQ-3580: Added unit test - posted by da...@apache.org on 2013/11/13 15:14:22 UTC, 0 replies.
- svn commit: r886509 - in /websites/production/activemq/content: cache/main.pageCache spring-support.html - posted by bu...@apache.org on 2013/11/13 15:21:55 UTC, 0 replies.
- git commit: AMQ-2505: Sanitize hostname in Id generator to only include ascii chars as otherwise this can cause problems in openwire protocol. - posted by da...@apache.org on 2013/11/13 16:36:28 UTC, 0 replies.
- git commit: https://issues.apache.org/jira/browse/AMQ-3388 - posted by ta...@apache.org on 2013/11/13 16:38:00 UTC, 0 replies.
- git commit: AMQ-4883: Remove not needed repo. proton is in maven central. - posted by da...@apache.org on 2013/11/13 17:17:40 UTC, 0 replies.
- svn commit: r1541592 - in /activemq/activemq-website/template: cms.cfg main.cfg nms.cfg template.vm - posted by ce...@apache.org on 2013/11/13 17:29:24 UTC, 0 replies.
- svn commit: r886521 - in /websites/production/activemq/content/cache: cms.pageCache main.pageCache nms.pageCache - posted by ce...@apache.org on 2013/11/13 17:29:54 UTC, 0 replies.
- git commit: AMQ-3101: Removed start from bin\activemq.bat so windows users need to start the broker like on unix. - posted by da...@apache.org on 2013/11/13 17:51:47 UTC, 0 replies.
- git commit: AMQ-3922: hssqldb adapter should use BLOB as its binary data type. - posted by da...@apache.org on 2013/11/13 18:05:10 UTC, 0 replies.
- svn commit: r886526 [21/21] - in /websites/production/activemq/content: ./ 2004/04/13/ 2004/05/26/ 2004/06/23/ 2004/06/25/ 2004/08/17/ 2004/08/23/ 2004/10/07/ 2004/11/02/ 2004/12/20/ 2005/02/03/ 2005/02/25/ 2005/04/11/ 2005/06/06/ 2005/07/04/ 2005/07/1... - posted by bu...@apache.org on 2013/11/13 18:23:21 UTC, 0 replies.
- svn commit: r886526 [9/21] - in /websites/production/activemq/content: ./ 2004/04/13/ 2004/05/26/ 2004/06/23/ 2004/06/25/ 2004/08/17/ 2004/08/23/ 2004/10/07/ 2004/11/02/ 2004/12/20/ 2005/02/03/ 2005/02/25/ 2005/04/11/ 2005/06/06/ 2005/07/04/ 2005/07/13... - posted by bu...@apache.org on 2013/11/13 18:23:21 UTC, 0 replies.
- svn commit: r886526 [18/21] - in /websites/production/activemq/content: ./ 2004/04/13/ 2004/05/26/ 2004/06/23/ 2004/06/25/ 2004/08/17/ 2004/08/23/ 2004/10/07/ 2004/11/02/ 2004/12/20/ 2005/02/03/ 2005/02/25/ 2005/04/11/ 2005/06/06/ 2005/07/04/ 2005/07/1... - posted by bu...@apache.org on 2013/11/13 18:23:21 UTC, 0 replies.
- svn commit: r886526 [14/21] - in /websites/production/activemq/content: ./ 2004/04/13/ 2004/05/26/ 2004/06/23/ 2004/06/25/ 2004/08/17/ 2004/08/23/ 2004/10/07/ 2004/11/02/ 2004/12/20/ 2005/02/03/ 2005/02/25/ 2005/04/11/ 2005/06/06/ 2005/07/04/ 2005/07/1... - posted by bu...@apache.org on 2013/11/13 18:23:21 UTC, 0 replies.
- svn commit: r886526 [7/21] - in /websites/production/activemq/content: ./ 2004/04/13/ 2004/05/26/ 2004/06/23/ 2004/06/25/ 2004/08/17/ 2004/08/23/ 2004/10/07/ 2004/11/02/ 2004/12/20/ 2005/02/03/ 2005/02/25/ 2005/04/11/ 2005/06/06/ 2005/07/04/ 2005/07/13... - posted by bu...@apache.org on 2013/11/13 18:23:21 UTC, 0 replies.
- svn commit: r886526 [10/21] - in /websites/production/activemq/content: ./ 2004/04/13/ 2004/05/26/ 2004/06/23/ 2004/06/25/ 2004/08/17/ 2004/08/23/ 2004/10/07/ 2004/11/02/ 2004/12/20/ 2005/02/03/ 2005/02/25/ 2005/04/11/ 2005/06/06/ 2005/07/04/ 2005/07/1... - posted by bu...@apache.org on 2013/11/13 18:23:21 UTC, 0 replies.
- svn commit: r886526 [15/21] - in /websites/production/activemq/content: ./ 2004/04/13/ 2004/05/26/ 2004/06/23/ 2004/06/25/ 2004/08/17/ 2004/08/23/ 2004/10/07/ 2004/11/02/ 2004/12/20/ 2005/02/03/ 2005/02/25/ 2005/04/11/ 2005/06/06/ 2005/07/04/ 2005/07/1... - posted by bu...@apache.org on 2013/11/13 18:23:21 UTC, 0 replies.
- svn commit: r886526 [16/21] - in /websites/production/activemq/content: ./ 2004/04/13/ 2004/05/26/ 2004/06/23/ 2004/06/25/ 2004/08/17/ 2004/08/23/ 2004/10/07/ 2004/11/02/ 2004/12/20/ 2005/02/03/ 2005/02/25/ 2005/04/11/ 2005/06/06/ 2005/07/04/ 2005/07/1... - posted by bu...@apache.org on 2013/11/13 18:23:21 UTC, 0 replies.
- svn commit: r886526 [2/21] - in /websites/production/activemq/content: ./ 2004/04/13/ 2004/05/26/ 2004/06/23/ 2004/06/25/ 2004/08/17/ 2004/08/23/ 2004/10/07/ 2004/11/02/ 2004/12/20/ 2005/02/03/ 2005/02/25/ 2005/04/11/ 2005/06/06/ 2005/07/04/ 2005/07/13... - posted by bu...@apache.org on 2013/11/13 18:23:21 UTC, 0 replies.
- svn commit: r886526 [3/21] - in /websites/production/activemq/content: ./ 2004/04/13/ 2004/05/26/ 2004/06/23/ 2004/06/25/ 2004/08/17/ 2004/08/23/ 2004/10/07/ 2004/11/02/ 2004/12/20/ 2005/02/03/ 2005/02/25/ 2005/04/11/ 2005/06/06/ 2005/07/04/ 2005/07/13... - posted by bu...@apache.org on 2013/11/13 18:23:21 UTC, 0 replies.
- svn commit: r886526 [8/21] - in /websites/production/activemq/content: ./ 2004/04/13/ 2004/05/26/ 2004/06/23/ 2004/06/25/ 2004/08/17/ 2004/08/23/ 2004/10/07/ 2004/11/02/ 2004/12/20/ 2005/02/03/ 2005/02/25/ 2005/04/11/ 2005/06/06/ 2005/07/04/ 2005/07/13... - posted by bu...@apache.org on 2013/11/13 18:23:21 UTC, 0 replies.
- svn commit: r886526 [6/21] - in /websites/production/activemq/content: ./ 2004/04/13/ 2004/05/26/ 2004/06/23/ 2004/06/25/ 2004/08/17/ 2004/08/23/ 2004/10/07/ 2004/11/02/ 2004/12/20/ 2005/02/03/ 2005/02/25/ 2005/04/11/ 2005/06/06/ 2005/07/04/ 2005/07/13... - posted by bu...@apache.org on 2013/11/13 18:23:21 UTC, 0 replies.
- svn commit: r886526 [11/21] - in /websites/production/activemq/content: ./ 2004/04/13/ 2004/05/26/ 2004/06/23/ 2004/06/25/ 2004/08/17/ 2004/08/23/ 2004/10/07/ 2004/11/02/ 2004/12/20/ 2005/02/03/ 2005/02/25/ 2005/04/11/ 2005/06/06/ 2005/07/04/ 2005/07/1... - posted by bu...@apache.org on 2013/11/13 18:23:21 UTC, 0 replies.
- svn commit: r886526 [17/21] - in /websites/production/activemq/content: ./ 2004/04/13/ 2004/05/26/ 2004/06/23/ 2004/06/25/ 2004/08/17/ 2004/08/23/ 2004/10/07/ 2004/11/02/ 2004/12/20/ 2005/02/03/ 2005/02/25/ 2005/04/11/ 2005/06/06/ 2005/07/04/ 2005/07/1... - posted by bu...@apache.org on 2013/11/13 18:23:21 UTC, 0 replies.
- svn commit: r886526 [20/21] - in /websites/production/activemq/content: ./ 2004/04/13/ 2004/05/26/ 2004/06/23/ 2004/06/25/ 2004/08/17/ 2004/08/23/ 2004/10/07/ 2004/11/02/ 2004/12/20/ 2005/02/03/ 2005/02/25/ 2005/04/11/ 2005/06/06/ 2005/07/04/ 2005/07/1... - posted by bu...@apache.org on 2013/11/13 18:23:21 UTC, 0 replies.
- svn commit: r886526 [4/21] - in /websites/production/activemq/content: ./ 2004/04/13/ 2004/05/26/ 2004/06/23/ 2004/06/25/ 2004/08/17/ 2004/08/23/ 2004/10/07/ 2004/11/02/ 2004/12/20/ 2005/02/03/ 2005/02/25/ 2005/04/11/ 2005/06/06/ 2005/07/04/ 2005/07/13... - posted by bu...@apache.org on 2013/11/13 18:23:21 UTC, 0 replies.
- svn commit: r886526 [19/21] - in /websites/production/activemq/content: ./ 2004/04/13/ 2004/05/26/ 2004/06/23/ 2004/06/25/ 2004/08/17/ 2004/08/23/ 2004/10/07/ 2004/11/02/ 2004/12/20/ 2005/02/03/ 2005/02/25/ 2005/04/11/ 2005/06/06/ 2005/07/04/ 2005/07/1... - posted by bu...@apache.org on 2013/11/13 18:23:21 UTC, 0 replies.
- svn commit: r886526 [5/21] - in /websites/production/activemq/content: ./ 2004/04/13/ 2004/05/26/ 2004/06/23/ 2004/06/25/ 2004/08/17/ 2004/08/23/ 2004/10/07/ 2004/11/02/ 2004/12/20/ 2005/02/03/ 2005/02/25/ 2005/04/11/ 2005/06/06/ 2005/07/04/ 2005/07/13... - posted by bu...@apache.org on 2013/11/13 18:23:21 UTC, 0 replies.
- svn commit: r886526 [1/21] - in /websites/production/activemq/content: ./ 2004/04/13/ 2004/05/26/ 2004/06/23/ 2004/06/25/ 2004/08/17/ 2004/08/23/ 2004/10/07/ 2004/11/02/ 2004/12/20/ 2005/02/03/ 2005/02/25/ 2005/04/11/ 2005/06/06/ 2005/07/04/ 2005/07/13... - posted by bu...@apache.org on 2013/11/13 18:23:21 UTC, 0 replies.
- svn commit: r886526 [13/21] - in /websites/production/activemq/content: ./ 2004/04/13/ 2004/05/26/ 2004/06/23/ 2004/06/25/ 2004/08/17/ 2004/08/23/ 2004/10/07/ 2004/11/02/ 2004/12/20/ 2005/02/03/ 2005/02/25/ 2005/04/11/ 2005/06/06/ 2005/07/04/ 2005/07/1... - posted by bu...@apache.org on 2013/11/13 18:23:21 UTC, 0 replies.
- svn commit: r886526 [12/21] - in /websites/production/activemq/content: ./ 2004/04/13/ 2004/05/26/ 2004/06/23/ 2004/06/25/ 2004/08/17/ 2004/08/23/ 2004/10/07/ 2004/11/02/ 2004/12/20/ 2005/02/03/ 2005/02/25/ 2005/04/11/ 2005/06/06/ 2005/07/04/ 2005/07/1... - posted by bu...@apache.org on 2013/11/13 18:23:21 UTC, 0 replies.
- svn commit: r886535 - in /websites/production/activemq/content: books.html cache/main.pageCache - posted by bu...@apache.org on 2013/11/13 19:21:41 UTC, 0 replies.
- [1/2] git commit: Added testcase for https://issues.apache.org/jira/browse/AMQ-4884 - posted by ra...@apache.org on 2013/11/13 19:51:22 UTC, 0 replies.
- [2/2] git commit: Fix for https://issues.apache.org/jira/browse/AMQ-4884 - posted by ra...@apache.org on 2013/11/13 19:51:23 UTC, 1 replies.
- svn commit: r886539 - in /websites/production/activemq/content: articles.html cache/main.pageCache persistence.html php.html - posted by bu...@apache.org on 2013/11/13 20:25:44 UTC, 0 replies.
- git commit: https://issues.apache.org/jira/browse/AMQ-4706 - posted by ta...@apache.org on 2013/11/13 21:19:25 UTC, 0 replies.
- svn commit: r886544 - in /websites/production/activemq/content: cache/main.pageCache failover-transport-reference.html - posted by bu...@apache.org on 2013/11/13 21:22:44 UTC, 0 replies.
- git commit: Work on more String utils StringBuilder and StringBuffer. - posted by ta...@apache.org on 2013/11/13 23:46:34 UTC, 0 replies.
- svn commit: r886602 - in /websites/production/activemq/content: cache/main.pageCache dispatch-policies.html - posted by bu...@apache.org on 2013/11/14 10:21:54 UTC, 0 replies.
- [1/2] git commit: Fix for https://issues.apache.org/jira/browse/AMQ-4884 - posted by ra...@apache.org on 2013/11/14 10:49:02 UTC, 0 replies.
- svn commit: r886619 - in /websites/production/activemq/content: activemq-4-connection-uris.html cache/main.pageCache configuring-transports.html configuring-version-5-transports.html - posted by bu...@apache.org on 2013/11/14 12:21:40 UTC, 0 replies.
- git commit: Changed timeouts to 1 minute from 30 because of occasional long runs on CI boxes. None of these tests takes more than 5 seconds on my mac - posted by ke...@apache.org on 2013/11/14 15:33:34 UTC, 0 replies.
- git commit: See AMQ-4886. Updated tearDown so it can't hang, reduced timeouts, updated to JUnit4 - posted by ke...@apache.org on 2013/11/14 15:55:11 UTC, 0 replies.
- svn commit: r1541943 - /activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/MessageConsumer.cs - posted by ta...@apache.org on 2013/11/14 16:51:44 UTC, 0 replies.
- svn commit: r1541946 - in /activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.6.x: ./ src/main/csharp/ src/test/csharp/ - posted by ta...@apache.org on 2013/11/14 17:01:13 UTC, 0 replies.
- svn commit: r1541956 - /activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/MessageConsumer.cs - posted by ta...@apache.org on 2013/11/14 17:26:56 UTC, 0 replies.
- svn commit: r1541961 - in /activemq/activemq-dotnet/Apache.NMS.ActiveMQ/branches/1.6.x: ./ src/main/csharp/MessageConsumer.cs - posted by ta...@apache.org on 2013/11/14 17:28:23 UTC, 0 replies.
- git commit: More String utils and tests - posted by ta...@apache.org on 2013/11/14 22:32:38 UTC, 0 replies.
- svn commit: r1542115 - in /activemq/activemq-dotnet/Apache.NMS.MQTT/trunk/src/main/csharp: ./ Commands/ Messages/ Threads/ Transport/ Transport/Tcp/ Util/ commands/ - posted by ta...@apache.org on 2013/11/15 00:18:57 UTC, 0 replies.
- svn commit: r1542120 - in /activemq/activemq-dotnet/Apache.NMS.MQTT/trunk: ./ src/main/csharp/ src/main/csharp/Messages/ src/main/csharp/Threads/ src/main/csharp/Transport/ - posted by ta...@apache.org on 2013/11/15 00:39:24 UTC, 0 replies.
- svn commit: r886723 - in /websites/production/activemq/content: cache/main.pageCache contributing.html how-can-i-contribute.html - posted by bu...@apache.org on 2013/11/15 12:21:46 UTC, 0 replies.
- git commit: add debug logging for mkaha destination to persistence adapter mapping - posted by gt...@apache.org on 2013/11/15 12:29:27 UTC, 0 replies.
- git commit: Added timeouts after seeing this hang a CI build. - posted by ke...@apache.org on 2013/11/15 14:33:33 UTC, 0 replies.
- svn commit: r886741 - in /websites/production/activemq/content: activemq-4-connection-uris.html cache/main.pageCache configuring-transports.html configuring-version-5-transports.html - posted by bu...@apache.org on 2013/11/15 15:29:40 UTC, 0 replies.
- git commit: Fixing AMQ-4892: MQTT clients disconnecting due to socket error do not publish the configured last will and testament message. - posted by ch...@apache.org on 2013/11/15 21:51:40 UTC, 0 replies.
- svn commit: r1542430 [2/2] - in /activemq/activemq-dotnet/Apache.NMS.MQTT/trunk: ./ src/main/csharp/ src/main/csharp/Commands/ src/main/csharp/Messages/ src/main/csharp/Threads/ src/main/csharp/Transport/ src/main/csharp/Util/ - posted by ta...@apache.org on 2013/11/16 00:43:14 UTC, 0 replies.
- svn commit: r1542430 [1/2] - in /activemq/activemq-dotnet/Apache.NMS.MQTT/trunk: ./ src/main/csharp/ src/main/csharp/Commands/ src/main/csharp/Messages/ src/main/csharp/Threads/ src/main/csharp/Transport/ src/main/csharp/Util/ - posted by ta...@apache.org on 2013/11/16 00:43:14 UTC, 0 replies.
- svn commit: r1542552 - in /activemq/activemq-dotnet/Apache.NMS.MQTT/trunk: ./ src/main/csharp/ src/main/csharp/Commands/ src/main/csharp/Messages/ src/main/csharp/Transport/ - posted by ta...@apache.org on 2013/11/16 20:08:03 UTC, 0 replies.
- svn commit: r1542594 - in /activemq/activemq-dotnet/Apache.NMS.MQTT/trunk/src/main/csharp: Connection.cs MessageConsumer.cs MessageProducer.cs Messages/MQTTMessage.cs Session.cs SessionExecutor.cs Threads/DefaultThreadPools.cs Threads/PooledTaskRunner.cs - posted by ta...@apache.org on 2013/11/16 22:51:22 UTC, 0 replies.
- git commit: https://issues.apache.org/jira/browse/AMQ-4485 - resolve - non transacitonal work interleaved with transactional work needs to check for and integrate with cursor update ordering. Key difference in latest test is 3/4 of messages getting produ - posted by gt...@apache.org on 2013/11/18 14:06:37 UTC, 0 replies.
- [jira] [Created] (APLO-339) java.nio.channels.CancelledKeyException - posted by "Vladislav Podlin (JIRA)" <ji...@apache.org> on 2013/11/18 15:59:21 UTC, 0 replies.
- git commit: Fixing som e typos. - posted by ch...@apache.org on 2013/11/18 16:27:52 UTC, 0 replies.
- git commit: Fixes AMQ-4896 - MQTT does not properly restore durable subs with the Paho client. - posted by ch...@apache.org on 2013/11/18 18:11:41 UTC, 0 replies.
- [1/3] Fully implemented StringBuilder and StringBuffer with buffer sharing to String. - posted by ta...@apache.org on 2013/11/19 00:23:14 UTC, 0 replies.
- [2/3] Fully implemented StringBuilder and StringBuffer with buffer sharing to String. - posted by ta...@apache.org on 2013/11/19 00:23:15 UTC, 0 replies.
- [3/3] git commit: Fully implemented StringBuilder and StringBuffer with buffer sharing to String. - posted by ta...@apache.org on 2013/11/19 00:23:16 UTC, 0 replies.
- git commit: https://issues.apache.org/jira/browse/AMQ-4897 - race condition in failover transport - posted by de...@apache.org on 2013/11/19 12:41:30 UTC, 0 replies.
- svn commit: r1543485 - in /activemq/activemq-dotnet/Apache.NMS.MQTT/trunk: ./ src/main/csharp/ src/main/csharp/Messages/ src/main/csharp/Transport/ - posted by ta...@apache.org on 2013/11/19 17:38:20 UTC, 0 replies.
- svn commit: r1543529 - in /activemq/activemq-dotnet/Apache.NMS.MQTT/trunk/src: main/csharp/ main/csharp/Commands/ main/csharp/Util/ test/csharp/ - posted by ta...@apache.org on 2013/11/19 19:32:02 UTC, 0 replies.
- git commit: Upgraded to hawtio 1.2.0 GA - posted by da...@apache.org on 2013/11/20 23:05:16 UTC, 0 replies.
- [jira] [Created] (APLO-340) The startup script does not create a lock file - posted by "Lionel Cons (JIRA)" <ji...@apache.org> on 2013/11/21 14:08:35 UTC, 0 replies.
- git commit: AMQ-4856: Use application/xml as content-type in web servlet. Thanks to Fernando Ribeiro for the patch. - posted by da...@apache.org on 2013/11/22 10:51:17 UTC, 0 replies.
- git commit: Polished - posted by da...@apache.org on 2013/11/22 10:59:43 UTC, 0 replies.
- [1/2] git commit: AMQ-4885: Renamed some API methods in MessageStore due typos. - posted by da...@apache.org on 2013/11/22 11:23:20 UTC, 0 replies.
- [2/2] git commit: AMQ-4858: Moved scala source file from java to scala dir. Thanks to Jaromir Hamala for patch. - posted by da...@apache.org on 2013/11/22 11:23:21 UTC, 0 replies.
- git commit: https://issues.apache.org/jira/browse/AMQCPP-525 - posted by ta...@apache.org on 2013/11/24 16:16:13 UTC, 1 replies.
- [jira] [Created] (APLO-341) SSL server configuration does not support separate truststore - posted by "Brian Reinhold (JIRA)" <ji...@apache.org> on 2013/11/24 22:35:35 UTC, 0 replies.
- git commit: Overloaded operators - posted by ta...@apache.org on 2013/11/24 22:56:26 UTC, 0 replies.
- svn commit: r888022 - in /websites/production/activemq/content: cache/main.pageCache xmpp.html - posted by bu...@apache.org on 2013/11/25 13:23:37 UTC, 0 replies.
- git commit: Have the leveldb store thorw SuppressReplyExceptions instead of IOExceptions so that the clients retry try the operations instead of giving up. Also retry the problemantic getMessage() call which seems to fail at times. - posted by ch...@apache.org on 2013/11/25 19:22:02 UTC, 0 replies.
- git commit: fix for: https://issues.apache.org/jira/browse/AMQ-4893 - posted by ta...@apache.org on 2013/11/25 20:48:48 UTC, 0 replies.
- [1/2] Updates - posted by ta...@apache.org on 2013/11/25 21:11:18 UTC, 0 replies.
- [2/2] git commit: Updates - posted by ta...@apache.org on 2013/11/25 21:11:19 UTC, 0 replies.
- git commit: Add missing - posted by ta...@apache.org on 2013/11/25 21:11:50 UTC, 0 replies.
- svn commit: r1545423 - in /activemq/activemq-dotnet/Apache.NMS.MQTT/trunk: ./ src/main/csharp/ src/main/csharp/Protocol/ src/main/csharp/Transport/ src/main/csharp/Transport/Tcp/ src/test/csharp/ - posted by ta...@apache.org on 2013/11/25 23:19:12 UTC, 0 replies.
- svn commit: r1545459 - in /activemq/activemq-dotnet/Apache.NMS.MQTT/trunk/src/main/csharp: Commands/Header.cs Connection.cs Protocol/MQTTExceptionFactory.cs Transport/ErrorResponse.cs Transport/Response.cs - posted by ta...@apache.org on 2013/11/26 00:38:37 UTC, 0 replies.
- svn commit: r888147 - in /websites/production/activemq/content: cache/main.pageCache how-do-i-configure-activemq-to-hold-100s-of-millions-of-queue-messages-.html message-cursors.html scaling-the-depth-of-a-queue.html - posted by bu...@apache.org on 2013/11/26 14:23:15 UTC, 0 replies.
- svn commit: r1545724 - in /activemq/activemq-dotnet/Apache.NMS.MQTT/trunk: ./ src/main/csharp/ src/main/csharp/Commands/ src/test/csharp/ src/test/csharp/Protocol/ - posted by ta...@apache.org on 2013/11/26 17:53:42 UTC, 0 replies.
- svn commit: r1545880 - in /activemq/activemq-dotnet/Apache.NMS.MQTT/trunk: ./ src/main/csharp/Commands/ src/main/csharp/Messages/ src/main/csharp/Protocol/ src/main/csharp/Transport/ src/test/csharp/ src/test/csharp/Protocol/ - posted by ta...@apache.org on 2013/11/27 00:24:46 UTC, 0 replies.
- svn commit: r1545889 - in /activemq/activemq-dotnet/Apache.NMS.MQTT/trunk: ./ src/main/csharp/ src/main/csharp/Protocol/ src/main/csharp/Transport/ src/test/csharp/ - posted by ta...@apache.org on 2013/11/27 01:22:00 UTC, 0 replies.
- git commit: Upgraded to Camel 2.12.2 - posted by da...@apache.org on 2013/11/27 11:16:12 UTC, 0 replies.
- git commit: AMQ-4903: AMQ Karaf should depend to http feature instead of jetty to support both Karaf 2.x and 3.x. Thanks to Jean for the patch. - posted by da...@apache.org on 2013/11/27 11:26:28 UTC, 0 replies.
- git commit: https://issues.apache.org/jira/browse/AMQ-4904 - ensure transports are not restarted without a store lock - posted by gt...@apache.org on 2013/11/27 13:49:42 UTC, 0 replies.
- git commit: https://issues.apache.org/jira/browse/AMQ-4905 - resolve by embedding spring xsd - posted by gt...@apache.org on 2013/11/27 17:05:21 UTC, 0 replies.
- svn commit: r1546127 - /activemq/activemq-dotnet/Apache.NMS/trunk/src/main/csharp/NMSConnectionFactory.cs - posted by ta...@apache.org on 2013/11/27 18:30:46 UTC, 0 replies.
- svn commit: r1546128 - in /activemq/activemq-dotnet/Apache.NMS.MQTT/trunk: ./ src/main/csharp/ src/main/csharp/Commands/ src/test/csharp/ - posted by ta...@apache.org on 2013/11/27 18:31:05 UTC, 0 replies.
- git commit: Add some methods for stoppng and restarting broker during tests. - posted by ta...@apache.org on 2013/11/27 20:02:14 UTC, 0 replies.
- svn commit: r1546163 - in /activemq/activemq-dotnet/Apache.NMS.MQTT/trunk/src/main/csharp/Commands: PUBACK.cs SUBACK.cs UNSUBACK.cs - posted by ta...@apache.org on 2013/11/27 20:10:47 UTC, 0 replies.
- git commit: Added Fix and tests for https://issues.apache.org/jira/browse/AMQ-4906 - posted by ra...@apache.org on 2013/11/28 13:57:00 UTC, 0 replies.
- git commit: https://issues.apache.org/jira/browse/AMQ-4907 - sanity check on the index when checkForCorruptJournalFiles - test and check that validates the orderindex makes sense - posted by gt...@apache.org on 2013/11/28 22:14:41 UTC, 0 replies.
- git commit: ignore test pending investigation on new SuppressReply from http://git-wip-us.apache.org/repos/asf/activemq/commit/b0e91d47 - posted by gt...@apache.org on 2013/11/29 13:41:12 UTC, 0 replies.