Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Manage topic durable subscribers


Use this page to view configuration and runtime details for each durable subscriber, create new durable subscribers, delete existing ones, and manage the messages sent to a durable subscriber.

To manage a topic's durable subscribers:

  1. If you have not already done so, in the Change Center of the Administration Console, click Lock & Edit (see Use the Change Center).
  2. In the Administration Console, navigate to the topic resource that you want to configure:
  3. Click the Monitoring > Durable Subscribers tab to display the topic's subscription management options.
    • Click an existing subscription to view its configuration details
    • Click New to create a new durable subscriber.
    • Click Delete to delete specific durable subscribers.

    For more information, see Configuration Options.

  4. To manage the messages for a durable subscriber, select the check box next to the durable subscriber's name, and then click Show Messages to access its message management page.
  5. From the Durable Subscribers table, you can view the runtime details and contents of a message, create new messages, delete messages, move messages to another destination, export message contents in XML format to another file, import XML formatted message contents from another file, or drain all the messages from the durable subscription.
    • Click a message in the durable subscriber to open the View Contents page, where you can view the contents of a JMS message. For more information, see Configuration Options.
    • Click New to create a new JMS message. You can specify header and body content when creating the message, which will then be produced on the current queue. For more information, see Configuration Options.
    • Select messages for deletion and click Delete to delete them from the current durable subscriber. For more information, see Configuration Options.
    • Click Move to transfer selected JMS messages from the current durable subscriber to another destination, including a destination on a different JMS server. For more information, see Configuration Options.
    • Click Import to import a message in XML format, which results in the creation or replacement of a message on the current durable subscriber. For more information, see Configuration Options.
    • Click Export to export a message from the current durable subscriber, which results in a JMS message that is converted to either XML or serialized format. For more information, see Configuration Options.
    • Click Delete to delete all JMS messages from the current durable subscriber. For more information, see Configuration Options.

    For more information about the Durable Subscribers table, see Configuration Options.

  6. Optionally, click Customize this table to change the columns displayed in the Durable Subscribers table. To make changes, you must lock the domain configuration before making changes and activate the changes when you are finished.
  7. To activate these changes, in the Change Center of the Administration Console, click Activate Changes.
    Not all changes take effect immediately—some require a restart (see Use the Change Center).

Back to Top