You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Jerry Cwiklik (JIRA)" <de...@uima.apache.org> on 2015/12/15 17:50:46 UTC

[jira] [Created] (UIMA-4708) Update UIMA-AS JmxMonitor to work with new AMQ

Jerry Cwiklik created UIMA-4708:
-----------------------------------

             Summary: Update UIMA-AS JmxMonitor to work with new AMQ 
                 Key: UIMA-4708
                 URL: https://issues.apache.org/jira/browse/UIMA-4708
             Project: UIMA
          Issue Type: Task
          Components: Async Scaleout
    Affects Versions: 2.6.0AS
            Reporter: Jerry Cwiklik
            Assignee: Jerry Cwiklik
             Fix For: 2.8.1AS


AMQ has changed how its jmx MBeans are named. In order to query the broker, modify JmxMonitor and classes its using to conform to the new naming standard. For example the old name for querring queues is ;
Type=Queue|Topic,Destination=<destination identifier>
and the new one is:
type=Broker,destinationType=Queue|Topic,destinationName=<destination identifier>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)