Skip to content

Commit

Permalink
Update README.md for Version v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gsidhwani-nr authored Nov 6, 2023
1 parent ef780a1 commit 7a58cbf
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,24 @@ In the extracted release directory run the encyptPwd.sh / encyptPwd.bat script a
encyptPwd generateKey
Generated AES Key: UpcuADRwNmGDr2+f0eVcBw==
### Step 2: Generate the mangles password [ Example ]
encyptPwd encryptPassword UpcuADRwNmGDr2+f0eVcBw== MyPassword@123
encyptPwd encryptPassword UpcuADRwNmGDr2+f0eVcBw== MyPassword@123
Encrypted Password: GkZ9c2ziz9QO7AlfALyZxg==-UMS-oMl/eTUOz/Heg0XtmoRugg==
Success !
### Sample softwareag-ums-server-config.json
{
"instances": [
{
"name": "SoftwareAG-UME-SERVER-1",
"name": "SoftwareAG-UMS-Realm",
"host": "localhost",
"port": 9000,
"username": "myuser4",
"password": "mypwd4",
"encryptPassword": false
"encryptPassword": false,
"isCluster": false
},
{
"name": "SoftwareAG-UME-SERVER-2",
"name": "SoftwareAG-UMS-Cluster",
"host": "localhost",
"port": 9001,
"username": "myuser4",
Expand All @@ -68,21 +69,21 @@ In the extracted release directory run the encyptPwd.sh / encyptPwd.bat script a
}
]
}
## Configuration

Edit *softwareag-ums-server-config.json* file to edit the tibco server(s) connection information.
Edit *softwareag-ums-config.yml* file to edit the path for the json file above.
Edit *softwareag-ums-definition.yml* file to edit the path for softwareag-ums.jar.

| Attribute | Description |
| --- | --- |
| name | Name describing the UMS Server |
| host | DNS name of IP of the UMS Server |
| name | Name describing the UM Server |
| host | DNS name of IP of the UM Server |
| port | port number of UMS Server, typically 9000 |
| username | username for connecting |
| password | provide password for user |
| encryptPassword | set to true if password is mangled (encrypted), else set to false |
| aeskey | (optional) when encryptPassword is false and (mandatory) when encryptPassword is true |
| isCluster | (optional) when isCluster is false it will be traeted as Realm node else it will be treated as cluster (by default) |

## Value

Expand All @@ -98,6 +99,7 @@ The data collected is reported to New Relic as Custom Events. The following is
| ---- | ---- |
| **EMSQueue** | Metrics related to an UMS Queue. Attribute "Queue Name" is the name of the queue |
| **EMSChannel** | Metrics related to an UMS Channel and UMS Topics. Attribute "Channel Name" is the name of the channel |
| **UMSCluster** | Metrics related to a Cluster. Attribute "Cluster Name" is the name of the Cluster |



Expand Down

0 comments on commit 7a58cbf

Please sign in to comment.