Bug 1329697

Summary: Temporary artemis runtime queues remains in JON as zombies
Product: [JBoss] JBoss Operations Network Reporter: Filip Brychta <fbrychta>
Component: Plugin -- JBoss EAP 7Assignee: Simeon Pinder <spinder>
Status: CLOSED WONTFIX QA Contact: Mike Foley <mfoley>
Severity: low Docs Contact:
Priority: low    
Version: JON 3.3.5CC: loleary, rhatlapa
Target Milestone: ER01Keywords: Triaged
Target Release: One-off release   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-04-28 14:35:47 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Filip Brychta 2016-04-22 15:46:26 UTC
Description of problem:
Temporary artemis runtime queues are created when there are some non-durable subscribers and are removed when the connection is closed. However it's discovered by JON so it remains there as zombie.
After some time there will be many zombie resources of this type.

Version-Release number of selected component (if applicable):
JON3.3.5 with eap plugin pack 04-ER01

How reproducible:
Always

Steps to Reproduce:
1. deploy helloworld-mdb quick start - https://github.com/jboss-developer/jboss-eap-quickstarts/tree/7.0.x-develop/helloworld-mdb
2. visit the application http://<yourServer>:8180/mdb/HelloWorldMDBServletClient
3. wait for the runtime queue to be discovered by JON
4. invoke reload opeartion
5. wait for the new runtime queue to be discovered by JON

Actual results:
After each reload there will be new runtime queue created and previous will be removed but those will be still visible in JON marked as DOWN.
There will be more and more of those.


Expected results:
Not sure. Maybe ignore temporary runtime queues?

Additional info: