+

Search Tips   |   Advanced Search

Delete a listener port

Use this task to delete a listener port from the message listener service, to prevent message-driven beans associated with the port from retrieving messages.

A listener port defines the association between a connection factory, a destination, and a deployed message-driven bean. See Message-driven beans - listener port components.

To delete a listener port, use the administrative console to complete the following steps:


Tasks

  1. Start the administrative console.

  2. In the navigation pane, click...

            Servers > Server Types > WebSphere application servers->server > [Communications] Messaging > Message listener service > [Additional Properties] Listener Ports > listener_port

    The Message listener port collection panel is displayed.

  3. Select the check box for the listener port to delete.

  4. Click Delete.

    This action stops the port (needed to allow the port to be deleted) then deletes the port.

  5. Save changes to the master configuration.

  6. To have the changed configuration take effect, stop then restart the application server.


Related:

  • Message-driven beans - listener port components
  • Create a new listener port
  • Starting a listener port
  • Stopping a listener port
  • Manage message listener resources for message-driven beans