PowerCenter
- PowerCenter 10.5
- All Products
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. |