Hi,
I’m working on a Java application where I have to allow calls to Broker. I have generated my client stubs with the workbench and I am aware that I can automatically generate the stubs by calling the workbench with parameters.
I would like to call the Broker without using the generate client programs and only using configuration. The client programs doesn’t seem to do too much except extend RPCService and providing some configuration.
So is there perhaps a way that I can call Broker without using client programs?
Thanks,
Jean