7553 Commits

Author SHA1 Message Date
Timothy Bish
c55a666921 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.
2013-11-13 15:19:16 -05:00
rajdavies
7f639a6047 Fix for https://issues.apache.org/jira/browse/AMQ-4884 2013-11-13 18:50:57 +00:00
rajdavies
2a6aab40b4 Added testcase for https://issues.apache.org/jira/browse/AMQ-4884 2013-11-13 18:50:56 +00:00
Claus Ibsen
99278dfb9c AMQ-3922: hssqldb adapter should use BLOB as its binary data type. 2013-11-13 18:06:36 +01:00
Claus Ibsen
bd414b70f7 AMQ-3101: Removed start from bin\activemq.bat so windows users need to start the broker like on unix. 2013-11-13 17:53:08 +01:00
Claus Ibsen
13ba3008d4 AMQ-4883: Remove not needed repo. proton is in maven central. 2013-11-13 17:19:06 +01:00
Timothy Bish
5e5458ec38 https://issues.apache.org/jira/browse/AMQ-3388
ignore unknown fields in openwire commands to allow interop between
openwire versions.
2013-11-13 10:36:53 -05:00
Claus Ibsen
6ed8f43d8d AMQ-2505: Sanitize hostname in Id generator to only include ascii chars as otherwise this can cause problems in openwire protocol. 2013-11-13 16:37:49 +01:00
Claus Ibsen
e1a363f96e AMQ-3580: Added unit test 2013-11-13 15:15:42 +01:00
Claus Ibsen
a7895ae34e Some dependency upgrades 2013-11-13 13:01:37 +01:00
Claus Ibsen
b977f24c79 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. 2013-11-13 12:39:32 +01:00
gtully
2fd52c9dcf https://issues.apache.org/jira/browse/AMQ-4682 - add removal modification test 2013-11-12 16:50:05 +00:00
Hiram Chirino
02a821defe Improve the Paho over NIO tests, allow scaling the test using a -DPahoMQTNioTTest.CLIENTS=xxxx mvn build arg. 2013-11-12 10:55:51 -05:00
Kevin Earls
0ed2ddb3df Added timeout for AMQ-4877 2013-11-12 16:17:10 +01:00
Kevin Earls
6540f04a40 Changed timeout, see https://issues.apache.org/jira/browse/AMQ-4876 2013-11-12 16:07:30 +01:00
Hiram Chirino
61fadba43a Adding Paho over NIO tests. 2013-11-12 09:55:37 -05:00
Rob Davies
497fbfc04b Fix for https://issues.apache.org/jira/browse/AMQ-4719 2013-11-12 14:05:47 +00:00
Kevin Earls
4f1754bdc2 Commented out testOrderOnActivateDeactivate, see AMQ-4874 2013-11-12 13:27:57 +01:00
Rob Davies
4183e6e47c Fix for https://issues.apache.org/jira/browse/AMQ-4719 2013-11-12 08:22:19 +00:00
Rob Davies
d2ddd1dcad Fix for https://issues.apache.org/jira/browse/AMQ-4719 2013-11-12 08:08:42 +00:00
Rob Davies
47d1985139 Fix for https://issues.apache.org/jira/browse/AMQ-4719 2013-11-12 08:08:07 +00:00
Rob Davies
7e000d5a40 Fix for https://issues.apache.org/jira/browse/AMQ-4719 2013-11-12 08:07:33 +00:00
Hiram Chirino
bc9751ac23 Adding an mqtt test that uses the eclipse paho client. 2013-11-11 16:06:59 -05:00
Timothy Bish
b0b3a169ce https://issues.apache.org/jira/browse/AMQ-4869 2013-11-11 12:05:52 -05:00
Timothy Bish
6552287221 https://issues.apache.org/jira/browse/AMQ-4853
adds a little test and preserves some performance tests if needed later.
2013-11-11 11:49:03 -05:00
Timothy Bish
38ab4b10a4 https://issues.apache.org/jira/browse/AMQ-4855
Deprecate the misspelled subcription named getters and use the correctly
spelled versions where the older ones are in use.
2013-11-11 11:40:07 -05:00
Timothy Bish
8f078a3f4c https://issues.apache.org/jira/browse/AMQ-4853
Add hashCode and equals override so that this object can be used in
collections properly
2013-11-08 16:27:13 -05:00
Kevin Earls
692428eee5 Fix for AMQ-4857, added test for null before accessing protocol string 2013-11-08 18:03:56 +01:00
Hiram Chirino
42e1c463d4 Replicated leveldb slaves index snapshots were being labeled with higher journal positions than what they really contained. 2013-11-08 10:34:21 -05:00
Kevin Earls
0d38840051 Commented out UnifiedSessionTest because of CI hangs, see AMQ-4375 2013-11-07 14:53:27 +01:00
Kevin Earls
982b728f24 Increased timeout to fix AMQ-4854 2013-11-07 13:48:21 +01:00
gtully
50ec158e25 https://issues.apache.org/jira/browse/AMQ-4852 - ensure clientId view connector mbean visible for duplex network connectors 2013-11-07 11:35:39 +00:00
Timothy Bish
ec5b15cc27 update ignore settings 2013-11-06 11:19:32 -05:00
gtully
002ef96867 replace fabric deps with linkedin zk to reflect revised deps from leveldb replication 2013-11-06 12:08:22 +00:00
gtully
67a7d30b47 https://issues.apache.org/jira/browse/AMQ-4849 - runtime modifications to simpleAuthenticationPlugin plugin implemented with test 2013-11-05 20:38:23 +00:00
Hiram Chirino
4367ec1b82 If a replicated leveldb slave's connection gets slow, lets merge together journal write events to avoid them queuing up on the master side. 2013-11-05 11:53:37 -05:00
Timothy Bish
d872994260 polish 2013-11-04 16:51:09 -05:00
Timothy Bish
4e3595d488 move to shade 2.1 plugin version to fix some random failing builds. 2013-11-04 14:58:19 -05:00
Hiram Chirino
a907fc9e94 leveldb store: Add more log traces for when we need to get more details on what's going on. 2013-11-04 09:26:01 -05:00
Hiram Chirino
b1d8cbe4cd 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. 2013-11-04 09:26:01 -05:00
Hiram Chirino
dea38e62f8 leveldb replication: Lets always download the current append log just to be safe 2013-11-04 09:26:01 -05:00
Hiram Chirino
2824a94af4 Continue to append to the last leveldb log file on a store restart. 2013-11-04 09:26:01 -05:00
Dejan Bosanac
85fc686006 https://issues.apache.org/jira/browse/AMQ-4844 - introduce activemq core karaf features 2013-11-04 15:08:17 +01:00
gtully
4109b79059 https://issues.apache.org/jira/browse/AMQ-4843 - implement and test for composite virtual destinations - forwardTo 2013-11-04 13:55:21 +00:00
Claus Ibsen
4ddbb8546d 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. 2013-11-03 13:40:38 +01:00
Claus Ibsen
d0f48b3ee5 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. 2013-11-03 11:54:14 +01:00
Claus Ibsen
af1edf4588 Polished 2013-11-03 11:52:44 +01:00
Claus Ibsen
06356db1c4 AMQ-4826: Failover transport - avoid floating-point issue on other JDKs. 2013-11-03 11:00:03 +01:00
Claus Ibsen
a6c14b4181 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. 2013-11-03 09:24:34 +01:00
Claus Ibsen
5907459fc3 AMQ-3350: Fixed chat web demo which may swallow first message. Thanks to Ken Seiss for the patch. 2013-11-03 08:53:36 +01:00