| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
getQueueNamesDepths() method from the VirtualHostManager MBean to gather the QueueDepth data for newer brokers (Qpid JMX API 1.3+).
Remove ActiveConsumerCount attribute use for consistency between old and new brokers, and to half the excessive delay in retrieving the attribute values for old brokers with large queue counts.
Modify the Queue/Connection/Exchange selection views to be produced on demand instead of persisting in the background.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@797476 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
|
| |
entry with all queues listed.
Modify the management console to auto-select the wildcard binding when the exchange is viewed. Also, suppress the warning on entering no binding key when creating a fanout exchange binding, but auto-fill the field with the wildcard for clarity.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@797387 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
relying on default set within the management console
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@796693 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
only clears the Notifications for that VirtualHost instead of all Notifications for the entire server. Add synchronized blocks to protect from concurrent modifications by the update thread and the clear action.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@796663 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
worker thread tries to access the display after it has beeen disposed
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@796644 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
all notifications from table and forcing deselection unecessarily. Update the worker thread to only start when the tab is in view and die when it isnt.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@796227 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
show the notifications from that VirtualHost, instead of those from the entire server.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@796212 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@796209 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@796206 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@796205 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
queue operation. Add ability to specify message interval, and helper 'next/prev 50 msgs' buttons.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@796198 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
results, update management console QueueOperations tab accordingly
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@795089 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
|
| |
Use the API versioning to prevent the console working with future brokers using a major new management API.
Provide message upon connection if the server supports a minor new API the console doesnt, directing user to upgrade.
Add a test to check console supported API is kept in sync with server API for new releases.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@795084 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@794662 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@794222 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
focus-switching issues during automated refresh
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793925 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
automated refresh
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793924 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793534 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793532 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
| |
Also modified the navigation tree to correctly identify the virtual host for single-instance mbeans like the VHM, and made the server registry mbean removal process more resistant to NPE's
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793530 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
|
|
| |
Only remove items from the navigation tree config file if removal initiated by the user, not if caused by mbean unregistration.
Notify MBeanView explicitly when mbeans are unregistered, because the new Queue etc selection allows opening Queues etc without adding them to the navigation tree, so the previous tree selectionListener check is no longer sufficient on its own.
Add new refresh method to MBeanView to decouple it from the display of new mbeans based on tree selection, to allow viewing and refreshing mbeans not in the navigation tree.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793511 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793505 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793502 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793501 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
previous result window generator to allow ESC to act as close
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793498 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
accordingly, remove 'edit attribute' menu item and action
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793497 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
|
| |
have the JMX MC use this jar
directly instead of wrapping the old module jar with an RCP plugin manifest
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793189 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
available output levels. Update jmx management console to understand String[] attribute value and display contents properly
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@762365 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
of directly in user home directory
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@754807 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
purpose to users
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@754803 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@749275 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@749265 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
upon establishing connection
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@749186 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
depth in bytes rather than kilbytes, matching their respective setter methods. Augment the management console's navigation queue selection list to show the appropriate numbers
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@749149 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
jmxremote.sasl plugin, this is now an (optional) dependancy of the qpid-management-common plugin
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@748937 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
domain node from management console navigation tree
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@748936 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
data to make them be in the conventional <previous .. next> layout
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@748726 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
server connection process. these details are taken care of by the JMXConnectionFactory
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@748721 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
required hashing itself in order to present a consistent interface for user management. Alter management console to use mbean versioning to detect this and send plaintext to v2+ user management mbeans. Update RMIPasswordAuthenticator to make use of the new PD input consistency
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@748680 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
window to fix multimonitor issues
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@748620 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
previously during a branch merge to trunk
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@748611 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@748380 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
using different dialogue style to visually reinforce the message
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@748379 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
upon reciept of a connection-failed notification, instead of upon every registration, unregistration, and removal of an mbean from the server registry
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@748365 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
the MBeanInfo can be retrieved before adding it to the navigation tree. Prevents showing the admin-only mbeans to users who cant view them anyway
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@748359 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
subscribe for, if this is null or 0, do not show the notifications tab
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@748354 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
runtime exception, and replaced with an asynchronous tree refresh to update the navigation images
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@748342 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
|
|
| |
based JMXConnectorServer in use, enforces use of the custom MBeanInvocationhandlerImp when using the RMI based JMX, and implements a customised RMI registry to prevent external changes being possible. Updated Management console accordingly.
Patch from Robbert Gemmell <gemmellr@dcs.gla.ac.uk>
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@744113 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
navigation.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@738068 13f79535-47bb-0310-9956-ffa450edef68
|
| |
|
|
|
|
| |
main entries in the left panel. Having a Qpid Connections node that the user had to open to see their severs was just an extra click too much.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@737755 13f79535-47bb-0310-9956-ffa450edef68
|