Page MenuHomeDevCentral

TCL extension to implement AMQP without blocking the thread
Closed, ResolvedPublic

Description

We mainly to be able to connect to the broker, then need at least as first iteration the basic.publish and basic.get methods.

All should be async or manually to poll. Nothing should block the thread.

Reference links