WebSphere Message Broker, Version 8.0.0.7 Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS

See information about the latest product version

mqsideleteconfigurableservice command

Use the mqsideleteconfigurableservice command to delete a configurable service, such as a JMS provider, JDBC provider, or FTP server, that you have created by using the mqsicreateconfigurableservice command.

You can also use the WebSphere® Message Broker Explorer to delete custom-named configurable services; however, you cannot delete IBM-defined configurable services. See Using the WebSphere Message Broker Explorer to work with configurable services for more information.

Supported platforms

  • Windows systems
  • Linux and UNIX systems
  • z/OS®. Run this command by customizing and submitting BIPDLCS; see Contents of the broker PDSE

Purpose

Use this command to delete a configurable service. Use the mqsireportproperties command to view the configurable services that are defined.

Usage notes

  • Before you run this command, ensure that the broker is running.
  • After you have run this command, stop and restart the broker to ensure that deleted broker resources and properties are not being used.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-mqsideleteconfigurableservice--BrokerName-------------------->

>-- -c --ConfigurableService-- -o--ObjectName------------------><

Parameters

BrokerName
(Required) The name of the broker to modify. This parameter must be the first parameter.
-c ConfigurableService
(Required) The type of configurable service. Use the mqsireportproperties command to view the list of all defined services.

For a list of supplied configurable services, and their properties and values, see Configurable services properties.

-o ObjectName
(Required) The name of the object for which you want to delete the properties. Use the mqsireportproperties command to view the list of properties that you can delete.

Authorization

For information about platform-specific authorizations, see the following topics: If you have enabled broker administration security, you must also set up the authority detailed in Tasks and authorizations for administration security.

Responses

This command returns the following responses
  • BIP8012 Unable to connect to system components
  • BIP8014 Component cannot be created
  • BIP8073 Invalid broker name
  • BIP8984 Configurable service was not found

Examples

Delete a CICSConnection configurable service for broker MB8BROKER:
mqsideleteconfigurableservice MB8BROKER -c CICSConnection 
-o myCICSConnectionService
Delete a CORBA configurable service for broker MB8BROKER:
mqsideleteconfigurableservice MB8BROKER -c CORBA -o myCORBAService
Delete an EmailServer configurable service for broker MB8BROKER called myEmailConfigurableServiceName that the EmailInput node or message flow is referring to at runtime:
mqsideleteconfigurableservice MB8BROKER -c EmailServer 
-o myEmailConfigurableServiceName
Delete an FtpServer configurable service for broker MB8BROKER:
mqsideleteconfigurableservice MB8BROKER -c FtpServer -o Server01
Delete an IMS™ configurable service called myIMSconnectService:
mqsideleteconfigurableservice MB8BROKER -c IMSConnect 
-o myIMSconnectService
Delete a JavaClassLoader configurable service:
mqsideleteconfigurableservice MB8BROKER -c JavaClassLoader -o myJavaClassLoader
Delete a JMS provider configurable service called MyProviderXYZ:
mqsideleteconfigurableservice MB8BROKER -c JMSProviders -o JMS_MyProviderXYZ
Delete a monitoring profile:
mqsideleteconfigurableservice MB8BROKER -c MonitoringProfiles -o myMonitoringProfile
Delete the PeopleSoftConnection configurable service that is associated with myPeopleSoftAdapter.outadapter:
mqsideleteconfigurableservice MB8BROKER -c PeopleSoftConnection 
-o myPeopleSoftAdapter.outadapter
Delete a security profile for LDAP use:
mqsideleteconfigurableservice MB8BROKER -c SecurityProfiles -o MyLDAPProfile
Delete the SiebelConnection configurable service that is associated with mySiebelAdapter.outadapter:
mqsideleteconfigurableservice MB8BROKER -c SiebelConnection -o mySiebelAdapter.outadapter
Delete a TCPIPClient configurable service:
mqsideleteconfigurableservice MB8BROKER -c TCPIPClient 
-o ClientPort1452HostnameJsmith
Delete a TCPIPServer configurable service:
mqsideleteconfigurableservice MB8BROKER -c TCPIPServer -o ServerPort1452
Notices | Trademarks | Downloads | Library | Support | Feedback

Copyright IBM Corporation 1999, 2016Copyright IBM Corporation 1999, 2016.

        
        Last updated:
        
        Last updated: 2016-05-23 14:47:23


Reference topicReference topic | Version 8.0.0.7 | an37210_