Hi ..
I have a Single Universal Fowarder instance running in my machine . i want this forwarder to interact with two different machines , i.e two different deployment servers. i.e as defined in the below configuration, ServerA and ServerB are my two different deployment servers.
// deploymentclient.conf
[deployment-client]
[target-broker:deploymentServer]
targetUri = ServerA:Port1
[target-broker:deploymentServer]
targetUri = ServerB:Port2
Will the above configuration wrk ?? Can any one pls upload an example of this case pls..even in deploymentclient.conf docmentation i didnt see this info .. :(..pls let me know if this works or not ?