Description
Class name: com.ebd.hub.datawizard.util.DataQueueResponse
Configuration: Path to properties configuration file in field "Additional parameters".
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
host=test.anyhost.com
user=testUser
password=d3zJDE_g3
key=myKey
dataqueue=myQueue
The Lobster Data Platform message queue. Data queues decouple profiles from each other asynchronously: A sender profile places messages in a queue, a recipient profile with message input agents receives them from there and processes them further.
Procedure for obfuscating passwords in configuration files. Obfuscation is not secure encryption, but it prevents the easy reading of plaintext passwords. Obfuscated values start with OBF and can be generated and decrypted via the admin console or script.