gtully
|
cfe099d1cc
|
rework https://issues.apache.org/jira/browse/AMQ-3305 in the context of https://issues.apache.org/jira/browse/AMQ-4952 dlq processing of duplicates, also possible missed dispatch with interleaved xa completion and new messages - recovered transactions are now individually tracked by the store and replayed in the next batch, which negates the need to flush the cursor and avoids duplicates
|
2014-03-05 14:51:05 +00:00 |
Kevin Earls
|
c027552035
|
Upgraded surefire plugin to 2.16. AMQ-5006
|
2014-01-30 14:22:44 +01:00 |
gtully
|
b7c430d068
|
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
|
2013-12-09 17:02:32 +00:00 |
gtully
|
7d98b32050
|
https://issues.apache.org/jira/browse/AMQ-4904 - ensure transports are not restarted without a store lock
|
2013-11-27 12:49:18 +00:00 |
Claus Ibsen
|
c0090f6f0c
|
AMQ-4885: Renamed some API methods in MessageStore due typos.
|
2013-11-22 11:21:42 +01: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
|
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
|
8a8fcb6ef4
|
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.
|
2013-11-01 12:46:36 +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
|
efaa351db7
|
https://issues.apache.org/jira/browse/AMQ-4365 - allow lease locker to be used by kahadb - remove deps on jdbc pa. LockableService now passes a reference to a locker so it can pull the brokerService, extracted some of the jdbc lock common stuff, additional test kahadb with jdbc lease
|
2013-09-20 15:33:24 +01:00 |
gtully
|
b588d6cb9b
|
https://issues.apache.org/jira/browse/AMQ-4643 - update to jdbc checkpoint to validate connection before declaring success, is more bullit proof in preventing an early restart even if start is now deferred till after stop completes
|
2013-09-03 16:35:08 +01:00 |
Gary Tully
|
13bbe52646
|
https://issues.apache.org/jira/browse/AMQ-4643 - ensure handled ioexceptions are not propagated back to client when broker or transports are shutdown. additional tests existing tests refactored to reflect new determinism. IOException handler now throws SuppressReplyException which is trapped by the transport connector. If store exception need to be processes by the client, for immediate response rather than failover reconnect, then the ioexception handler should be configured to ignoreAllErrors
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1508602 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-30 20:18:07 +00:00 |
Gary Tully
|
17bf5c7d69
|
https://issues.apache.org/jira/browse/AMQ-4645 - fix and test. adjust lease correctly in both behind and ahead of db case
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1504981 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-19 19:49:05 +00:00 |
Bosanac Dejan
|
74ba0529d2
|
https://issues.apache.org/jira/browse/AMQ-4628 - first attempt at jdbc performance improvement; make xid column string and indexed
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1502206 13f79535-47bb-0310-9956-ffa450edef68
|
2013-07-11 12:33:33 +00:00 |
Bosanac Dejan
|
661801ebcd
|
https://issues.apache.org/jira/browse/AMQ-4592 - mysql_connector_java adapter support
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1495049 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-20 15:17:32 +00:00 |
Gary Tully
|
ada9e00b6d
|
https://issues.apache.org/jira/browse/AMQ-1870 - fix on missed maxrow computation. thanks Keith
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1492698 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-13 15:06:50 +00:00 |
Timothy A. Bish
|
0168a826f7
|
fix and test for: https://issues.apache.org/jira/browse/AMQ-4581
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1492214 13f79535-47bb-0310-9956-ffa450edef68
|
2013-06-12 14:18:51 +00:00 |
Hiram R. Chirino
|
ec9975c36e
|
Additional fixes related to AMQ-4563: You can now configure the storeOpenWireVersion property of a broker to control which version of openwire is used by the persistence stores. This needs to be set to version 10 to preserve the original AMQP message ids.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1488375 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-31 19:56:03 +00:00 |
Hiram R. Chirino
|
1399cf9522
|
Fixing regression introduced by AMQ-4529 the JdbcXARecoveryBrokerTest was failing.
Switching the jdbc store to use the entryLocator instead of the dataLocator
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1482334 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-14 13:49:09 +00:00 |
Bosanac Dejan
|
7450a32ae7
|
https://issues.apache.org/jira/browse/AMQ-4495 - always get a max batch of messages from the store
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1478823 13f79535-47bb-0310-9956-ffa450edef68
|
2013-05-03 14:50:56 +00:00 |
Gary Tully
|
ef1d254e34
|
AMQ-4122 - add log warning if lease will expire due to mal configuration
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1450213 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-26 15:25:47 +00:00 |
Gary Tully
|
56174e770d
|
[maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1443026 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-06 15:45:26 +00:00 |
Gary Tully
|
5e257808f3
|
[maven-release-plugin] prepare release activemq-5.8.0
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1443024 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-06 15:43:41 +00:00 |
Claus Ibsen
|
8d560fe39a
|
AMQ-3914: MS SQL JDBC driver 4.0 fixed. Thanks to Petr Nídl for the details.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1442517 13f79535-47bb-0310-9956-ffa450edef68
|
2013-02-05 09:26:37 +00:00 |
Gary Tully
|
d6e8a5b988
|
https://issues.apache.org/jira/browse/AMQ-1870 - have maxRows implement a limit, policyentry max page size can be used to extend the scan, https://issues.apache.org/jira/browse/AMQ-3557
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1439933 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-29 15:27:01 +00:00 |
Timothy A. Bish
|
a55aae00e7
|
Scrub the pom files and remove old cruft and leftovers from the recent refactoring
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1439680 13f79535-47bb-0310-9956-ffa450edef68
|
2013-01-28 22:44:25 +00:00 |
Gary Tully
|
0f3ce45cff
|
fix up test regression causing hang broker needs to be started and stopped for jdbc pa test
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1423828 13f79535-47bb-0310-9956-ffa450edef68
|
2012-12-19 11:25:04 +00:00 |
Gary Tully
|
aac50fc57c
|
https://issues.apache.org/jira/browse/AMQ-4103 - fix default jdbc locker impl - same problem as lease after refactor from https://issues.apache.org/jira/browse/AMQ-4005
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1407621 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-09 20:36:27 +00:00 |
Gary Tully
|
02ef3dc918
|
https://issues.apache.org/jira/browse/AMQ-4122 - tidy up duplicate use of brokerservice aware
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1407614 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-09 20:08:25 +00:00 |
Hiram R. Chirino
|
7c9fec6e25
|
Removed all un-needed dependencies from the activemq-broker pom. Moved the remaining spring support classes into activemq-spring.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1406852 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-07 22:53:41 +00:00 |
Hiram R. Chirino
|
c5cf03806d
|
Refactored out the remaining plugins in the activemq-core module into their own modules.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1406686 13f79535-47bb-0310-9956-ffa450edef68
|
2012-11-07 16:00:07 +00:00 |