ConsumeMQTT 2.0.0

Bundle
org.apache.nifi | nifi-mqtt-nar
Description
Subscribes to a topic and receives messages from an MQTT broker
Tags
IOT, MQTT, consume, listen, subscribe
Input Requirement
FORBIDDEN
Supports Sensitive Dynamic Properties
false
Properties
System Resource Considerations
Resource Description
MEMORY The 'Max Queue Size' specifies the maximum number of messages that can be hold in memory by NiFi by a single instance of this processor. A high value for this property could represent a lot of data being stored in memory.
Relationships
Name Description
parse.failure If a message cannot be parsed using the configured Record Reader, the contents of the message will be routed to this Relationship as its own individual FlowFile.
Message The MQTT message output
Writes Attributes
Name Description
record.count The number of records received
mqtt.broker MQTT broker that was the message source
mqtt.topic MQTT topic on which message was received
mqtt.qos The quality of service for this message.
mqtt.isDuplicate Whether or not this message might be a duplicate of one which has already been received.
mqtt.isRetained Whether or not this message was from a current publisher, or was "retained" by the server as the last message published on the topic.
See Also