Messages from the connector framework to WebSphere message brokers

The connector framework sends the integration broker a message with the following message body contents if an error requires the connector to shut down:

<?xml version="1.0" encoding="UTF-8"?>
 <CwConnectorCommand
 <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>Connector1</Source>
    <Destination>IntegrationBroker</Destination>
    <Command>Shutdown</Command>
 </CwConnectorCommand>
 

Copyright IBM Corp. 1997, 2004