You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Alex Rudyy (JIRA)" <ji...@apache.org> on 2015/05/08 18:06:00 UTC

[jira] [Created] (QPID-6536) [Java Broker] UI tabs should inform user when the underlying object disappears i.e. starts to return 404

Alex Rudyy created QPID-6536:
--------------------------------

             Summary: [Java Broker] UI tabs should inform user when the underlying object disappears i.e. starts to return 404
                 Key: QPID-6536
                 URL: https://issues.apache.org/jira/browse/QPID-6536
             Project: Qpid
          Issue Type: Bug
          Components: Java Broker
    Affects Versions: 0.32, 0.30, 0.28, 0.26, 0.24, 0.22, 0.20, 0.18
            Reporter: Alex Rudyy
             Fix For: 6.0 [Java]


As an operator of a Qpid Broker, I may watch an object through the UI. For instance, I may monitor the depth of a queue or watch statistics of a virtualhost or connection. Currently, if another actor in the system causes the object to go away, the UI gives me no clear visual indication that has happened. The queue tab for instance remains open on-screen but nothing actually indicates the object has gone. The counters remain at their last known values. The user may believe the object still exists and this may cause him to take the wrong action.

Internally, the UI continues to periodically poll the objects GET URL, but it receives a 404 and does nothing.

Change the UI to give a clean visual indication the tab no longer refers to a live object



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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org