Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Please refer Error Handling section in Common Configurations page.

Functional Demonstration

Scenario

Sending a request from JMSRequestor4.0 to the JMSReplier in plain text format;if successful, the plain text message gets processed as output from JMSReplier back to JMSRequestor. 

...


Figure 5: Event Process demonstrating JMSRequestor and JMSReplier functionalities

Sample Input

Below is the sample generated from using the Feeder.

Code Block
languagexml
<?xml version="1.0" encoding="UTF-8"?>
<ns1:Message xmlns:ns1="http://www.fiorano.com/fesb/activity/JMSRequestor1/ReqestReply/In">
   <ns1:JMSHeader>
      <ns1:JMSCorrelationID>ID1</ns1:JMSCorrelationID>
      <ns1:JMSDestination>Destination1</ns1:JMSDestination>
   </ns1:JMSHeader>
   <ns1:Properties>
      <ns1:Property name="name" type="double">123</ns1:Property>
   </ns1:Properties>
   <ns1:Body>Body</ns1:Body>
</ns1:Message>

...

Adaptavist ThemeBuilder EngineAtlassian Confluence