mqsideleteconfigurableservice command

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

Supported platforms

  • Windows® systems
  • Linux® and UNIX® systems
  • z/OS®. Run this command by customizing and submitting BIPJADPR; 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

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, such as JMSProviders. Use the mqsireportproperties command to view the list of all defined services.
-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

On all platforms, 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 JMSProviders -o JMS_MyProviderXYZ
Notices | Trademarks | Downloads | Library | Support | Feedback

Copyright IBM Corporation 1999, 2009Copyright IBM Corporation 1999, 2009. All Rights Reserved.
Last updated : 2009-01-07 15:40:57

an37210_