Hi,
Is there any sample C API based example that explains the following:
-How to use TCP to do IPC based PEER communications.
-The client and server will be on the same host to communicate with one another
- I have gone through the documentation of IPC model . In the above scenario, the client and server should talk to one another without involving the Solace Broker.
-Is my idea feasible?