Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Management tool: Currently the management tool being used in is JConsole. The management of QPID is categorised into following types-

...

 1) Managing and Monitoring Exchanges: Following is the list of features, which we can have available for managing and monitoring an Exchange running on a QPID Qpid Server Domain-

  1. Displaying the following information for monitoring purpose-
    1. The list of queues bound to the exchange along with the routing keys.
    2. General Exchange properties(like name, durable etc).
  2. Binding an existing queue with the exchange.

2) Managing and Monitoring Queues:  Following are the features, which we can have for a Queue on a Blaze Qpid Server Domain-

  1. Displaying the following information about the queue for monitoring purpose-
    1. General Queue properties(like name, durable, etc.)
    2. The maximum size of a message that can be accepted from the message producer.
    3. The number of the active consumers accessing the Queue.
    4. The total number of consumers (Active and Suspended).
    5. The number of undelivered messages in the Queue.
    6. The total number of messages received on the Queue since startup.
    7. The maximum number of bytes for the Queue that can be stored on the Server.
    8. The maximum number of messages for the Queue that can be stored on the Server.
  2. Viewing the messages on the Queue.
  3. Deleting message from top of the Queue.
  4. Clearing the Queue.
  5. Wiki Markup
    Browsing the DeadMessageQueue - Messages which are expired or undelivered because of some reason are routed to the DeadMessageQueue.  This queue can not be deleted.  \[Note: The is open because it depends on how these kind of messages will be handeled?\]

...