Christopher L. Shannon (cshannon)
b9fad53fc6
https://issues.apache.org/jira/browse/AMQ-6067
...
The JDBCMessageStore now checks hasSpace() when running a message
recovery listener to prevent going past the max configured page size
2016-08-26 13:46:42 -04:00
gtully
2b1cda1964
AMQ-6406 - ensure duplicates trapped by the cursor-add or queue-page-in are removed from the message store
2016-08-25 15:01:19 +01:00
gtully
5a874816b7
AMQ-6403 - add indexDirectory attribute to kahadb plist impl - settable via broker service tempDataStore
2016-08-24 11:39:22 +01:00
Timothy Bish
1030fb1842
https://issues.apache.org/jira/browse/AMQ-6404
...
Add check for unmarshalled text body and handle that case.
2016-08-23 09:58:05 -04:00
Claus Ibsen
8447e1af2d
AMQ-6402: Fixed potential NPE in OriginalDestinationPropagateStrategy
2016-08-20 12:13:55 +02:00
gtully
b37b9eb5af
fix up cancelledTaskModMetric reporting in kahadb
2016-08-19 11:48:42 +01:00
gtully
e52a052761
add some diagnostics to track intermittent ci failure
2016-08-17 15:52:54 +01:00
Christopher L. Shannon (cshannon)
06e929f101
https://issues.apache.org/jira/browse/AMQ-6397
...
Setting the HTTP timeout for all HttpClients instead of just on send
2016-08-17 09:35:18 -04:00
John D. Ament
d39fe372e5
Renamed README file. Updated link for encryption and location of LICENSE. Update NOTICE year.
2016-08-15 18:27:37 -04:00
gtully
6d44ae6e97
AMQ-5815 - remove obsolete remnant of fix for AMQ-2594. holding global lock before attempting to get index and checkpoint lock can lead to deadlock if checkpoint write lock request pops in
2016-08-15 11:37:38 +01:00
gtully
330f0ce734
AMQ-5815 ensure async write latch is released on exception
2016-08-12 16:44:23 +01:00
gtully
51166dc7af
AMQ-6377 - fix deprecation java doc ref
2016-08-10 12:05:21 +01:00
gtully
fcd9047b9f
additional test to validate stats on missing messages and outstanding acks on recovery
2016-08-10 11:54:12 +01:00
Claus Ibsen
aae4b3dda7
Upgrade Jolokia
2016-08-10 10:48:27 +02:00
Claus Ibsen
4437393aa1
Fixes CAMEL-10226: camel-jms ignores connection pool settings in spring-boot deployment.
2016-08-10 10:47:18 +02:00
Hiram Chirino
50dc5864fd
Fixes CAMEL-10226: camel-jms ignores connection pool settings in spring-boot deployment.
2016-08-09 11:56:01 -04:00
gtully
4800a7a1a4
AMQ-6392 - allow mapping of host names via the publish address strategy
2016-08-09 15:22:28 +01:00
gtully
9249315688
AMQ-6389 - init the size attribute prior to logging a message send in the logging plugin
2016-08-08 16:46:49 +01:00
Timothy Bish
5e5b673afa
https://issues.apache.org/jira/browse/AMQ-6386
...
Add test to help diagnose the issue with cross protocol AMQP -> STOMP
message acking.
2016-08-05 12:04:51 -04:00
Timothy Bish
be032c9821
Close connection in test to try and release VM transport resources
2016-08-02 10:35:32 -04:00
Christopher L. Shannon (cshannon)
06a21dbbb3
[maven-release-plugin] prepare for next development iteration
2016-08-02 09:03:37 -04:00
Christopher L. Shannon (cshannon)
71cbc65283
[maven-release-plugin] prepare release activemq-5.14.0
2016-08-02 09:02:54 -04:00
Christopher L. Shannon (cshannon)
9d39ffd875
https://issues.apache.org/jira/browse/AMQ-6380
...
Adding missing license header
2016-08-02 08:12:57 -04:00
Christopher L. Shannon (cshannon)
d654e04535
NO-JIRA : Adding 5.14.0 schema
2016-08-02 08:08:48 -04:00
Christopher L. Shannon (cshannon)
29e6f63d58
https://issues.apache.org/jira/browse/AMQ-6380
...
Merging patch for AMQ-6380
This closes #193
2016-08-01 13:59:19 -04:00
Christian Schneider
5a6d1550fb
[AMQ-6380] Bundle to create pooled ConnectionFactories from configs in OSGi
2016-08-01 13:56:04 -04:00
Christopher L. Shannon (cshannon)
eb9c584fbd
https://issues.apache.org/jira/browse/AMQ-6373
...
More tests and cleanup
2016-08-01 12:27:34 -04:00
Christopher L. Shannon (cshannon)
e73ab34837
https://issues.apache.org/jira/browse/AMQ-6383
...
https://issues.apache.org/jira/browse/AMQ-6373
Adding a new flag that can be specified on a network bridge to allow
forcing of subscriptions to be durable. Cleaned up some unit tests.
2016-08-01 10:02:56 -04:00
Christopher L. Shannon (cshannon)
71bb54f94c
https://issues.apache.org/jira/browse/AMQ-6372
...
Fixing test so that test DataFile is written to a temporary directory
instead of the main activemq-kahadb-store directory. This prevents git
from picking up the test file
2016-07-30 12:59:10 -04:00
Christopher L. Shannon (cshannon)
b1c4b1871f
https://issues.apache.org/jira/browse/AMQ-6373
...
Moving some test code into a shared support class
2016-07-30 08:35:24 -04:00
Christopher L. Shannon (cshannon)
82295fd2c6
https://issues.apache.org/jira/browse/AMQ-6381
...
Fixing DurableTopicSubscription so that an ack will properly update the
forwards statistic on an ack
2016-07-29 15:56:52 -04:00
Christopher L. Shannon (cshannon)
dd971a00f2
https://issues.apache.org/jira/browse/AMQ-6379
...
Removed unreliable check from unit test
2016-07-29 12:27:58 -04:00
Christopher L. Shannon (cshannon)
7118247b65
https://issues.apache.org/jira/browse/AMQ-6379
...
Fixing unit test so that it uses a random port and changing the default
platform details to be "java" if there is an error
2016-07-28 13:10:44 -04:00
Christopher L. Shannon (cshannon)
8d7d4e6df9
https://issues.apache.org/jira/browse/AMQ-6379
...
Merging patch for AMQ-6379
This closes #192
2016-07-28 13:10:13 -04:00
Michael L. Bloom
8d5e84bb67
AMQ-6379 - Add openwire properties for provider name, provider version,
...
and platform details
2016-07-28 12:25:13 -04:00
Christopher L. Shannon (cshannon)
1a598277cf
https://issues.apache.org/jira/browse/AMQ-6377
...
Reworking patch so that a periodic disk sync uses a journal trace
command to trigger the sync so that everything is done in the same
thread for the writes
2016-07-28 10:07:10 -04:00
Timothy Bish
1bdcb4f96f
https://issues.apache.org/jira/browse/AMQ-6096
...
Update to proton-j 0.13.1
2016-07-27 17:46:17 -04:00
Christopher L. Shannon (cshannon)
498e2184be
https://issues.apache.org/jira/browse/AMQ-6377
...
Adding new setters to KahaDBPersistenceAdapter
2016-07-27 17:33:45 -04:00
Timothy Bish
7ac89adf40
https://issues.apache.org/jira/browse/AMQ-6339
...
Update to latest netty release.
2016-07-27 17:29:31 -04:00
Christopher L. Shannon (cshannon)
dd0ed17e59
https://issues.apache.org/jira/browse/AMQ-6377
...
Introducing JournalDiskSyncStrategy to allow a peridic disk sync mode
instead of always syncing after every write or never syncing.
2016-07-27 14:31:07 -04:00
gtully
822e2be90e
AMQ-6378 force recovery on corrupt metadata location info, relates to AMQ-6376
2016-07-27 15:56:28 +01:00
gtully
51b413309c
fix intermittent ci failure w.r.t timing of initial delivery
2016-07-27 12:07:18 +01:00
gtully
6b8e743b08
AMQ-6372 - add IOExceptionHandler to kahadb read path to ensure fast shutdown on disk access errors
2016-07-27 11:58:22 +01:00
Timothy Bish
37da75e0e4
https://issues.apache.org/jira/browse/AMQ-6375
...
Quick fix the build after broken by previous commit on this issue, no
actual stats tracking implemented in LevelDB by this commit.
2016-07-26 16:56:02 -04:00
Christopher L. Shannon (cshannon)
cf3d419528
https://issues.apache.org/jira/browse/AMQ-6375
...
Adding non-blocking metrics to KahaDB to track message counts and sizes
for subscriptions. Turned off by default but can be enabled on the
KahaDBPersistenceAdapter
2016-07-26 12:02:44 -04:00
gtully
2985651609
AMQ-6370 - speed up the test and wait a bit longer for sends in slow ci
2016-07-26 14:06:02 +01:00
gtully
01cfa7727d
AMQ-6361 - fix additional test regression on topic sub expiry AMQ4083Test,MessageEvictionTest
2016-07-26 13:45:41 +01:00
Timothy Bish
d54e21b2ff
https://issues.apache.org/jira/browse/AMQ-6374
...
Refactor transformer to better map AMQP messages to JMS message types
and better preserve the original encoding of stored messages so that
they can be sent back to an AMQP client with expected content types.
Adds additional interoperability tests.
2016-07-25 18:15:53 -04:00
Christopher L. Shannon (cshannon)
3953b9aaef
https://issues.apache.org/jira/browse/AMQ-6373
...
Adding a new OpenWire command called BrokerSubscriptionInfo in order to
help synchronize durable subs across a network bridge. Added OpenWire
version 12. For dynamicallyIncludedDestination durable subs will now be
synchronized on a bridge reconnect as long as the bridge supports
conduitSubscriptions and dynamicOnly=false
2016-07-25 11:56:13 -04:00
gtully
a65f5e7c20
AMQ-6362 - merge duplicated code - fix regression in AMQ4889Test and ExceptionListenerTest
2016-07-25 14:27:40 +01:00