Timothy Bish
|
04c6d9dd69
|
https://issues.apache.org/jira/browse/AMQ-4958
Don't swallow evidence of interrupted state.
|
2014-01-06 11:49:38 -05:00 |
Torsten Mielke
|
f69cbd8ec6
|
AMQ-4950: java.lang.ClassCastException: org.apache.activemq.command.ExceptionResponse cannot be cast to org.apache.activemq.command.IntegerResponse, attempting to automatically reconnect
|
2014-01-06 13:43:26 +01:00 |
Timothy Bish
|
cb5c29d02d
|
https://issues.apache.org/jira/browse/AMQ-4887
Fix for losing message content when reusing messages.
|
2013-12-13 10:54:58 -05:00 |
rajdavies
|
6683eb652f
|
Fix for https://issues.apache.org/jira/browse/AMQ-4927
|
2013-12-10 13:36:09 +00:00 |
rajdavies
|
71e4585689
|
Fix for https://issues.apache.org/jira/browse/AMQ-4825
|
2013-12-10 09:10:33 +00:00 |
Christian Posta
|
b21dc69e81
|
added time unit for "send timeout" in the javadocs
|
2013-12-09 09:14:38 -07:00 |
rajdavies
|
489f929686
|
Fix for https://issues.apache.org/jira/browse/AMQ-4918
|
2013-12-04 19:02:25 +00:00 |
Hiram Chirino
|
02ef9445dd
|
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.
|
2013-12-04 12:09:47 -05:00 |
Timothy Bish
|
69e35d6c4a
|
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.
|
2013-12-04 11:09:28 -05:00 |
Rob Davies
|
07ec890372
|
Fix for https://issues.apache.org/jira/browse/AMQ-4916
|
2013-12-03 17:15:56 +00:00 |
Timothy Bish
|
a6e306437e
|
fix for: https://issues.apache.org/jira/browse/AMQ-4893
|
2013-11-25 14:48:38 -05: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 |
rajdavies
|
0a67b12c64
|
Fix for https://issues.apache.org/jira/browse/AMQ-4884
|
2013-11-14 09:48:34 +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 |
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 |
Rob Davies
|
4183e6e47c
|
Fix for https://issues.apache.org/jira/browse/AMQ-4719
|
2013-11-12 08:22:19 +00:00 |
Rob Davies
|
7e000d5a40
|
Fix for https://issues.apache.org/jira/browse/AMQ-4719
|
2013-11-12 08:07:33 +00: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 |
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
|
6e49ef3a60
|
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.
|
2013-11-02 15:24:01 +01:00 |
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 |
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
|
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 |
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 |
rajdavies
|
ccb119d896
|
Construct a ConsumerId from a String
|
2013-10-10 20:30:01 +01:00 |
gtully
|
dc0291b290
|
https://issues.apache.org/jira/browse/AMQ-4791 - fix and test. removed the delay but left the warn if dispatch ocurrs before interruption processing is complete. Problem was a race between consumer close and sessions copy on write dispatchers list
|
2013-10-08 21:29:17 +01:00 |
gtully
|
4f19f31a37
|
https://issues.apache.org/jira/browse/AMQ-4785 - fix and test
|
2013-10-04 11:35:23 +01:00 |
Claus Ibsen
|
887ac0ba49
|
AMQ-4769: Connection.close() should not throw exception if already closed according to JMS spec/javadoc.
|
2013-10-02 15:25:01 +02:00 |
gtully
|
b66559ee07
|
https://issues.apache.org/jira/browse/AMQ-4757 activemq-jms-pool a generic jms xa pool derived from activemq-pool which activemq-pool now extends with amq specifics
|
2013-09-30 23:09:25 +01:00 |
Timothy Bish
|
c7d33ad5e4
|
Logging cleanup, don't need all the if checks, use string substitution
more effectively.
|
2013-09-19 15:19:24 -04:00 |
gtully
|
c387522217
|
https://issues.apache.org/jira/browse/AMQ-4426 - default to client ack, so that if a tx aborts we never auto ack or start a local transaction
|
2013-09-19 16:26:52 +01:00 |
Hiram Chirino
|
5215fc21d6
|
Fixing regression due to chagnes in AMQ-4718. You now have to prefix option that need to passed to the nested urls by prefixing those options with 'nested.'
|
2013-09-18 10:14:07 -04:00 |
gtully
|
dd91e8592e
|
https://issues.apache.org/jira/browse/AMQ-4092 - resolve by removing dynamic property modification - JMSXGroupFirstForConsumer is now a message attribute with a property accessor
|
2013-09-17 11:03:57 +01:00 |
Hiram Chirino
|
272b846b0c
|
Fixes AMQ-4723: HTTP Discovery agent should only poll for broker URLs while attempting to connect a transport.
|
2013-09-12 11:16:34 -04:00 |
Hiram Chirino
|
0ff359341c
|
Fixes AMQ-4718: Extra options added to a failover/discovery URL that don't map to failover configuration settings, should get passed to the nested URLs.
|
2013-09-10 12:56:25 -04:00 |
Timothy Bish
|
ce5d2a9e9e
|
https://issues.apache.org/jira/browse/AMQ-4205
Allow for tuning to thread pool keep alive times as system properties.
|
2013-09-04 14:16:51 -04:00 |
Dejan Bosanac
|
a0c1781c4e
|
https://issues.apache.org/jira/browse/AMQ-4711 - totalMessageCount stat is not decremented after destination removal
|
2013-09-03 10:22:25 +02:00 |
Gary Tully
|
feb71c3c6e
|
https://issues.apache.org/jira/browse/AMQ-4482 - implement and test setPercentOfJvmHeap attribute on memory usage
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1518263 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-28 15:37:28 +00:00 |
Robert Davies
|
0d98623b7b
|
Added SizeStatisicsImpl for https://issues.apache.org/jira/browse/AMQ-4697
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1518217 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-28 14:32:45 +00:00 |
Robert Davies
|
6585d5c874
|
check connection isn't null before asking for it's BlobTransferPolicy
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1517230 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-25 07:22:34 +00:00 |
Robert Davies
|
eb99e05d3a
|
Added isEmpty() on DestinationMap
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1516803 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-23 10:12:25 +00:00 |
Hiram R. Chirino
|
40aa15ce52
|
Make sure the LRUCache key is always a String.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1515854 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-20 16:05:35 +00:00 |
Hiram R. Chirino
|
45e1462609
|
Persist the latest producer position across restarts in the leveldb store.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1515799 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-20 12:38:32 +00:00 |
Gary Tully
|
f155083a61
|
use valid error code (in place of xa_ok) for xaexceptions in the absense of marshalled exception content from the broker
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1515783 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-20 11:21:43 +00:00 |
Gary Tully
|
25a1dd071a
|
https://issues.apache.org/jira/browse/AMQ-4682 - implement network connector modification, match, stop, apply restart
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1515461 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-19 15:18:55 +00:00 |
Timothy A. Bish
|
1773e2c11c
|
fix for: https://issues.apache.org/jira/browse/AMQ-4582
treat bad enabledCipherSuites option as non-recoverable.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1512017 13f79535-47bb-0310-9956-ffa450edef68
|
2013-08-08 20:26:23 +00:00 |