TxQueuePoint
a class using message queue communication as part of C2C (component-2-component data transfering).
it include a TxConntor type member implement all the details needed to connect, send and receive data from queue.
Defining a queue point is as follow:
queuepoint (as mountpoint) objects are kept in TxQueuePointRegistry by their identifier (a selector) which could be a string as well as Symbol.
C2C
first define a driver (see C2C section).
then define a queuepoint as follow:
Last updated