Start of change

mqsideleteconfigurableservice command

Supported platforms

Purpose

This command deletes a configurable service, such as a JMS provider, that was created using the mqsicreateconfigurableservice command. Use the mqsireportproperties command to view the configurable services that you can delete.

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

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 type, such as JMSProviders. Use the mqsireportproperties command to view the list of valid values.
-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

The user ID must be a member of the mqbrkrs group.

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 JMS provider configurable service called MyProviderXYZ for broker WBRK6_DEFAULT_BROKER:
     mqsideleteconfigurableservice WBRK6_DEFAULT_BROKER -c JMSProvider -o JMS_MyProviderXYZ
End of change