WebSphere Message Brokers
File: an28490_
Writer: Bill Oppenheimer

Reference topic

This build: July 31, 2007 21:34:30

mqsichangeflowuserexits command - z/OS

Syntax

z/OS command - BIPCHUE

z/OS console command

Synonym: cx

Parameters

BrokerName
(Required). The name of the broker.
-e EgName
(Required). The name of the execution group.
-f MessageFlow
(Optional). The name of the message flow.
If you supply this value, the user exit is changed for that message flow; if you do not, the user exit is set at the execution group level.
-a ActiveUserExitNames
(Optional). A list of the names, separated by colons, of the active user exits. These are the names registered by the user exits when they were loaded. If any of the user exits listed are not registered for the target execution group, then the command fails with a BIP8858 error.
-i InactiveUserExitNames
(Optional). A list of the names, separated by colons, of the inactive user exits. These are the names registered by the user exits when they were loaded. If any of the user exits listed are not registered for the target execution group, then the command fails with a BIP8858 error.

Examples

Setting active exits at flow level
mqsichangeflowuserexits WBRK_BROKER -e default -f myFlow -a exit2
BIP8071I: Successful command completion.
Setting inactive exits at flow level
mqsichangeflowuserexits WBRK_BROKER -e default -f myFlow -i exit1
BIP8071I: Successful command completion.
Setting active exits at execution group level
mqsichangeflowuserexits WBRK_BROKER -e default -a exit3,exit1
BIP8071I: Successful command completion.
Setting inactive exits at execution group level
mqsichangeflowuserexits WBRK_BROKER -e default -1 exit2
BIP8071I: Successful command completion.
Changing exit1 to inactive and leaving exit2 active at flow level (A command had previously been issued with "-a exit1:exit2" to set them both active)
mqsichangeflowuserexits WBRK_BROKER -e default -f myFlow -i exit1 -a exit2
BIP8071I: Successful command completion.
Notices | Trademarks | Downloads | Library | Support | Feedback

Copyright IBM Corporation 1999, 2007Copyright IBM Corporation 1999, 2007. All Rights Reserved.
This build: July 31, 2007 21:34:30

an28490_ This topic's URL is: