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:

  1. Expand the JDERequestSample Message Broker project, then locate and expand the Flow Tests folder.
  2. To open the file in the Test Client, double-click JDERequestSample.mbtest.
  3. 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>
  4. Ensure that the broker connection properties (listener port and queue manager name) are correct, then click Send Message.
  5. Click the first occurrence of Dequeue, then click Get Message.
  6. 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:

  1. Click the second occurrence of Dequeue, then click Get Message.
  2. 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.
  3. If no message is listed on the failure queue, examine the system event log for more information about the cause.

Back to sample home