I am currently using IBM\'s java implementation of WMQTT (found here) to connect to a broker on my server, and I am able to connect my application successfully. However, I have not been able to figure
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing th
Right now i am doing an RnD about push for Android and first i am working on: MQTT using RSMB question is for how many clients can it handle? i heard only 1032, in that case thi开发者_运维问答s is no
I\'m working on the Android version of an application I first created on iPhone and this application requires to send (if it\'s as successful as its iPhone version) up to millions of push notification
1).Is it legal to use wmqtt.jar with Mosquitto broker for Android application? 2).Are there any other java client library for Android to connect to Mosquitto broker?
I am curren开发者_开发百科tly using RSMB as an MQTT connection to mobile devices. What\'s the best way to go about storing the published messages into an SQL database when they come through?
I want to implement push notification for an android app compatible for 2.1. I have gone through the article by Anton Lopyrev. Really Small Message Broker by IBM is ok for me. But the server side of t
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I\'m using the IA92 Java implementation for MQTT, which allows me to connect to a MQTT broker. In order to establish the connection, I\'m doing something like this:
I am trying to follow this blog for building push services for iPhone. The blog uses Android as the working platform,but it can be migrated to iPhone too, provided I get an MQTT client in objective C.