Github user dudaerich commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1622
  
    The ActiveMQServerImpl::threadDump used following methods when generating 
the thread dump. Not sure if I can just omit them. If yes these methods can be 
removed as they are not used anymore. Wdyt?
    
    ```java
    @MessageBundle(projectCode = "AMQ")
    public interface ActiveMQMessageBundle {
       @Message(id = 119001, value = "Generating thread dump", format = 
Message.Format.MESSAGE_FORMAT)
       String generatingThreadDump();
    
       @Message(id = 119002, value = "Thread {0} name = {1} id = {2} group = 
{3}", format = Message.Format.MESSAGE_FORMAT)
       String threadDump(Thread key, String name, Long id, ThreadGroup 
threadGroup);
    
       @Message(id = 119003, value = "End Thread dump")
       String endThreadDump();
    ```


---

Reply via email to