You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2019/08/08 16:11:39 UTC

[GitHub] [activemq-artemis] jbertram opened a new pull request #2790: ARTEMIS-2449 limit size of producer details

jbertram opened a new pull request #2790: ARTEMIS-2449 limit size of producer details
URL: https://github.com/apache/activemq-artemis/pull/2790
 
 
   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.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services