Use this task to reset a bus destination.
About this task
You may want to reset a destination if, for example, it has become
corrupt. To do this, you use a wsadmin $AdminControl method.
Procedure
- Use a wsadmin $AdminControl method of the following
form to find the name of the messaging engine:
set me [$AdminControl queryNames type=SIBMessagingEngine,name=messaging_engine_name,*]
where messaging_engine_name is
the name of the messaging engine.
- Use the wsadmin $AdminControl method
$AdminControl invoke $me resetDestination {"destination"}
where destination is the name of the destination, to reset the destination.
Results
The bus destination is reset ready for use.