WAS v8.5 > Administer applications and their environment > Welcome to administering Messaging resources > Manage message-driven beans > Manage message listener resources for message-driven beans > Administer listener portsDelete 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. For more information, see Message-driven beans - listener port components.
To delete a listener port, use the dmgr console to complete the following steps:
- Start the dmgr console.
- In the navigation pane, click Servers > Server Types > WebSphere application servers->server_name > [Communications] Messaging > Message listener service > [Additional Properties] Listener Ports > listener_port
The Message listener port page panel is displayed.
- Select the check box for the listener port to delete.
- Click Delete.
This action stops the port (needed to allow the port to be deleted) then deletes the port.
- Save your changes to the master configuration.
- To have the changed configuration take effect, stop then restart the application server.
Related concepts:
Message-driven beans - listener port components
Related
Create a new listener port
Start a listener port
Stopping a listener port
Manage message listener resources for message-driven beans