Christopher L. Shannon (cshannon)
6bfa13b6e7
https://issues.apache.org/jira/browse/AMQ-5426
...
Fixing a race condition in ActiveMQMessageConsumer that could cause a
NPE when the consumer is closing
Thanks to Michael Wong for providing the test case for this issue.
2016-07-05 20:05:29 +00:00
Christopher L. Shannon (cshannon)
bd442a3388
https://issues.apache.org/jira/browse/AMQ-6343
...
On MQTT Websocket close, a LWT message will be properly sent if
configured and a disconnect packet was not received
2016-07-05 18:13:45 +00:00
Christopher L. Shannon (cshannon)
96494f74c7
https://issues.apache.org/jira/browse/AMQ-6346
...
Prevent concurrent access to the MQTT protocol handlers which can lead
to a tansport level deadlock
2016-07-05 17:50:03 +00:00
gtully
30ff378a35
increase service logging, seems npe in the mix on intermittent failure
2016-07-05 14:08:43 +01:00
gtully
4386750fdb
for mkahadb populate mdc activemq.persistenceDir such that logging for a particular instance can be identified and correlated
2016-07-04 11:19:56 +01:00
Claus Ibsen
73a8d7dd65
Upgrade Camel
2016-07-02 09:51:43 +02:00
Timothy Bish
021ac3d09f
https://issues.apache.org/jira/browse/AMQ-6344
...
Update to Qpid JMS 0.10.0
2016-06-30 18:52:35 -04:00
Timothy Bish
31c55f7510
https://issues.apache.org/jira/browse/AMQ-6339
...
Add support for AMQP client to connect using WebSockets.
2016-06-30 14:52:40 -04:00
Timothy Bish
83827f2770
https://issues.apache.org/jira/browse/AMQ-6341
...
Wait on broker response for async broker commands.
2016-06-29 20:13:34 -04:00
Timothy Bish
4e23adfcc9
https://issues.apache.org/jira/browse/AMQ-6340
...
combine the lists in the correct order for later redispatch.
2016-06-29 12:57:30 -04:00
Jeroen Bastijns
03a211ec06
AMQ-6317: Use an SQL Statement for each createSchemaStatement
...
closes #190
2016-06-28 15:57:17 +01:00
Timothy Bish
9e856290c4
Add some tests for ClassLoadingAwareObjectInputStream
2016-06-24 12:09:58 -04:00
Timothy Bish
e02c1a17f8
https://issues.apache.org/jira/browse/AMQ-6286
...
Create a follow on test showing AMQP respects order.
2016-06-24 09:39:48 -04:00
Christopher L. Shannon (cshannon)
6be36305f6
https://issues.apache.org/jira/browse/AMQ-6337
...
Checking for the correct number of arguments before reflectively
invoking a method in DefaultAuthorizationMap
2016-06-23 20:34:50 +00:00
Dejan Bosanac
3dfda807f6
https://issues.apache.org/jira/browse/AMQ-6336 - queue browser delivers expired messages
2016-06-23 17:47:15 +02:00
Timothy Bish
03785a4d53
https://issues.apache.org/jira/browse/AMQ-6334
...
Fix error handling for connection establishment on the bridge.
2016-06-23 11:03:06 -04:00
Timothy Bish
d563e9019d
Test for message property handling cross protocols.
...
Add a test that validates that message properties are propagated between
OpenWire and AMQP.
2016-06-22 18:05:39 -04:00
Timothy Bish
94ca7039b1
Add a rollback test that rolls back repeatedly using new connections.
2016-06-22 13:02:14 -04:00
Timothy Bish
a95d6fd4eb
Adds a start of message interoperability test for OpenWire <-> Qpid JMS
2016-06-21 13:01:19 -04:00
Dejan Bosanac
1faa4afa90
https://issues.apache.org/jira/browse/AMQ-6331 - Honor excluded destinations in static routing on network connectors
2016-06-21 15:07:30 +02:00
Timothy Bish
27d955501f
Add some additional tests for dynamic sender / receiver links
2016-06-16 15:59:56 -04:00
Timothy Bish
9ac5f83473
Fix test failure in CI
...
Has race condition on the ArrayList it uses to track subs and
Fix the unreliable sleep used to track locked messages in subs
Ensure Broker is shut down on test completion.
2016-06-16 12:26:50 -04:00
Timothy Bish
5ba8679083
Allow for the connection to close without getting the ERROR frame
2016-06-16 11:20:59 -04:00
Timothy Bish
c0713415f5
https://issues.apache.org/jira/browse/AMQ-6325
...
Fix test that fails now that the parser checks the full expression.
2016-06-16 10:59:08 -04:00
Timothy Bish
6713c0c715
https://issues.apache.org/jira/browse/AMQ-6326
...
Update to 0.13.0
2016-06-16 09:42:55 -04:00
Timothy Bish
0b65c8d93c
Do a bit more resource cleanup on tearDown
2016-06-15 19:15:21 -04:00
Timothy Bish
f595f3c20d
Handle the case where the remote doesn't set any properties resulting in
...
a null instance being returned from the properties getter.
2016-06-15 18:55:13 -04:00
Dejan Bosanac
36237cb30f
https://issues.apache.org/jira/browse/AMQ-6322 - fix NetworkRouteTest failure
2016-06-15 12:59:52 +02:00
Timothy Bish
7b207567d9
https://issues.apache.org/jira/browse/AMQ-6325
...
Fix issue with selector parser.
2016-06-14 12:49:08 -04:00
Christopher L. Shannon (cshannon)
a953f11d0e
https://issues.apache.org/jira/browse/AMQ-6323
...
Applying reduceMemoryFootprint for persistent Topic messages
2016-06-14 14:36:37 +00:00
Dejan Bosanac
9f9b0fb26a
https://issues.apache.org/jira/browse/AMQ-6322 - Introduce timeout in network bridge for waiting broker infos
2016-06-14 14:29:11 +02:00
Timothy Bish
dbed28e625
https://issues.apache.org/jira/browse/AMQ-6320
...
Turn off support for non SASL connections by default, can be enabled on
the TransportConnector URI if needed.
2016-06-10 17:55:28 -04:00
Timothy Bish
c5998444cf
https://issues.apache.org/jira/browse/AMQ-6319
...
Additional fixes and tests for disable of non-SASL client connects.
2016-06-10 17:11:44 -04:00
Timothy Bish
cf750d5cee
Wait for bridge formation before attempting to receive otherwise the
...
timed receive might not work.
2016-06-10 11:22:45 -04:00
Timothy Bish
534dbee447
NO-JIRA: Add test to show behavior of non-prefixed addresses that
...
default to Queue.
2016-06-10 09:50:59 -04:00
gtully
f548aafa81
move test utility to broker module to allow reuse from jdbc module tests
2016-06-10 10:20:33 +01:00
Timothy Bish
9f5fff795d
https://issues.apache.org/jira/browse/AMQ-5621
...
Ensure that connections using VM transport are closed.
2016-06-09 18:37:09 -04:00
Timothy Bish
c49db029ab
https://issues.apache.org/jira/browse/AMQ-6319
...
Improve configuration for disabling non-SASL connections.
2016-06-09 17:32:41 -04:00
Timothy Bish
c9b208f0a3
Ensure that connections created with vm Transport connections get
...
closed.
2016-06-09 14:50:40 -04:00
Timothy Bish
98d2000833
https://issues.apache.org/jira/browse/AMQ-6275
...
Avoid unnecessary connection state lookup leading to lock ordering
issues.
2016-06-09 12:10:09 -04:00
gtully
bce5e5e9c9
AMQ-5574 - allow import osgi of jms 2.x spec jar
2016-06-08 13:15:15 +01:00
Timothy Bish
5fd307cd9f
Ensure that connections get closed to allow the vm transport resources
...
to get cleaned up.
2016-06-07 09:29:41 -04:00
Timothy Bish
9079678c3a
https://issues.apache.org/jira/browse/AMQ-6311
...
Remove misleading checknotforrunning value from the invoke
2016-06-06 12:02:14 -04:00
Timothy Bish
f6b8ce6c22
https://issues.apache.org/jira/browse/AMQ-6311
...
call the correct task 'checkfornotrunnig'
2016-06-06 11:44:17 -04:00
Christopher L. Shannon (cshannon)
2b03e6a942
https://issues.apache.org/jira/browse/AMQ-6310
...
Merging fix for AMQ-6310
This closes #188
2016-06-06 13:15:12 +00:00
Jonathan Malek
6bf5987921
A fix for AMQ-6310
...
Checking for leading wildcard in the prefix for a virtualtopic,
modifying the behavior of shouldDispatch in the VirtualTopicInterceptor.
2016-06-04 16:51:27 -07:00
Timothy Bish
27ce49f1c8
Ensure all PooledConnectionFactory instances are stopped at tests end to
...
ensure that pooled connections are all closed to release VM Transport
resrouces
2016-06-03 18:28:57 -04:00
Timothy Bish
28e7cb0b21
https://issues.apache.org/jira/browse/AMQ-6309
...
Fix some minor issues shown by static code analysis
2016-06-03 18:05:40 -04:00
Timothy Bish
db71b43b19
https://issues.apache.org/jira/browse/AMQ-6305
...
Lower prefetch on settlement of allow for dispatch of the full amount of
granted credit. Adds additional tests.
2016-06-03 17:05:00 -04:00
gtully
857597ca9e
AMQ-4181 - browser 'may' have more than 1 so message 'may' remain
2016-06-03 15:15:11 +01:00