Hi,
Technically there shouldn't be any issue running a Db agent on controller machine. Since the Db agent process will be running standalone. However recommend not to run the Db agent on controller machine as it would add overhead to your controlle...
@ankjain
You can try to use only 1 machine agent package however run 3 different machine agent process to pair and associate with your 3 JVms each of which is pointing to different Tier.
In the machine agent config DON'T specify app name, tier or n...
Hi Muthu,
You cannot do that. It does not make sense to split a SEP with POJO return value. SEPs are inbound calls which invokes a method(POJO). For an incoming request when you want to split the SEP you can split with a method paramter and not w...