You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@nifi.apache.org by "N, Vyshali" <Vy...@Honeywell.com> on 2018/10/09 17:25:29 UTC

Issue with mqtt connection

Hi,

I'm working on to receive data published to mosquitto broker. For which I setup a pipeline to publish and consume message to the topic.
But I'm receiving error "Connection to tcp://localhost:1883 lost and reconnect failed"

PublishMQTT settings:

Broker URI : tcp://localhost:1883
Client ID : client1
Topic : demo/mqtt1
Retain message : true
Qos : 0

ConsumeMQTT settings :

Broker URI : tcp://localhost:1883
Client ID : client1
Topic : demo/mqtt1
Qos : 0

I'm able to publish and subscribe messages using command prompt.
Not sure what is the problem with Nifi. Please do guide me

FYI  : Nifi is not a cluster.It is a single node

Regards
Vyshali