3302 Commits

Author SHA1 Message Date
Clebert Suconic
b674c6b846 This closes #1091 2017-03-14 17:09:52 -04:00
Justin Bertram
849b83972f NO-JIRA STOMP doc updates 2017-03-14 17:09:52 -04:00
Clebert Suconic
75a4162a36 NO-JIRA: logger on Exception 2017-03-14 09:50:19 -04:00
Clebert Suconic
b58381f20e This closes #1092 2017-03-14 09:47:59 -04:00
Clebert Suconic
8cf3119767 NO-JIRA: Changing TopicControlClusterTest to expression 2017-03-14 09:42:49 -04:00
Justin Bertram
bf5ca678ee NO-JIRA fix race in TopicControlClusterTest
Test didn't account for "remote" queue bindings from other cluster
member which caused a race condition.
2017-03-13 12:46:20 -05:00
Justin Bertram
c54dfd3055 This closes #1090 2017-03-13 10:33:13 -05:00
Andy Taylor
b5b6e4bea6 ARTEMIS-1034 - non-durable subscription queue not ended on link close
https://issues.apache.org/jira/browse/ARTEMIS-1034
2017-03-13 10:33:13 -05:00
Justin Bertram
e13e014c6d This closes #1088 2017-03-13 10:28:17 -05:00
Clebert Suconic
afe97cdb0f ARTEMIS-1033 Fixing NPE on PageTX and reload 2017-03-13 09:07:26 -04:00
Clebert Suconic
1ce5d1f758 NO-JIRA Removing System.out left by mistake 2017-03-13 08:58:46 -04:00
Clebert Suconic
26f987b697 This closes #1087 2017-03-10 15:38:03 -05:00
Martyn Taylor
6b2363e02e ARTEMIS-1031 Fix prefix support 2017-03-10 15:38:02 -05:00
Martyn Taylor
c40823e5ec [maven-release-plugin] prepare for next development iteration 2017-03-10 14:54:33 +00:00
Martyn Taylor
70e319d6e3 [maven-release-plugin] prepare release 2.0.0 2.0.0 2017-03-10 14:52:26 +00:00
Martyn Taylor
f1a5f1caf9 Revert "[maven-release-plugin] prepare release 2.0.0"
This reverts commit 057047499bd9208c4694ad0cbeb904ad79a4c4f4.
2017-03-10 14:45:29 +00:00
Martyn Taylor
1964abe567 Revert "[maven-release-plugin] prepare for next development iteration"
This reverts commit 9a52f51c9ff9a307f7732eda1ac05dfbdfe277b4.
2017-03-10 14:44:58 +00:00
Clebert Suconic
0dab2f574c This closes #1085 2017-03-10 09:29:17 -05:00
Dejan Bosanac
e7b22c7f0d [docs] migration guide - ssl 2017-03-10 09:29:17 -05:00
Clebert Suconic
f1891f1627 This closes #1086 2017-03-10 09:27:14 -05:00
Justin Bertram
e9ad1c81a5 Revert "ARTEMIS-1011 Small adjustment on test"
Revert "ARTEMIS-1011 adjust slow-consumer detection logic"

This reverts commit 9818206bd3aa893864eedf06d19d0c2d5c355a9c.
This reverts commit 19ebbfb5f0a10daca6f2f516efae4755613254fd.
2017-03-10 09:26:41 -05:00
Martyn Taylor
9a52f51c9f [maven-release-plugin] prepare for next development iteration 2017-03-10 11:36:36 +00:00
Martyn Taylor
057047499b [maven-release-plugin] prepare release 2.0.0 2017-03-10 11:25:47 +00:00
Martyn Taylor
84669bd782 NO-JIRA Update Copyright Dates 2017-03-10 11:13:39 +00:00
Martyn Taylor
0a20352b7a This closes #1083 2017-03-10 11:09:29 +00:00
Clebert Suconic
f1249e39a9 ARTEMIS-1029 Cleaning up small possible Exception
treating an exception after the PagingIterator in case of duplicates cleanups
2017-03-10 11:09:29 +00:00
Martyn Taylor
526b42a428 This closes #1084 2017-03-10 11:08:27 +00:00
Martyn Taylor
b33fea0d7f ARTEMIS-990 Dont require Perms on MQTT mngment Q 2017-03-10 11:06:05 +00:00
Justin Bertram
c1c0354d92 This closes #1082 2017-03-09 21:19:38 -06:00
Clebert Suconic
6a323eb832 ARTEMIS-1029 speeding up JmsNettyNioStressTest 2017-03-09 22:12:59 -05:00
Clebert Suconic
b73828a0f4 ARTEMIS-1029 Fixing Paging issues
- Browser out of order
- PageStore not being cleared
2017-03-09 22:12:58 -05:00
Clebert Suconic
761f42277d ARTEMIS-1029 Fixing Scaledown tests 2017-03-09 22:12:58 -05:00
Clebert Suconic
5534d00fab ARTEMIS-1029 Fixing PagingOrderTest 2017-03-09 22:12:58 -05:00
Clebert Suconic
38305d2751 ARTEMIS-1009 Fixing ActiveMQServerControlTest 2017-03-09 22:12:58 -05:00
Clebert Suconic
ed1d4c0948 ARTEMIS-1009 Fixing Management test 2017-03-09 19:14:59 -05:00
Clebert Suconic
0b1e48a7f4 This closes #869 2017-03-09 17:27:51 -05:00
Francesco Nigro
59de5ed8a4 ARTEMIS-827 AMQP test client validator classes not thread safe 2017-03-09 17:27:50 -05:00
Clebert Suconic
2b7807f7e0 This closes #1081 2017-03-09 17:27:12 -05:00
Clebert Suconic
9818206bd3 ARTEMIS-1011 Small adjustment on test 2017-03-09 17:21:16 -05:00
Justin Bertram
19ebbfb5f0 ARTEMIS-1011 adjust slow-consumer detection logic
Adjust slow-consumer detection logic to use the number of messages in
the queue and not just the number of messages added since the last
check. This means the getRate() method now returns the rate of messages
which it *could* have dispatched since the last check rather than the
rate at which it received messages. This is a more reliable metric to
ensure the slow-consumer detection logic doesn't flag a consumer as
slow unfairly. Although the reliability will come at a performance cost
since getMessageCount() must lock the queue.
2017-03-09 16:59:22 -05:00
Clebert Suconic
4fabbc8041 This closes #1077 2017-03-09 16:53:15 -05:00
Martyn Taylor
24a045e266 NO-JIRA Fix up user manual 2017-03-09 21:24:02 +00:00
Martyn Taylor
c971476a88 ARTEMIS-780 Added section on latest address model 2017-03-09 21:24:02 +00:00
Justin Bertram
d408c46340 This closes #1076 2017-03-09 13:45:13 -06:00
Clebert Suconic
1ece044dfc ARTEMIS-1021 Improving CPP to produce a TextMessage using UTF-8 2017-03-09 13:45:12 -06:00
Justin Bertram
101c6e6860 This closes #1079 2017-03-09 13:39:58 -06:00
Clebert Suconic
6add6ee59c doc: small chapter on AMQP 2017-03-09 13:39:58 -06:00
Clebert Suconic
81a3ec599a This closes #1080 2017-03-09 14:39:33 -05:00
Justin Bertram
a052e2ca9a ARTEMIS-1026 don't route when purgeOnNoConsumers and consumers=0 2017-03-09 14:39:33 -05:00
Justin Bertram
a41951a585 This closes #1078 2017-03-09 13:37:54 -06:00