Table of Contents

Search

  1. Preface
  2. Introduction to Services Integration Framework
  3. Setting Up the SIF SDK
  4. Request and Response Objects
  5. Transactions and Exception Handling
  6. ORS-Specific SIF API
  7. Asynchronous SIF Requests
  8. ORS-Specific JMS Event Messages
  9. Using Security Access Manager
  10. Using Dynamic Data Masking
  11. SIF API Reference
  12. Troubleshooting
  13. Appendix A: Identifiers
  14. Appendix B: Frequently Asked Questions

Services Integration Framework Guide

Services Integration Framework Guide

Processing Asynchronous SIF Requests

Processing Asynchronous SIF Requests

Use one of the following methods to process a SIF request asynchronously:
  • Use an appropriately configured
    AsynchronousOptions
    object with a SIF request. When you run the SIF request, the SIF request is placed in an inbound queue for processing.
  • Place the SIF request directly on the inbound message queue.
If you set the
jmsReplyTo
field, the response is posted to the specified JMS outbound queue. If you set the
jmsCorrelationId
field, the response includes the correlation ID, and you can identify the response based on the correlation ID that you set.

0 COMMENTS

We’d like to hear from you!