Connections
Connections define how FluxMQ talks to an MQTT broker.
Connection Profile
A connection profile should contain:
- name
- host
- port
- transport settings
- authentication settings
- default subscription preferences
Connection State
FluxMQ treats connection state as flow input. A Fork Flow can react when a session connects, disconnects, or changes state.
Recommended Workflow
- Create a named broker profile.
- Connect and verify session state.
- Subscribe to the topic area you want to inspect.
- Start recording only after the connection is stable.