Running the JD Edwards Connectivity sample
Before you run the sample, you must complete the sample setup instructions;
for more information, see
Setting up the JD Edwards Connectivity sample.
If you encounter problems when you run the sample,
see Resolving problems when running samples
in the WebSphere Message Broker documentation.
To run the sample, complete the following steps:
- Expand the JDERequestSample Message Broker project, then locate and
expand the Flow Tests folder.
- To open the file in the Test Client, double-click
JDERequestSample.mbtest.
- Click Enqueue, found on the message flow events toolbar. The source box at the
bottom of the right pane contains the XML element:
<GetEffectiveAddressContainer><GetEffectiveAddress><Mnaddressnumber>1</Mnaddressnumber></GetEffectiveAddress></GetEffectiveAddressContainer>
- Ensure that the broker connection properties (listener port and queue
manager name) are correct, then click Send Message.
- Click the first occurrence of Dequeue,
then click Get Message.
- The output message is displayed in the Source pane. The value of the
<FirstName> element is now
John.
If the output message is not displayed in the Source pane:
- Click the second occurrence of Dequeue,
then click Get Message.
- An XML message containing exception information is displayed in the
Detailed Properties pane. Check the exception list, which contains a
number of broker error messages with BIP prefixes.
- If no message is listed on the failure queue, examine the system event
log for more information about the cause.
Back to sample home