Christopher L. Shannon (cshannon)
a5050a8bc5
https://issues.apache.org/jira/browse/AMQ-6356
...
Fixing store size calculation on KahaUpdateMessageCommand processing so
that the size won't increase inadvertently if the existing location of
the command in the journal is the same as the new location
2016-07-14 09:21:23 -04:00
Christopher L. Shannon (cshannon)
159713298a
https://issues.apache.org/jira/browse/AMQ-6301
...
using the proper command name in karaf after upgrading from karaf 2 to
4
2016-07-13 09:48:55 -04:00
Timothy Bish
16c487a7b9
https://issues.apache.org/jira/browse/AMQ-6353
...
Fix and test for encoding the correlation Id value to the ActiveMQ
message object's string value
2016-07-12 14:19:01 -04:00
Christopher L. Shannon (cshannon)
6c2ce67ffb
https://issues.apache.org/jira/browse/AMQ-6301
...
Updating ActiveMQServiceFactory to avoid using Spring DM directly and
instead use the Camel factory bean if it exists
Reverting back to Camel 2.16.3 until Spring DM is removed and Spring 4
can be used
2016-07-12 12:27:30 -04:00
Christopher L. Shannon (cshannon)
a2205f6919
https://issues.apache.org/jira/browse/AMQ-6301
...
This closes #187
2016-07-12 12:26:45 -04:00
Seth Leger
927bef7345
AMQ-6301: Changed activemq-osgi so that it embeds the spring-dm bundles
...
so that we can avoid loading the spring-dm feature which causes Spring
version conflicts.
2016-07-12 12:17:14 -04:00
Timothy Bish
c9c05eb866
NO-JIRA Update this test to test across all transformers.
2016-07-12 10:57:07 -04:00
Christopher L. Shannon (cshannon)
d635a36940
https://issues.apache.org/jira/browse/AMQ-6352
...
Fixing PList size tracking by moving the null assignment on removal to
after the onRemoval method is called to make sure that the decrement is
done properly.
2016-07-12 10:27:57 -04:00
Timothy Bish
0706fd0bc1
https://issues.apache.org/jira/browse/AMQ-6350
...
Allow for PooledConnectionFactory restart after being stopped.
2016-07-11 18:20:08 -04:00
Christopher L. Shannon (cshannon)
667ea7c640
https://issues.apache.org/jira/browse/AMQ-6345
...
disabling failed assertion for test as it is expected based on how this
test is usin the client
2016-07-07 18:23:50 +00:00
Christopher L. Shannon (cshannon)
b5b087d558
https://issues.apache.org/jira/browse/AMQ-6345
...
Moving PINGREQ tests into its own test class so they aren't run more
than once
2016-07-07 13:53:58 +00:00
Christopher L. Shannon (cshannon)
6dacef1c95
https://issues.apache.org/jira/browse/AMQ-6345
...
The MQTT transport will now throw an exception if a PINGREQ is sent to
the broker if a CONNECT packet has not been received first as the spec
says CONNECT must be the first packet sent.
2016-07-06 15:59:25 +00:00
Christopher L. Shannon (cshannon)
c02bc64846
https://issues.apache.org/jira/browse/AMQ-5426
...
Fixing a race condition in ActiveMQMessageConsumer that could cause a
NPE when the consumer is closing by only modifing pendingAck inside of
the deliveredMessagesMutex
Thanks to Michael Wong for providing the test case for this issue.
2016-07-05 20:35:07 +00:00
Christopher L. Shannon (cshannon)
3856c3999a
Revert " https://issues.apache.org/jira/browse/AMQ-5426 "
...
This reverts commit 6bfa13b6e7
.
2016-07-05 20:27:02 +00:00
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