Table of Contents

Search

  1. Preface
  2. Introduction
  3. Dashboard
  4. Resources
  5. Workflows
  6. Task Reference
  7. Services Overview
  8. Users
  9. Logs and Reports
  10. Encryption
  11. System
  12. Appendix
  13. Glossary Terms

Managed File Transfer User Guide

Managed File Transfer User Guide

Open MQ Session Task

Open MQ Session Task

The Open MQ Session task creates a connection to a Message Queue (MQ) server and stores a reference to this connection using the Session ID output variable. This variable can then be used in subsequent MQ related tasks for sending and retrieving messages. It is recommended to place a Close MQ Session Task in the Project when a connection is no longer needed.
By default, transactional processing of messages is not enabled. This means that the MQ server will commit the changes as soon as a message is sent or retrieved. If sending or receiving more than one message on a given session, the Session Type can be set to transacted. In transacted mode, the MQ server will only commit the changes if the Commit attribute is set to true on the Close Session or Commit/Rollback Session tasks. For example, if the MQ Send Message Task was in a loop and an error occurred trying to send the second message, the first message would be ignored by the MQ server.

0 COMMENTS

We’d like to hear from you!