This content has been marked as final.
Show 3 replies
-
1. Re: Fuse on Android
garytully Jan 30, 2012 6:26 AM (in response to ozi87)STOMP is a good approach.
From a cursory look at your attachment, i think the problem is that your connection is not left open long enough to receive any messages.
You use a message listener, then disconnect the connection. You either need to a synchronous (blocking) receive or leave the connection open for some period to give the broker a chance to deliver a message to you.
-
2. Re: Fuse on Android
ozi87 Feb 6, 2012 7:19 AM (in response to garytully)I simple does not disconnect or can i use a thread ?
-
3. Re: Fuse on Android
arthurportas May 5, 2012 4:43 PM (in response to ozi87)Hi, i'm currently using stomp on android to connect to fuse and it work's good.
Send me an message an i'll give you the the class thar connects to fuse on android.