Table of Contents

Search

  1. Preface
  2. Understanding Data Types and Field Properties
  3. Designing Processes
  4. Using and Displaying Data
  5. Designing Guides
  6. Designing Process Objects
  7. Designing Service Connectors
  8. Using App Connections
  9. System Services, Listeners and Connectors
  10. Designing Human Tasks

Design

Design

JMS Enqueue Service

JMS Enqueue Service

Use the JMS Enqueue Service to send a message to a JMS service, where it will be queued. When the receiving process is ready, the service sends the message to it. The message is sent using the Informatica Secure Agent to communicate with an on-premise service.
The data in the message contains the following components:
Messaging Manager Name
The name of the messaging manager that contains the destination.
Destination Name
The name of the message's destination.
Format
The format to be serialized to the destination.
Message
The message to be sent to the destination.
Unwrap Root Element
Describes how the process object is serialized when it is sent to the destination.
The following image shows the JMS Enqueue Service properties:

Logging for the JMS Enqueue Service

By default, the JMS Enqueue Service logs only errors. To enable additional logging for the entire flow of message processing, perform the following steps:
  1. Access the
    log4j2.xml
    file from the following directory:
    <Secure Agent installation directory>\apps\process-engine\<latest_version>\conf
  2. Add the following code:
    <Logger name="org.apache.camel.component.file.remote" level="DEBUG" additivity="false">  <AppenderRef ref="catalina"/> </Logger>
  3. Save the
    log4j2.xml
    file.

0 COMMENTS

We’d like to hear from you!