Re: Individual Acknowledgement seems not working in NMS

2013-09-29 Thread HellKnight
I have upload my unit test project in a rar file , but it is not accepted by the mailing list up until now.Can you download it or I have to send it to you mailbox ? -- View this message in context: http://activemq.2283324.n4.nabble.com/Individual-Acknowledgement-seems-not-working-in-NMS-tp46719

Re: Individual Acknowledgement seems not working in NMS

2013-09-29 Thread HellKnight
I've deleted my original post. So some background info here : activemq 5.8.0 running under redhat 6.3 , nms 1.6.0 windows xp sp2 vs2010 .NET4.0 as my development envrionment. -- View this message in context: http://activemq.2283324.n4.nabble.com/Individual-Acknowledgement-seems-not-working

Re: Individual Acknowledgement seems not working in NMS

2013-09-29 Thread HellKnight
I create a simple unit test to show my problem in VS2010 , coded in c#. The idea of my test is as follow : 1. Send some message to the broker by web console. 2. Start a durable subscriber , and receive the test messages. 3. Close the connection of the durable subscriber and start listening again.

Re: suggestion/feature request: prompt before allowing a purge/delete from the UI

2013-09-29 Thread James Strachan
On 29 September 2013 17:36, javaG wrote: > Does hawtio plugin for activemq work for activemq 5.8 ? > Yeah; hawtio works with most things ;) http://hawt.io/plugins/index.html its more a question of how much functionality is available with a given version & library. e.g. in 5.8 of ActiveMQ and e

Re: suggestion/feature request: prompt before allowing a purge/delete from the UI

2013-09-29 Thread javaG
Does hawtio plugin for activemq work for activemq 5.8 ? -- View this message in context: http://activemq.2283324.n4.nabble.com/suggestion-feature-request-prompt-before-allowing-a-purge-delete-from-the-UI-tp4671925p4671956.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Individual Acknowledgement seems not working in NMS

2013-09-29 Thread Timothy Bish
On 09/29/2013 08:53 AM, HellKnight wrote: I am using activemq 5.8.0 , VS 2010 , windows xp sp2 , .NET 4.0 AND NMS , writing code in C#. Pseudo code of my program is like this : Open connection with activemq broker.. start a consumer with async mode...

Individual Acknowledgement seems not working in NMS

2013-09-29 Thread HellKnight
I am using activemq 5.8.0 , VS 2010 , windows xp sp2 , .NET 4.0 AND NMS , writing code in C#. Pseudo code of my program is like this : Open connection with activemq broker.. start a consumer with async mode... . public voi