ramu11 opened a new pull request, #26006: URL: https://github.com/apache/camel/pull/26006
Add a new HiveMQ component to Apache Camel to provide MQTT client integration using the HiveMQ MQTT Client. The component supports: - Publishing and consuming MQTT messages using HiveMQ. - MQTT topic-based endpoints. - Configurable broker host and port. - Client ID, username, and password authentication. - SSL/TLS connections. - MQTT QoS levels. - Retained messages. - MQTT clean start. - Camel error handler integration. - Lazy producer startup. - Dynamic topic override through `CamelHiveMQOverrideTopic`. - Dynamic send support. The component also includes the required Camel component metadata, generated configurer/URI factory classes, service descriptors, documentation, and test coverage. Build executed: ``` mvn -pl components/camel-hivemq -am clean install -DskipTests ``` Result: ``` BUILD SUCCESS ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
