5485 Commits

Author SHA1 Message Date
Justin Bertram
f9af366f07 ARTEMIS-1951 fix comparison bug 2018-06-23 11:57:38 -05:00
Clebert Suconic
901e5c4a98 NO-JIRA Improving ExpiryMessageTest 2018-06-23 10:33:33 -04:00
Clebert Suconic
2c8b6b4aee This closes #2159 2018-06-22 15:48:16 -04:00
Clebert Suconic
efd966d88d ARTEMIS-1928 Fixing body conversion of LargeMessages to AMQP 2018-06-22 15:48:15 -04:00
Clebert Suconic
532317ceff This closes #2148 2018-06-22 15:47:15 -04:00
Justin Bertram
c0d28432ad NO-JIRA STOMP frame logging 2018-06-22 15:47:14 -04:00
Justin Bertram
1ed7a616ee ARTEMIS-1930 require STOMP durable sub name to unsubscribe 2018-06-22 15:47:14 -04:00
Clebert Suconic
4f0bb98667 NO-JIRA Adding Redistribution & Loadbalancing test with AMQP 2018-06-22 14:30:35 -04:00
Clebert Suconic
576cf7e73d This closes #2156 2018-06-22 10:38:05 -04:00
Justin Bertram
754a263328 ARTEMIS-1951 allow queue's user to be updated 2018-06-22 10:38:05 -04:00
Clebert Suconic
63a4b49f4c This closes #2157 2018-06-22 10:36:59 -04:00
Justin Bertram
023feaed37 NO-JIRA add doc on recent releases 2018-06-22 10:36:59 -04:00
Clebert Suconic
9a4d015a37 This closes #2158 2018-06-22 10:36:38 -04:00
Justin Bertram
cca73dc7dd ARTEMIS-1950 clarify STOMP durable sub header names 2018-06-22 10:36:38 -04:00
Clebert Suconic
faf99cd68f This closes #2154 2018-06-22 10:36:14 -04:00
Clebert Suconic
d805074b94 ARTEMIS-1948 dotnet example with high performant load 2018-06-21 11:23:58 -04:00
Clebert Suconic
3534b23e3f This closes #2153 2018-06-20 17:18:03 -04:00
Justin Bertram
2ed8a5764b ARTEMIS-1947 return metadata in JSON session mgmnt ops 2018-06-20 17:18:03 -04:00
Clebert Suconic
1e5971b70e This closes #2152 2018-06-20 11:39:18 -04:00
Clebert Suconic
6f72e0b4e5 ARTEMIS-1924 small tweaks on HeartBeat test 2018-06-20 11:26:59 -04:00
Clebert Suconic
4ed1b6bf72 This closes #2151 2018-06-20 11:02:23 -04:00
Francesco Nigro
e035487a5f ARTEMIS-1945 InVMNodeManager shared state should be volatile
State access should be atomic to be visibile between
different threads.
2018-06-20 11:02:23 -04:00
Clebert Suconic
d125dcd067 This closes #2150 2018-06-20 10:59:35 -04:00
vkamble60
f4097fb01a [ARTEMIS-1944] Typo mistake in broker.xml at journal-buffer-timeout explanation 2018-06-20 12:32:12 +05:30
Clebert Suconic
b7c3e03ca4 This closes #2149 2018-06-19 17:58:53 -04:00
Clebert Suconic
69d9b6094a ARTEMIS-1924 Test consumer cleanup after socket connection reset 2018-06-19 17:54:20 -04:00
Clebert Suconic
a4d9d7fc59 This closes #2129 2018-06-19 00:12:32 -04:00
Justin Bertram
aa1f6a9dd3 ARTEMIS-1917 support logging HTTP access 2018-06-19 00:12:32 -04:00
Clebert Suconic
77eb0b6f4d This closes #2130 2018-06-18 16:15:48 -04:00
Johan Stenberg
197661cb58 ARTEMIS-1918 Remove unused private field clientID 2018-06-18 16:15:48 -04:00
Clebert Suconic
34062838e7 This closes #2138 2018-06-18 16:15:14 -04:00
Justin Bertram
57ed5b0530 ARTEMIS-1926 refactor SSLSupport 2018-06-18 16:15:13 -04:00
Clebert Suconic
16b2bcba68 This closes #2136 2018-06-18 16:08:13 -04:00
Justin Bertram
7df3bcecef Revert "[ARTEMIS-1819] Missing fields on listAllConsumersAsJSON, listConsumersAsJSON and listConnectionsAsJSON"
This reverts commit c3fbd1b9e479f87898e0acd53f386d588c997632.

Based on the discussion on the PR
https://github.com/apache/activemq-artemis/pull/2035 this shouldn't have
been merged. It's importing JMS-specific code into the core broker which
is something we've worked hard to eliminate in recent releases.
2018-06-18 16:08:11 -04:00
Clebert Suconic
e8d192845d This closes #2146 2018-06-18 16:01:51 -04:00
Shailendra Kumar Singh
42f3cf0765 ARTEMIS-1939 Remove space from parameter annotations name in ActiveMQServerControl 2018-06-18 16:01:51 -04:00
Clebert Suconic
47ba1f051b This closes #2140 2018-06-18 15:53:29 -04:00
Justin Bertram
3b6c010739 ARTEMIS-1931 Add camel example 2018-06-18 15:46:35 -04:00
Clebert Suconic
e2e1034bdb ARTEMIS-1931 Support Property replacement on the CLI 2018-06-18 15:46:35 -04:00
Justin Bertram
8e9bcf2d60 ARTEMIS-1931 Support web dependencies in 'create' plugin 2018-06-18 15:03:31 -04:00
Clebert Suconic
92d866b49f This closes #2143 2018-06-18 15:02:40 -04:00
gtully
f10c64fc87 ARTEMIS-1942 replace properties removed in error from internal config map 2018-06-18 15:01:36 -04:00
Clebert Suconic
ad4844e8ec This closes #2147 2018-06-18 14:53:53 -04:00
Robbie Gemmell
ed2a18f1c4 ARTEMIS-1940: restore use of copying send in certain edge cases
Avoids pooling corner cases interacting with ARTEMIS 1843 + ARTEMIS 1861 improvements.

Also tagging ARTEMIS-1941 to note test needs altered along with it.
2018-06-18 19:30:26 +01:00
Clebert Suconic
74ca08c92a This closes #2145 2018-06-18 10:22:11 -04:00
Timothy Bish
952bf12eeb ARTEMIS-1938 Update to Qpid JMS 0.33.0
Update to latest release of Qpid JMS
2018-06-15 17:10:18 -04:00
Timothy Bish
41d8ea2a98 This closes #2144 2018-06-15 16:46:58 -04:00
Robbie Gemmell
9a3442f0bd ARTEMIS-1934: fix handling/accounting of sent amqp connection data
updates max frame size tests to verify behaviour seen with standalone
brokers rather than non represenative test-only conditions, as well
as more closely validate the recieved messages
2018-06-15 20:27:28 +01:00
Clebert Suconic
13954d3509 This closes #2141 2018-06-15 10:42:31 -04:00
Clebert Suconic
b360fa6063 ARTEMIS-1935: Close of openwire connection should closes all open sessions
This is my ammending to the last commit
I'm adding some extra verifications to the test
and I fixed a leak that already existed on the previous map
2018-06-15 10:33:55 -04:00