To enable distributed messaging between different processes with Lycia, you have to create the necessary ZeroMQ objects and apply their corresponding methods.
Here you can find the complete list of zmq methods allowing for the creating, sending, and receiving messages from your 4gl code.
The described Lycia functionality fully conforms to the ZeroMQ functionality provided other programming languages.
|
|
zmq.Context methods
|
|
|
|
|
|
|
zmq.Socket methods
|
|
|
|
|
|
|
zmq.Poller methods
|
|
|
|
|
|
|
zmq.Msg methods
|
|
|
|
|
|
|
zmq.Utils methods
|
|
|
|
|
In the list above, all the method names are clickable and lead to the description of the corresponding method.