Questions tagged [spring-integration-mqtt]
34 questions
0
votes
1 answer
Increase MQTT Time between PUBLISH and PUBCOMP
I have configured a MQTT subscriber in spring using spring mqtt integration. In the handleMessage method I am doing certain business logic which takes time. While testing I noticed that when I am sending bulk number of messages the Broker…

prashant s
- 148
- 1
- 1
- 9
0
votes
1 answer
concurrent consumers in context to spring integration
In spring integration application, I am using concurrent consumers to consume and process the multiple messages at a time.
In my application, I configured all beans to a singleton. I am assuming if I am going to parallelize the processing by using…

Jai
- 13
- 3
0
votes
1 answer
AWS IoT MQTT Client with Apache camel-mqtt
I am looking into building a AWS IoT Java Client with Apache Camel ( using camel-mqtt ) + Spring Boot. It sounds like a good match to me, but couldn't find any examples. Is there any drawback that I can't see ? Would be interested to see any…

UCJava
- 307
- 4
- 19
0
votes
1 answer
can we batch up groups of 10 message load in mosquitto using spring integration
this is how i have defined my mqtt connection using spring integration.i am not sure whether this is possible bt can we setup a mqtt subscriber works after getting a 10 load of messages. right now subscriber works after publishing a message as it…

Priyamal
- 2,919
- 2
- 25
- 52