CICS Transaction Server for z/OS Channel Connectivity サンプルを実行すると、メッセージ・フローを通じてサンプル XML メッセージが移動していきます。 サンプルを実行すると、以下のシナリオでどのようなことが生じるかを理解できます。
CICS プログラム WMBCHAN1 を CICS 領域にセットアップしていない場合、CICSRequest ノードのチャネル・サポートについて確認することはできません。 CICS プログラムをコンパイルするには、CICS Transaction Server for z/OS Channel Connectivity サンプルのセットアップを参照してください。
サンプルの実行時に問題を検出した場合は、以下のトラブルシューティングのヒントを参照してください。
<Data> <NumericSum>15</NumericSum> <LongestString>A really long sentence that CICS can pick out and return in a container.</LongestString> <OtherInfo> <ChannelName>MYCHANNEL</ChannelName> <MirrorTran>CPMI</MirrorTran> </OtherInfo> </Data>
<Data> <NumericSum>0</NumericSum> <LongestString> <Text> In this test, we are sending a single XML message into the CICS node, and the local environment overrides provide a container name ("string") and a channel name ("SINGLEMSG"). On output, a message collection is still produced from the response channel. </Text> </LongestString> <OtherInfo> <ChannelName>SINGLEMSG</ChannelName> <MirrorTran>CPMI</MirrorTran> </OtherInfo> </Data>
テスト・クライアントの使用方法について詳しくは、WebSphere Message Broker 資料の、テスト・クライアントの「イベント」タブを参照してください。