Provides MQTT support for Spring Integration, enabling message-driven communication over MQTT protocol.
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-mqtt</artifactId>
<version>7.0.4</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to create a default MQTT client factory for Spring Integration.
Ensure an MQTT broker is accessible at the configured server URI.
No dependency data recorded yet.