beginListening

beginListening();

The beginListening method of the JadeMultiWorkerTcpTransport class attaches the calling process to the transport group and creates the group if it does not exist.

A worker can join an existing group only if:

Subsequent calls to the beginListening method ensure that the listen connection is open (that is, it undoes a stopListening method call).