GangXu / as3-stomp

Automatically exported from code.google.com/p/as3-stomp
0 stars 0 forks source link

Inactive Consumer of AS3 Stomp Client #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create Topic consumer by AS3 Stomp Client.
2. ActiveMQ doesn't send any message in at least 10 minutes.
3. AS3 Stomp Client can not receive any message any more.
4. Check ActiveMQ console and found the number of Topic's consumer decreased 1 

What is the expected output? What do you see instead?
AS3 Stomp client should keep alive if don't call its close or other similar
close function. 

What version of the product are you using? On what operating system?
V0.6 and Windows XP SP2

Original issue reported on code.google.com by powertea...@gmail.com on 19 Aug 2008 at 10:59

GoogleCodeExporter commented 8 years ago
I can't reproduce this issue.  In the latest version of the Stomp client you 
can now
listen for the socket close and socket error events.  So if the auto reconnect 
fails
then you can reconnect it externally.

Original comment by dwischu...@gmail.com on 27 Oct 2008 at 5:45