Questions tagged [hivemq]

HiveMQ is an enterprise MQTT broker for M2M and IoT. Built for scalability, easy management, and security, it seamlessly integrates with existing systems. With HiveMQ, organizations can confidently manage their M2M and IoT communications.

HiveMQ is a MQTT broker designed for enterprises in the age of Machine-to-Machine communication (M2M) and the Internet of Things (IoT).

The latest LTS version is HiveMQ 4.9.5, released on 2023-03-07. Homepage at http://www.hivemq.com/.

163 questions
1
vote
1 answer

How to fix DaggerSingletonComponent not resolved in HiveMQ (MQTT protocol)

I'm trying to set create the client first to test that the MQTT works without errors then I will implement the connect() method. I downloaded the latest version of HiveMQ (an open source MQTT implementation done in Java) and after importing the…
Chigozie A.
  • 335
  • 4
  • 16
1
vote
1 answer

how to publish MQTT messages concurrently using java client?

i am trying to publish MQTT messages concurrently using 5 java client, such that each java client publish 1000 messages on a particular topic concurrently to a MQTT broker(HIVEMQ) i have opened multiple threads, each threads create a mqtt client and…
triples13
  • 206
  • 4
  • 18
1
vote
0 answers

"cleaning in abortwrite for socket 3" error while publishing data to HiveMQ Server

I have two seperate machines one of them setup as publisher client and the other as HiveMQ broker server. When i am executing my publisher code (which publishes data to HiveMQ Broker), it is aborting with error "cleaning in abortwrite for socket 3".…
1
vote
1 answer

Not able to start hivemq server on a remote server?

I have made two servers one is dummy test server and other is where my django project is running. I am able to run hivemq server on my dummy server but it is throwing a error while i try to run it on my project server. …
MrSoloDolo
  • 406
  • 5
  • 10
1
vote
1 answer

What's the difference between message brokers?

I'm confused with different message brokers. My devices are using MQTT. So far I have looked at HiveMQ, IBM Messagesight, RabbitMQ, google pub and sub, AWS SQS. What's the difference between HiveMQ(MQTT message broker) and RabbitMQ (or pub and…
1
vote
2 answers

AWS IOT: Does the platform act as an MQTT broker?

I just need to be sure whether I would need to use a separate library/provider such as Mosquitto and HiveMQ and integrate them with AWS IOT or would the amazon platform act as a self sufficient endtoend solution. TIA
1
vote
1 answer

How to run broker 'HiveMQ' localy and connect android application to it

I followed a tutorial to send message to the hiveMQ(which run through executing run.bat file that I downloaded from their website) from paho graphical user interface downloaded from here , it worked fine and showed logs that client connected and…
blackHawk
  • 6,047
  • 13
  • 57
  • 100
1
vote
1 answer

MQTT PUBACK web sockets

I'm working on HiveMQ Websocket Client and I'm facing some issues with the message delivery. so, I've come across the word PUBACK let me explain you about my understanding and then I will ask my question. whenever we send a message with QOS1, the…
RealSteel
  • 1,871
  • 3
  • 37
  • 74
1
vote
1 answer

Hivemq closes after some time

I installed HiveMQ on my Ubuntu 16.04 server (dropped the zip file inside my server and unzip it) then I started it via terminal (with SSH connection) and I connected a client all was good. Then I closed the terminal to see if I would able to…
mike vorisis
  • 2,786
  • 6
  • 40
  • 74
1
vote
1 answer

Websocket connection error with HiveMQ 2.1.0 + Paho javascript mqttws31.js

Hi I am using Hivemq (windows) too and have an issue ! websocket are open and I receive some information: 2017-01-19 11:05:27,065 INFO - Starting HiveMQ Server 2017-01-19 11:05:27,070 INFO - HiveMQ version: 3.2.1 2017-01-19 11:05:27,074 INFO -…
1
vote
1 answer

Using http and mqtt together in a single threaded python app

I am a noob to web and mqtt programming, I am working on a python application that uses mqtt (via hivemq or rabbitmq broker) and also needs to implement http rest api for clients. I realized using python bottle framework is pretty easy to provide a…
user424060
  • 1,545
  • 3
  • 20
  • 29
1
vote
0 answers

how to subscribe to a specific topic in node js using MQTT asynchronously

I configured HiveMQ server and installed the MQTT npm package in the node js. I published the message to the HiveMQ server from different system in the same network.I want to subscribe the message asynchronously. How to achieve this? Code Snippet…
Vignesh
  • 51
  • 6
1
vote
0 answers

Integrate Spring (Rabbit) in Java Application?

I am trying to integrate Spring into a HiveMQ (MQTT broker) plugin. I have managed to load the spring-context and beans are actually scanned and can be autowired using @Inject instead of @Autowire. When i try to use Spring-Rabbit inside this…
Marco
  • 15,101
  • 33
  • 107
  • 174
1
vote
1 answer

Hivemq loading default config, Problems with configuration.properties

I am new to hivemq.In the hivemq conf folder there is config.xml But in documentation there are various files like configuration.properties or application.properties.Those are not in the folder. When I tried to create it, hivemq gives an error that…
Yugandhar Chaudhari
  • 3,831
  • 3
  • 24
  • 40
1
vote
0 answers

Paho Python MQTT client

I asked this question last week but feel i didn't give enough information and fully explain what it is i am doing. so i am opening a new, better documented question that hopefully will be easier to understand. I am developing a python…
Jensen
  • 43
  • 1
  • 3
  • 11