DataQueueResponse
Configuration file |
data_queue_response.properties |
Class name |
com.ebd.hub.datawizard.util.DataQueueResponse |
Description
This class stores data on an AS400 data queue.
Parameters
Parameter |
Description |
host |
The AS400 host. |
user |
The user name. |
password |
The password (obfuscation is allowed). |
key |
The key. |
dataqueue |
The name of the AS400 data queue. |
Example
data_queue_response.properties
host=test.anyhost.com
user=testUser
password=d3zJDE_g3
key=myKey
dataqueue=myQueue