Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

BaSyx / Documentation / Components / Registry / Features / Simple MQTT

Simple MQTT Eventing

User Story & Use Case

As AAS Components user

I want simple MQTT topics of the AAS Registry Component

so that I can receive MQTT events without having to worry about subscribing to detailed topics


If the hierarchical topics presented in Hierarchical MQTT Eventing are too complicated, this feature will support event-driven use cases.

Feature Overview

Information about what events will be published can be found in the eventing extension.


Feature Configuration

Eventing via MQTT is disabled by default. It can be enabled in the registry.properties file as well. This will publish events for every action to a separately specified server:

registry.events=MQTT
registry.events=None

The MQTT broker endpoint can be configured via mqtt.properties file

Back to the top