Commit Graph

3292 Commits

Author SHA1 Message Date
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 2017-03-10 14:52:26 +00:00
Martyn Taylor f1a5f1caf9 Revert "[maven-release-plugin] prepare release 2.0.0"
This reverts commit 057047499b.
2017-03-10 14:45:29 +00:00
Martyn Taylor 1964abe567 Revert "[maven-release-plugin] prepare for next development iteration"
This reverts commit 9a52f51c9f.
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 9818206bd3.
This reverts commit 19ebbfb5f0.
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
Clebert Suconic a41a1930ef ARTEMIS-1009 AMQP shouldn't use application properties
As part of my refactoring on AMQP, the broker shouldn't rely on Application properties
for any broker semantic changes on delivery.

I am removing any access to those now, so we can properly deal with this post 2.0.0.
2017-03-09 12:27:39 -05:00
Justin Bertram 78e935b184 This closes #1073 2017-03-09 08:12:42 -06:00
Clebert Suconic c369084381 ARTEMIS-1009 Tight up on AMQP
avoiding application properties even further
fixing nolocal
2017-03-09 08:12:42 -06:00
Clebert Suconic 8aa55a655d ARTEMIS-1021 Expanding test towards other protocol types 2017-03-09 08:12:42 -06:00
Clebert Suconic 12394afc5d NO-JIRA: update notice 2017-03-09 09:07:09 -05:00
Clebert Suconic 6d69bc2a02 This closes #1070 2017-03-09 09:03:40 -05:00
Dejan Bosanac 5e7d44e8ba [docs] migration guide - authorization 2017-03-09 09:03:39 -05:00
Clebert Suconic fabacff2c0 This closes #1074 2017-03-09 09:03:15 -05:00
Andy Taylor a9ff8e4d9f doc fixes 2017-03-09 09:03:14 -05:00
Clebert Suconic 37e37ebdc0 This closes #1075 2017-03-09 09:02:21 -05:00