Hi Michael,
thanks for these updates. Please provide details on any issues you
experience (and raise appropriate Jira issues).
Cheers
--
Dejan Bosanac
Open Source Integration - http://fusesource.com/
ActiveMQ in Action - http://www.manning.com/snyder/
Blog - http://www.nighttale.net
On Fri, Ap
Update #2:
Looks like it is only a problem in the Stomp Java client in ActiveMQ - I
will try to fix the source of my tests to see if it is a protocol error
(missing unsubscribe) or a problem in the underlying TCP transport layer.
After some tweaking, my Delphi library shows and better results no
Update:
the test steps and results are:
1. send 20 messages to the broker, the admin console displays 20 messages,
numbered from 1 to 20
2. consume 10 messages using Stomp client (5.3-Snapshot version) with
"ack:auto", now the admin console displays only messages numbered from 13 to
20 - it loo
Hi Dejan,
thanks for the reply. I have found a classpath problem, which caused a wrong
version of StompConnection to be used (5.2 or an old 5.3 version).
Now I see that the behaviour is like this:
- first receive of 10 messages using Stomp: works fine
- Queue displays remaining 8 messages (of 2
Hi Michael,
can you consume other ten messages afterwards? can you try to disconnect
your current consumer, subscribe again and try to consume remaining
messages?
Cheers
--
Dejan Bosanac
Open Source Integration - http://fusesource.com/
ActiveMQ in Action - http://www.manning.com/snyder/
Blog -