Messages from WebSphere message brokers to the connector framework

The integration broker sends the connector framework a message with the following message body contents to initiate a shutdown of the connector:

<?xml version="1.0" encoding="UTF-8"?>
 <CwConnectorCommand
    xmlns="http://www.ibm.com/websphere/crossworlds/2002/CwConnectorCommand"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.ibm.com/websphere/crossworlds/2002/
                CwConnectorCommand file:CwConnectorCommand.xsd">
    <Source>IntegrationBroker</Source>
    <Destination>Adapter</Destination>
    <Command>Shutdown</Command>
 </CwConnectorCommand>
 

Copyright IBM Corp. 1997, 2003