How do I disconnect an XML API JMS client connection or remove a durable subscription?

Steps
 

Using an account with an assigned Security scope of command role, choose Administration→Security→NFM-P User Security from the NFM-P main menu. The NFM-P User Security - Security Management (Edit) form opens.


Click on the Messaging Connections tab.


Specify a filter and click Search. A list of active XML API client connections opens.


Select a connection in the list and perform one of the following:

  1. Click Close Connection to shut down the client connection.

  2. Click Remove Connection to shut down the client connection and remove the durable subscription.


Click Yes. The action is performed.

If you choose Close Connection, the connection is terminated, but the NFM-P continues to store JMS messages for the session.

If you choose Remove Connection, the NFM-P stops storing the JMS messages for the session.

Note: When you remove a durable subscription, the XML API client can still attempt to connect to the XML API. You can prevent an XML API client from attempting to connect by suspending the XML API user account. See How do I suspend or reinstate an NFM-P user account? for more information.


Close the form.

End of steps