Uploaded image for project: 'James Server'
  1. James Server
  2. JAMES-1609

JMX unregister of queues : some queues are ignored.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • Trunk
    • Trunk
    • Queue
    • None

    Description

      The @PreDestoy method called look like this :

      ```
      for ( String mbean : mbeans) {
      unregister(mbean);
      mbeans.remove(mbean);
      }
      ```

      Causing mbeans being ignored and not unregistered.

      Solution is to simply not modify collection content while working on it and simply clear it outside the for loop.

      Acceptance criteria :

      • Being able to launch a James server, stop it and restart it.

      Attachments

        Activity

          People

            Unassigned Unassigned
            btellier Benoit Tellier
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: