
META-INF.errors.org.seedstack.mqtt.internal.MqttErrorCodes.properties Maven / Gradle / Ivy
#
# Copyright (c) 2013-2016, The SeedStack authors
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
MISCONFIGURED_MQTT_CLIENT.message=A URI is required to configure MqttClient [${clientName}].
MISCONFIGURED_MQTT_CLIENT.fix=Check the the property [org.seedstack.mqtt.connection-client.${clientName}.serverURI] in your props file.
CAN_NOT_CREATE_MQTT_CLIENT.message=Can not create MqttClient [${clientName}].
MQTT_LISTENER_CLIENT_NOT_FOUND.message=Invalid MqttClient [${clientName}] for the listener [${listenerName}].
MQTT_PUBLISHER_CLIENT_NOT_FOUND.message=Invalid MqttClient [${clientName}] for the publish handler [${publisherName}].
MQTT_REJECT_HANDLER_CLIENT_NOT_FOUND.message=Invalid MqttClient [${clientName}] for the reject handler [${rejectName}].
CAN_NOT_CONNECT_MQTT_CLIENT.message=Can not connect MqttClient [${clientName}].
CAN_NOT_CONNECT_SUBSCRIBE.message=Can not subscribe MqttClient [${clientName}] to topic [${topic}].
TOPICS_QOS_NOT_EQUAL.message=Topic list and qos list have not the same size for listener [${listenerName}].
TOPICS_QOS_NOT_EQUAL.fix=Check annotation parameters for listener [${listenerName}].
MISCONFIGURED_MQTT_RECONNECTION.message=Invalid reconnection mode.
MISCONFIGURED_MQTT_RECONNECTION.fix=Available values are: ${values}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy