Table of Contents

Search

  1. Preface
  2. Workflow Manager
  3. Workflows and Worklets
  4. Sessions
  5. Session Configuration Object
  6. Tasks
  7. Sources
  8. Targets
  9. Connection Objects
  10. Validation
  11. Scheduling and Running Workflows
  12. Sending Email
  13. Workflow Monitor
  14. Workflow Monitor Details
  15. Session and Workflow Logs
  16. Appendix A: Session Properties Reference
  17. Appendix B: Workflow Properties Reference

Workflow Basics Guide

Workflow Basics Guide

JMS Application Connection

JMS Application Connection

Use a JMS application connection for each JMS provider you want to access.
When you configure a JMS application connection, you specify connection properties the Integration Service uses to connect to JMS providers during a session. Specify the JMS application connection properties in the Connection Object Definition dialog box.
The following table describes the properties that you configure for a JMS application connection:
Property
Description
JMS Destination Type
Select QUEUE or TOPIC for the JMS Destination Type. Select QUEUE if you want to read source messages from a JMS provider queue or write target messages to a JMS provider queue. Select TOPIC if you want to read source messages based on the message topic or write target messages with a particular message topic.
JMS Connection Factory Name
Name of the connection factory. The name of the connection factory must be the same as the connection factory name you configured in JNDI. The Integration Service uses the connection factory to create a connection with the JMS provider.
JMS Destination
Name of the destination. The destination name must match the name you configured in JNDI. Optionally, you can use the $Param
Name
session parameter for the destination name.
JMS UserName
User name.
JMS Password
Password.
JMS Recovery Destination
Recovery queue or recovery topic name, based on what you configure for the JMS Destination Type. Configure this option when you enable recovery for a real-time session that reads from a JMS or WebSphere MQ source and writes to a JMS target.
The session fails if the recovery destination does not match a recovery queue or topic name in the JMS provider.
Connection Retry Period
Number of seconds the Integration Service attempts to reconnect to JMS if the connection fails. If the Integration Service cannot connect to JMS in the retry period, the session fails. Default value is 0.
Retry Connection Error Code File Name
Name of the properties file that contains error codes that identify JMS connection errors. Default is pmjmsconnerr.properties.

0 COMMENTS

We’d like to hear from you!