Christopher L. Shannon (cshannon)
f1ca4cab38
AMQ-7027 - Update Jetty
2018-08-02 09:13:55 -04:00
Timothy Bish
ba7934e91a
AMQ-7001 Remove now unnecessary check for UTF8Buffer type
...
Remove the now unneeded checks for UTF8Buffer on the outbound converter
as the Codec now can encode those to the correct string AMQP types
without need for any help.
2018-08-01 18:34:09 -04:00
Timothy Bish
9ec6ee43b1
AMQ-7001 Resolve issues with encode failures on copied messages
...
Ensure that messages are copied to avoid contention on message content
when concurrent store and dispatch is enabled and better handle the AMQP
message type value. Adds an AMQP Encoder for UTF8Buffer to encode down
to AMQP String encodings to allow for encoded OpenWire messages such as
MapMessage which can contain UTF8Buffer instances for String keys and
values.
2018-08-01 18:13:37 -04:00
Christopher L. Shannon (cshannon)
d1c3c4814e
NO-JIRA: Add spring schemas for 5.15.5
2018-07-31 08:35:08 -04:00
gtully
18543080a0
AMQ-2659 - fix camel route config to reflect revised behaviour
2018-07-30 14:07:01 +01:00
Christopher L. Shannon (cshannon)
7974e8c099
AMQ-7004 - Improved logging in Failover Transport
2018-07-30 07:56:33 -04:00
Christopher L. Shannon (cshannon)
b67c141e6a
AMQ-7206 - Update Derby
...
Thanks Jamie Goodyear for the patch
2018-07-30 07:40:05 -04:00
Jeff Genender
99f0abab5d
AMQ-7023 Added aggregate for a full project report
2018-07-28 14:56:43 -06:00
Jeff Genender
109e9d22c8
AMQ-7023 This closes #294 - Thank you Jamie for the patch!
2018-07-28 14:44:58 -06:00
jgoodyear
b6dae3703e
[AMQ-7023] Add owasp plugin as profile to AMQ build.
2018-07-28 17:19:59 -02:30
Jamie Goodyear
31fbc20cd6
Merge pull request #3 from apache/master
...
Synching with AMQ master
2018-07-27 21:51:43 -02:30
Christopher L. Shannon (cshannon)
7e50428495
AMQ-6990 - Exclude commons-beanutils-core
...
Thank you to Jamie Goodyear for the patch
2018-07-27 11:30:58 -04:00
Christopher L. Shannon (cshannon)
525fd29d16
AMQ-6974 - test cleanup
2018-07-27 08:38:58 -04:00
Christopher L. Shannon (cshannon)
24e84a462d
AMQ-6974 - Merge commit '5b1412ddf'
...
This closes #284
2018-07-27 08:38:18 -04:00
giliva
5b1412ddfd
Avoid overflow errors - see KAFKA-4290
...
Add test for overflow values
Bind test sockets to free ports
2018-07-27 08:32:36 -04:00
Christopher L. Shannon (cshannon)
b79fcd0a76
AMQ-7017 - Prevent ArithmeticException in ProducerBrokerExchange
...
Check for zero to prevent divide by zero error inside
getPercentageBlocked() method
Thank you to Matthew Stratton for the patch
2018-07-27 07:40:49 -04:00
Christopher L. Shannon (cshannon)
e39db56934
AMQ-6970 - Adding SSL params for RAR
...
Fixing missing ssl parameters when configuring rar. Also fixing
configuration logic of inproper null checks inside
ActiveMQManagedConnectionFactory
Thank you to Flavia Rainone for the patch
2018-07-27 07:25:35 -04:00
Timothy Bish
2ebea251cd
AMQ-7019 Update Jolokia to latest version
...
Updates version to v1.6.0
2018-07-26 18:48:08 -04:00
gtully
0b76d3a0ea
AMQ-7021 - add unsynchronised accessors to destination map for usage with rw lock from abstract region; allow concurrent read of the destination map
2018-07-26 10:42:10 +01:00
Jeff Genender
28819aea4a
AMQ-7015 - Changed attribute to purgeRecoveredXATransactionStrategy and
...
allow NEVER, COMMIT, and ROLLBACK
2018-07-25 12:57:17 -06:00
Timothy Bish
b4513004bc
AMQ-6994 Update tomcat API version to laetst 8.0.x series
...
Updates version to 8.0.53 to bring in fixes
2018-07-24 12:35:57 -04:00
Timothy Bish
ae4a5d3a5c
AMQ-6997 Update Qpid JMS, Proton-J and Netty to latest
...
Update the libraries Qpid JMS, Proton-J and Netty to latest releases
2018-07-24 10:55:58 -04:00
Christopher L. Shannon (cshannon)
4a67dde130
AMQ-6992 - Update Jackson to latest version
2018-07-24 06:29:23 -04:00
Jeff Genender
aa717e0bbb
AMQ-6996 This closes #293
2018-07-23 09:13:43 -06:00
Jamie Goodyear
f6e2239b7e
Merge pull request #2 from jgoodyear/AMQ6996
...
[AMQ-6996] Update to Xerces 2.12.0
2018-07-22 16:25:55 -02:30
jgoodyear
97b7cf60a7
[AMQ-6996] Update to Xerces 2.12.0
2018-07-22 16:24:49 -02:30
Timothy Bish
5fb470478f
AMQ-7012 Fix STOMP protocol handler to log correct command names
...
Ensure Commands are logged correctly by the protocol converter.
2018-07-19 17:29:06 -04:00
Timothy Bish
9abbe826ec
AMQ-7006 Remove STOMP pending acks after client acknowledge
...
Reworked patch from Avikash Mishra to remove tracked pending acks from a
STOMP subscription that has acked.
2018-07-19 16:58:47 -04:00
Marc Schoechlin
d34967e019
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/activemq
2018-07-19 21:07:31 +02:00
Marc Schoechlin
6d24f88d16
Bugfix, ambiguous redirect if unset
...
Thanks to Drew Wyatt<drew.wyatt@carshop.co.uk>
2018-07-19 20:59:19 +02:00
hkesler
24b9ae2ed3
AMQ-7015 Added a purgeRecoveredXATransactions property on the KahaDB adaptor to purge prepared XA messages on recovery
2018-07-19 12:01:01 -06:00
Jeff Genender
7f4851f31c
[AMQ-7013] Added final for thread safety
2018-07-18 15:13:31 -06:00
jgoodyear
063d21f880
[AMQ-7013] Adding unit test
2018-07-18 10:39:29 -06:00
jgoodyear
e9a64b1c72
[AMQ-7013] Introduce JenkinsHash to XATransactionID
2018-07-18 10:39:29 -06:00
jgoodyear
46160c7b7f
[AMQ-7011] Override dispatch to always set dispatchAsync true
2018-07-15 20:10:45 -06:00
gtully
2b64b7b04f
AMQ-4706 - ensure we log the first warn and include the failure reason
2018-07-05 17:34:30 +01:00
gtully
d8c939a4bd
no jira - exercise camel as a jms bridge with transacted consume and parallel send
2018-07-05 12:16:24 +01:00
gtully
c29d7477d0
no jira - fix warn formatting error
2018-07-05 11:54:22 +01:00
gtully
dd3cac8f6c
AMQ-5976 - sanitise filter display
2018-07-04 12:04:19 +01:00
gtully
d535e34947
AMQ-7007 - restrict jetty endpoint to 127.0.0.1 by default
2018-07-04 11:37:43 +01:00
gtully
3ea18f4ed1
fix npe in long time failing ci JournalDurableSubscriptionTest
2018-07-04 10:40:31 +01:00
gtully
83514ef799
AMQ-7001 - ensure cursor pending cached id list is pruned of futures that end in an exception, fix and test
2018-07-03 21:18:36 +01:00
Jeff Genender
76490a2c7f
AMQ-7002 - Change jobid identifier to messageid format
2018-06-27 10:29:40 -06:00
gtully
e0aa091d9e
AMQ-7002 - ensure uniqueue jobids, fix and test via patch from Jamie goodyear applied with thanks
2018-06-27 14:14:44 +01:00
gtully
919ca96cee
AMQ-6575 - take message durability from publish qos for retained messages, fix and test
2018-06-27 13:52:30 +01:00
gtully
8fd107559c
AMQ-7000 - remove unnecessary time dependent assertion from test, breaks ci
2018-06-27 13:06:53 +01:00
gtully
ed8860000f
AMQ-7001 - amqp jms transformer - always copy message if properties need to be modified, fix and long running test that is disabled
2018-06-26 15:25:52 +01:00
gtully
5ebee0ace7
AMQ-7000 - ensure server sessions with closed active sessions get removed from the pool on stop, fix and test
2018-06-26 11:07:04 +01:00
Timothy Bish
9abe2c6f97
AMQ-6997 Upgrade to Qpid JMS 0.33.0
...
Upgrade to latest release of Qpid JMS
2018-06-15 17:32:28 -04:00
gtully
57a6f2373e
AMQ-6854 - ensure non null return in the event on no space to page in
2018-06-13 13:10:52 +01:00