I would like to supprt both Tcp trafic and Http traffic using a single server so that clients can choose to connect using either. Is this possible?
If so, how should I handle the MemoryMessageQueueManager and EventSinkManager?
Regards, kees
I would like to supprt both Tcp trafic and Http traffic using a single server so that clients can choose to connect using either. Is this possible?
If so, how should I handle the MemoryMessageQueueManager and EventSinkManager?
Regards, kees
Hello.
Yes, it is possible to support Tcp and Http traffic using single server. Please take a look at the RemObjects SDK sample “MegaDemo” (see it at “C:\Users\Public\Documents\RemObjects Samples\RemObjects SDK for .NET\C#\Mega Demo”). This sample allows to activate HTTP and TCP server channels on the server side and use traffic by choosing appropriate channels on the client side. If use such an architecture then no need to additionally configure MemoryMessageQueueManager and EventSinkManager components. You can use them as usually.
Hope this helps.