gtully
82200b6e70
add test case for https://issues.apache.org/jira/browse/AMQ-5752 - fix needs some thought
2015-04-30 16:19:57 +01:00
Dejan Bosanac
f2c3ebfa0e
https://issues.apache.org/jira/browse/AMQ-5754 - disable file server by default
2015-04-30 12:08:26 +02:00
gtully
977deb42c8
check for null in case where deleteAllMessages is called w/o broker ref, prevelant in tests resulting in bogus errors
2015-04-29 11:54:28 +01:00
Timothy Bish
eea3230c37
https://issues.apache.org/jira/browse/AMQ-5155
...
Ensure that the inactivity monitor can see that new data is arriving to
prevent wrongful disconnect of clients.
2015-04-28 18:10:24 -04:00
Timothy Bish
b444b6c463
Fix a couple log messages.
2015-04-28 14:24:45 -04:00
Timothy Bish
d2248e92d7
Shorten the test a bit with tigther memory limits which reduces the
...
amount of messages we need to send to fill and trigger plist store use.
Also add some time to the timeout to account for very slow disk I/O.
2015-04-28 12:19:37 -04:00
gtully
f5283a9045
https://issues.apache.org/jira/browse/AMQ-5734 - fix intermittent failure - seems the retained empty message gets dispatched so we need to consume it or it may have been dispatched to the client, causing a later failure
2015-04-28 16:18:22 +01:00
Timothy Bish
9ef4259297
https://issues.apache.org/jira/browse/AMQ-5616
...
Use ConcurrentMap in declarations
2015-04-28 11:15:08 -04:00
gtully
bcdf770c10
ensure embedded jdbc is shutdown
2015-04-28 12:42:21 +01:00
gtully
81b8403f33
https://issues.apache.org/jira/browse/AMQ-5744 - fix up test refs to old spring jasypt
2015-04-28 12:33:29 +01:00
gtully
c129051175
https://issues.apache.org/jira/browse/AMQ-5746 - separate out start from creation of scheduler store. test via Martyn Taylor with thanks. This closes #80
2015-04-27 16:16:49 +01:00
Claus Ibsen
5dd39f9062
Jolokia discovery url should be configured to correct path if people enable that.
2015-04-25 16:21:40 +02:00
Claus Ibsen
544638985b
Upgrade jolokia
2015-04-25 16:15:08 +02:00
gtully
23ecbe80d0
https://issues.apache.org/jira/browse/AMQ-5743 - confine logging to the jmx purge op
2015-04-24 13:35:02 +01:00
Dejan Bosanac
b8698953f3
https://issues.apache.org/jira/browse/AMQ-5744 - jasypt-spring31
2015-04-24 11:56:26 +02:00
gtully
610ff0634f
remove trace logging to speed up test duration in leveldb replication
2015-04-23 15:51:16 +01:00
gtully
c85fa67e1c
https://issues.apache.org/jira/browse/AMQ-5742 - fix and intermittent failure of DemandForwardingBridgeTest is sorted
2015-04-23 14:32:40 +01:00
gtully
ac635ddf1d
trap potential exception on abortive close
2015-04-23 13:25:39 +01:00
gtully
165959e250
tidy up a bunch of jdbc test cases to ensure embedded derby is shutdown
2015-04-23 13:12:49 +01:00
gtully
971ff0dd9e
https://issues.apache.org/jira/browse/AMQ-5542 - test that shows retaining of data files due to ack file map and the need for mKahadb if there are low limits and serial usage - test has been hanging since the fix
2015-04-23 13:10:47 +01:00
gtully
eb6c082631
https://issues.apache.org/jira/browse/AMQ-5735 - fix up semantics around lastDeliveredSequenceId
2015-04-22 16:32:17 +01:00
Robert Gemmell
3a5f127d52
AMQ-5738: Ensure the sender links for non-durable consumers also get unregistered, remove duplicate closed field, fix method names.
2015-04-22 10:17:38 +01:00
Timothy Bish
b313209aa2
https://issues.apache.org/jira/browse/AMQ-5711
...
Reject sender / receiver creation when the address is a temp destination
prefixed value but the destination doesn't map down to a temp
destination created using a dynamic link which means the orignal
connection ID where the destination was created cannot be determined.
2015-04-21 17:45:45 -04:00
Timothy Bish
ff1a1c4985
https://issues.apache.org/jira/browse/AMQ-5737
...
lookup transformer using case insensitive compare.
2015-04-21 15:58:06 -04:00
Dejan Bosanac
45eecf3351
upgrade java paho mqtt client
2015-04-21 15:04:04 +02:00
Timothy Bish
a0835c2c21
https://issues.apache.org/jira/browse/AMQ-5371
...
Move option ignoreNetworkConsumers up to base AbortSlowConsumerStrategy
so it can be used for both the original version and the slow ack aware
version.
2015-04-20 15:20:33 -04:00
Martyn Taylor
a65ac586c2
https://issues.apache.org/jira/browse/AMQ-5729 - Do not log passwords on MBean method calls.
...
Previous to this patch the AnnotatedMBean class would simply dump
any arguments passed in via JMX call to the log (when audit is enabled).
Method parameters can sometimes contain sensitive information such as
the password field on QueueView.sendTextMessage.
This patch adds a @Sensitive annotation to the JMX module allowing
implementations of MBean interfaces to mark method parameters as sensitive
preventing values from being logged.
2015-04-20 18:06:45 +01:00
Timothy Bish
514496eba9
https://issues.apache.org/jira/browse/AMQ-5621
...
Fix test not using the parameterized delivery mode value but using
Session.AUTOACKNOWLEDGE as the delivery mode value instead.
2015-04-20 12:40:42 -04:00
Dejan Bosanac
a4fbe70872
https://issues.apache.org/jira/browse/AMQ-5734
...
Support MQTT 3.1 silent subscription fail
2015-04-20 18:17:09 +02:00
gtully
4a821186a4
https://issues.apache.org/jira/browse/AMQ-5578 - preallocation could ocurr after a restart over an existing journal file! - fix and test
2015-04-20 16:04:01 +01:00
Christian Posta
01f56d0ca2
unit tests for https://issues.apache.org/jira/browse/AMQ-5153 LevelDB does not store subscribedDestination for durable subscriptions
2015-04-20 07:46:41 -07:00
Dejan Bosanac
c35fcb3bc1
This closes #87
2015-04-17 14:13:14 +02:00
Timothy Bish
2013c6a54f
Update some logging for better coverage
2015-04-16 18:46:40 -04:00
Timothy Bish
a5c2f3f423
https://issues.apache.org/jira/browse/AMQ-5731
...
Add some additional checks and handlers for frames with an invalid size
prefix and ensure that the connection state is torn down broker side.
2015-04-16 14:53:22 -04:00
Timothy Bish
9445e93ae4
https://issues.apache.org/jira/browse/AMQ-5685
...
Apply patch from Kevin Richards after adding proper license headers etc
2015-04-16 12:53:49 -04:00
gtully
73db4d2bfd
https://issues.apache.org/jira/browse/AMQ-5703 - further tests and fixes. Ensure early eof can be identified when checking for corruption and skip corruption on replay when the checksum is invalid
2015-04-16 15:25:58 +01:00
gtully
7dc522d4c3
remove timing depdendency
2015-04-16 15:25:58 +01:00
Jeff Genender
4441001c42
Updated API for commons-pool2
2015-04-16 16:01:39 +02:00
Jeff Genender
6d6ed4eaaf
AMQ-5721 - Update ActiveMQ to use commons-pool2 instead of commons-pool.AMQ-5636 will need it. The JMS pool and other components should use it as well.
2015-04-16 16:01:39 +02:00
Timothy Bish
31834ed1fb
https://issues.apache.org/jira/browse/AMQ-5731
...
Ensure that a ShutdownInfo is propagated to the Broker when the AMQP
transport encounters an unrecoverable error.
2015-04-15 18:30:13 -04:00
Dejan Bosanac
eece06b326
https://issues.apache.org/jira/browse/AMQ-5724 - Query command don't filter properly
2015-04-15 13:30:31 +02:00
Timothy Bish
be66175079
https://issues.apache.org/jira/browse/AMQ-5719
...
This closes #86
commit 72837960cf
Author: Christopher L. Shannon (cshannon)
<christopher.l.shannon@gmail.com>
Updated durable related error messages in TopicRegion to include both
subscriptionName and clientId.
2015-04-14 17:42:30 -04:00
Timothy Bish
a5a52b6517
add a test that sends multiple messages at a Queue.
2015-04-14 17:22:14 -04:00
Timothy Bish
cb370d06e9
Add a test for the unsettled sate as well, and some logs.
2015-04-14 12:33:05 -04:00
Timothy Bish
b3bf8e74f2
https://issues.apache.org/jira/browse/AMQ-5723
...
Ensure that we settle the delivery state of incoming deliveries that are
already remotely settled so that the resources associated are freed.
2015-04-14 11:18:32 -04:00
Timothy Bish
47f5c08573
turn on informational messages from qpid-jms
2015-04-14 09:29:12 -04:00
Dejan Bosanac
f556076a2c
https://issues.apache.org/jira/browse/AMQ-4929 - remove audit from TransactionBroker
2015-04-14 14:55:11 +02:00
Dejan Bosanac
2852a8bdb1
https://issues.apache.org/jira/browse/AMQ-4929 - remove BrokerService.supportFailoverSupport. This closes #60
2015-04-14 13:59:01 +02:00
Timothy Bish
ec9a92f6fc
https://issues.apache.org/jira/browse/AMQ-5649
...
Ensures that max producers on a connection includes anonymous producers
in its count, based on patch from: Christopher L. Shannon (cshannon)
<christopher.l.shannon@gmail.com>
Merged the test into the existing ConfigTest that validates the max
producers functionality.
2015-04-13 10:25:51 -04:00
Timothy Bish
f0ebda7ef9
Add a bit of logging for link and session level events.
2015-04-13 09:39:05 -04:00