7585 Commits

Author SHA1 Message Date
Dejan Bosanac
f28858c7c0 https://issues.apache.org/jira/browse/AMQ-4909 2014-03-13 16:27:55 -04:00
Hiram Chirino
8dbcdf33a3 pass along the ssl system properties if they are defined on the command line for the swissarmy example 2014-03-13 16:27:35 -04:00
Jean-Baptiste Onofré
6c6ce9ca76 [AMQ-4931] Use auto-export="interfaces" in the Karaf commands service definition 2014-03-13 16:27:14 -04:00
rajdavies
41ac80844e Fix for https://issues.apache.org/jira/browse/AMQ-4924 2014-03-13 16:26:31 -04:00
Hadrian Zbarcea
88959d5c65 Merge for fix for AMQ-4927 2014-03-13 11:20:51 -04:00
Dejan Bosanac
6d236b0976 https://issues.apache.org/jira/browse/AMQ-4926 - karaf version range 2014-03-13 11:08:00 -04:00
rajdavies
cdbd622523 Fix for https://issues.apache.org/jira/browse/AMQ-4825 2014-03-13 11:07:32 -04:00
gtully
bc0d4bb575 https://issues.apache.org/jira/browse/AMQ-1063 - revert delayed change to inTx flag, now cleared before exception is thrown by getConnection, this ensures jms transactions can use autocommit=false 2014-03-13 11:07:17 -04:00
rajdavies
015c6cce73 Fix for https://issues.apache.org/jira/browse/AMQ-4912 2014-03-13 11:06:57 -04:00
Christian Posta
4a80e95844 added time unit for "send timeout" in the javadocs 2014-03-13 11:06:42 -04:00
Timothy Bish
f713c827bf https://issues.apache.org/jira/browse/AMQ-4887
Update test case to show other broken scenarios.
2014-03-13 11:06:28 -04:00
Hiram Chirino
7f68893af6 Default flushDelay on the replicated leveldb store did not have the correct default. 2014-03-13 11:06:13 -04:00
Hiram Chirino
bc2f708c3c Fixes https://issues.apache.org/jira/browse/AMQ-4923: Replicated LevelDB: Loss of broker Quorum fails to fully stop the master 2014-03-13 11:05:55 -04:00
Timothy Bish
d26545c735 fix for: https://issues.apache.org/jira/browse/AMQ-4910 2014-03-13 11:05:01 -04:00
Hiram Chirino
6a7e640d33 Implementing a dirty stop method for the leveldb store that might come in handy for testing. 2014-03-13 11:04:52 -04:00
Kevin Earls
af09bdc596 Test to reproduce AMQ4920 2014-03-13 11:04:47 -04:00
Kevin Earls
bbf5c67489 Added test to reproduce AMQ-4887 2014-03-13 11:04:43 -04:00
rajdavies
687aa9265e Fix for https://issues.apache.org/jira/browse/AMQ-4918 2014-03-12 13:14:28 -04:00
rajdavies
3474f37e74 Fix for https://issues.apache.org/jira/browse/AMQ-4918 2014-03-12 13:14:14 -04:00
rajdavies
cb3e854d26 Fix for https://issues.apache.org/jira/browse/AMQ-4918 2014-03-12 13:14:00 -04:00
Hiram Chirino
37e1fd760f Fixing bug where the DataByteArrayInputStream was not throwing EOFExceptions when reads were going past the end of the byte array.
This would make it harder to figure out when things went wrong.
2014-03-12 13:13:46 -04:00
Hiram Chirino
3faddcd2d1 Fixing https://issues.apache.org/jira/browse/AMQ-4917 : LevelDB store can fail when using durable subs.
We were browsing durable sub entries which had been concurrently GCed causing leveldb store failures which then caused the broker to restart.
2014-03-12 13:13:33 -04:00
Timothy Bish
720b8aceca https://issues.apache.org/jira/browse/AMQ-4889
Improve the stream close logic in the init method to ensure we don't
leak and resources.
2014-03-12 13:13:20 -04:00
Rob Davies
f6ed548b82 Fix for https://issues.apache.org/jira/browse/AMQ-4916 2014-03-12 13:13:02 -04:00
Hiram Chirino
2e5c9d5929 Adding assertions to make sure that we only append to the log from the write thread. Found a code path that was appending to the log from a different thread. This might have been affecting https://issues.apache.org/jira/browse/AMQ-4882 2014-03-12 13:12:50 -04:00
Timothy Bish
71b5523324 Adds several test cases which show some JMS client issues, most are
resolved by moving on to v 0.26-SNAPSHOT
2014-03-12 13:12:37 -04:00
Hiram Chirino
0bf2233c8a Fixing regression caused by changes to SuppressRelyException in commit b0e91d47f5fced59c89a34d993f4d87c7986b04b. 2014-03-12 13:12:21 -04:00
Kevin Earls
30352d0135 Test to reproduce AMQ-4914 with the failing part @Ignored for now 2014-03-12 13:12:07 -04:00
gtully
ead3d163a8 ignore test pending investigation on new SuppressReply from http://git-wip-us.apache.org/repos/asf/activemq/commit/b0e91d47 2014-03-12 13:11:38 -04:00
gtully
4b01fe3512 https://issues.apache.org/jira/browse/AMQ-4907 - sanity check on the index when checkForCorruptJournalFiles - test and check that validates the orderindex makes sense 2014-03-12 13:11:20 -04:00
Timothy Bish
4aae032898 Add some methods for stoppng and restarting broker during tests. 2014-03-12 13:11:04 -04:00
gtully
3444c89fd8 https://issues.apache.org/jira/browse/AMQ-4905 - resolve by embedding spring xsd 2014-03-12 13:10:50 -04:00
gtully
77b4d700b1 https://issues.apache.org/jira/browse/AMQ-4904 - ensure transports are not restarted without a store lock 2014-03-12 13:10:35 -04:00
Timothy Bish
fcc773a05b fix for: https://issues.apache.org/jira/browse/AMQ-4893 2014-03-12 13:07:48 -04:00
Hiram Chirino
48a9edc8cc 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. 2014-03-12 12:11:24 -04:00
Claus Ibsen
2119a70d8b AMQ-4858: Moved scala source file from java to scala dir. Thanks to Jaromir Hamala for patch. 2014-03-12 12:11:10 -04:00
Claus Ibsen
351f05e268 AMQ-4885: Renamed some API methods in MessageStore due typos. 2014-03-12 12:10:51 -04:00
Claus Ibsen
43c3b48eb8 Polished 2014-03-12 12:10:37 -04:00
Claus Ibsen
4592ccb5d4 AMQ-4856: Use application/xml as content-type in web servlet. Thanks to Fernando Ribeiro for the patch. 2014-03-12 12:10:22 -04:00
Dejan Bosanac
f7e38f5666 https://issues.apache.org/jira/browse/AMQ-4897 - race condition in failover transport 2014-03-12 12:10:05 -04:00
Hiram Chirino
dc308ab8f2 Fixing som e typos. 2014-03-12 12:09:52 -04:00
gtully
dece1fcece 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 produced via network connectors, hense not in transactions 2014-03-12 12:09:39 -04:00
Hiram Chirino
e179a72ee3 Fixing AMQ-4892: MQTT clients disconnecting due to socket error do not publish the configured last will and testament message. 2014-03-12 12:09:21 -04:00
Kevin Earls
16911d51d3 Added timeouts after seeing this hang a CI build. 2014-03-12 12:09:05 -04:00
gtully
957aa18300 add debug logging for mkaha destination to persistence adapter mapping 2014-03-12 12:08:50 -04:00
Kevin Earls
600cd400b9 See AMQ-4886. Updated tearDown so it can't hang, reduced timeouts, updated to JUnit4 2014-03-12 12:08:34 -04:00
rajdavies
a2e126deb1 Fix for https://issues.apache.org/jira/browse/AMQ-4884 2014-03-12 12:06:11 -04:00
rajdavies
22fe6263a0 Fix for https://issues.apache.org/jira/browse/AMQ-4884 2014-03-12 12:05:59 -04:00
Timothy Bish
8080a309e2 https://issues.apache.org/jira/browse/AMQ-4706
add setting warnAfterReconnectAttempts to FailoverTransport to log a
warning after every N retries.  A value of <= 0 will disable the
warnings.
2014-03-12 12:05:43 -04:00
rajdavies
ad0bcd35c5 Fix for https://issues.apache.org/jira/browse/AMQ-4884 2014-03-12 12:05:26 -04:00