activemq-artemis/tests
Justin Bertram 9d44c40037 ARTEMIS-2449 limit size of producer details
The core server session tracks details about producers like what
addresses have had messages sent to them, the most recent message ID
sent to each address, and the number of messages sent to each address.
This information is made available to users via the
listProducersInfoAsJSON method on the various management interfaces
(JMX, web console, etc.). However, in situations where a server session
is long lived (e.g. in a pool) and is used to send to many different
addresses (e.g. randomly named temporary JMS queues) this info can
accumulate to a problematic degree. Therefore, we should limit the
amount of producer details saved by the session.
2019-08-08 14:24:28 -04:00
..
activemq5-unit-tests [maven-release-plugin] prepare for next development iteration 2019-05-29 22:02:00 -05:00
artemis-test-support [maven-release-plugin] prepare for next development iteration 2019-05-29 22:02:00 -05:00
compatibility-tests ARTEMIS-2401 Improving tests and a few fixes around Address.pause 2019-07-18 16:29:52 -04:00
config ARTEMIS-2273 Adding Audit Log 2019-03-14 12:24:59 -04:00
extra-tests ARTEMIS-2414 Sync before closing file in case data loss 2019-07-29 14:44:26 -04:00
integration-tests ARTEMIS-2449 limit size of producer details 2019-08-08 14:24:28 -04:00
jms-tests NO-JIRA moving Wait and removing some duplicate code on artemis-junit module 2019-07-16 22:30:59 -04:00
joram-tests [maven-release-plugin] prepare for next development iteration 2019-05-29 22:02:00 -05:00
karaf-client-integration-tests [maven-release-plugin] prepare for next development iteration 2019-05-29 22:02:00 -05:00
performance-tests [maven-release-plugin] prepare for next development iteration 2019-05-29 22:02:00 -05:00
smoke-tests ARTEMIS-2350 Fix ClassNotFoundException while invoking ActiveMQServerControlImpl::listConsumers 2019-06-25 14:06:12 -05:00
soak-tests [maven-release-plugin] prepare for next development iteration 2019-05-29 22:02:00 -05:00
stress-tests [maven-release-plugin] prepare for next development iteration 2019-05-29 22:02:00 -05:00
timing-tests [maven-release-plugin] prepare for next development iteration 2019-05-29 22:02:00 -05:00
unit-tests ARTEMIS-2414 Sync before closing file in case data loss 2019-07-29 14:44:26 -04:00
pom.xml [maven-release-plugin] prepare for next development iteration 2019-05-29 22:02:00 -05:00