Uploaded image for project: 'JBoss A-MQ'
  1. JBoss A-MQ
  2. ENTMQ-162

etc/system.properties:activemq.jmx.url should ref ${rmiServerPort}/jndi/rmi://${rmiRegistryHost}:${rmiRegistryPort}/

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Minor
    • JBoss A-MQ 6.0
    • 7.1.0.fuse-046
    • broker
    • None

    Description

      From the install dir: (points to the need to ref the rmiRegistryHost and rmiRegistryPort in the activemq.jmx.urlgrep "karaf.name" etc/*
      etc/org.apache.karaf.management.cfg:serviceUrl = service:jmx:rmi://0.0.0.0:${rmiServerPort} /jndi/rmi://${rmiRegistryHost}:${rmiRegistryPort}/karaf-${karaf.name}
      etc/system.properties:karaf.name=root
      etc/system.properties:activemq.jmx.url=service:jmx:rmi:///jndi/rmi://localhost:1099/karaf-${karaf.name}



      etc/system.properties:activemq.jmx.url=service:jmx:rmi:///jndi/rmi://localhost:1099/karaf-${karaf.name}
      should be (at a min):
      etc/system.properties:activemq.jmx.url=service:jmx:rmi:///jndi/rmi://${rmiRegistryHost} :${rmiRegistryPort} /karaf-${karaf.name} need to check how the default rmi host and port are calculated... seems like we should include those as vars also.

      Attachments

        Activity

          People

            dejanbosanac Dejan Bosanac
            gtully@redhat.com Gary Tully
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: