Claus Ibsen
|
a3e3d487a3
|
AMQ-4856: Use application/xml as content-type in web servlet. Thanks to Fernando Ribeiro for the patch.
|
2013-11-22 10:53:07 +01:00 |
Claus Ibsen
|
898abca028
|
Upgraded to hawtio 1.2.0 GA
|
2013-11-20 23:07:04 +01:00 |
Dejan Bosanac
|
bc1ca6c8cf
|
https://issues.apache.org/jira/browse/AMQ-4897 - race condition in failover transport
|
2013-11-19 12:41:10 +01:00 |
Hiram Chirino
|
bc4f4e92a6
|
Fixes AMQ-4896 - MQTT does not properly restore durable subs with the Paho client.
|
2013-11-18 12:11:34 -05:00 |
Hiram Chirino
|
de58386607
|
Fixing som e typos.
|
2013-11-18 10:24:00 -05:00 |
gtully
|
511b60c6f6
|
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
|
2013-11-18 13:05:57 +00:00 |
Hiram Chirino
|
030c2cca31
|
Fixing AMQ-4892: MQTT clients disconnecting due to socket error do not publish the configured last will and testament message.
|
2013-11-15 15:51:15 -05:00 |
Kevin Earls
|
a46db89b2a
|
Added timeouts after seeing this hang a CI build.
|
2013-11-15 14:33:26 +01:00 |
gtully
|
ff593bf3dd
|
add debug logging for mkaha destination to persistence adapter mapping
|
2013-11-15 11:29:15 +00:00 |
Kevin Earls
|
c60af64165
|
See AMQ-4886. Updated tearDown so it can't hang, reduced timeouts, updated to JUnit4
|
2013-11-14 15:55:04 +01:00 |
Kevin Earls
|
e57aeb3786
|
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
|
2013-11-14 15:33:26 +01:00 |
rajdavies
|
0a67b12c64
|
Fix for https://issues.apache.org/jira/browse/AMQ-4884
|
2013-11-14 09:48:34 +00:00 |
rajdavies
|
291ec5ea17
|
Fix for https://issues.apache.org/jira/browse/AMQ-4884
|
2013-11-14 09:47:40 +00:00 |
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 |