Re: ActiveMQ 5.4.2 Ajax interface losing message ids under stress

2011-02-17 Thread habumaster
Alex Dean-2 wrote: > > > So you have a single browser window, and for some reason it is creating > multiple ajax poll requests which are running concurrently? > > It would be helpful to see: > * Your JS code. > * The HTTP headers & content from your code's initial connection to the > broker

Re: ActiveMQ 5.4.2 Ajax interface losing message ids under stress

2011-02-16 Thread Alex Dean
On Feb 15, 2011, at 9:34 PM, habumaster wrote: > > Looking for debug ideas on this - I am happy to capture any data to help? So you have a single browser window, and for some reason it is creating multiple ajax poll requests which are running concurrently? It would be helpful to see: * Your

Re: ActiveMQ 5.4.2 Ajax interface losing message ids under stress

2011-02-15 Thread habumaster
Looking for debug ideas on this? Having to make a choice real soon if we will have to go another route with the application or not . Phil -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-5-4-2-Ajax-interface-losing-message-ids-under-stress-tp3245621p3308147.html S

Re: ActiveMQ 5.4.2 Ajax interface losing message ids under stress

2011-02-15 Thread habumaster
Looking for debug ideas on this - I am happy to capture any data to help? Trying to make a choice reals soon on going this route or investigating another alternative. Please help Phil -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-5-4-2-Ajax-interface-losing-me

Re: ActiveMQ 5.4.2 Ajax interface losing message ids under stress

2011-02-09 Thread habumaster
It's a single browser window, no tabs. There are application windows open inside the browser window (telnet, chat), but they are all using the single AMQ connection established when application was started. Phil -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-

Re: ActiveMQ 5.4.2 Ajax interface losing message ids under stress

2011-02-09 Thread Alex Dean
On Feb 8, 2011, at 4:13 PM, habumaster wrote: > > Also seeing Gets receiving responses but continuing to spin, even though > another Get is spawned. > They start piling up and browser gets busy with all the Gets... So your browser has multiple polls (GETs) underway at the same time? Are a

Re: ActiveMQ 5.4.2 Ajax interface losing message ids under stress

2011-02-08 Thread habumaster
Also seeing Gets receiving responses but continuing to spin, even though another Get is spawned. They start piling up and browser gets busy with all the Gets... -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-5-4-2-Ajax-interface-losing-message-ids-under-stre

Re: ActiveMQ 5.4.2 Ajax interface losing message ids under stress

2011-02-07 Thread habumaster
I am using the Nightly build apache-activemq-5.5-20111029.041638-14-bin I still see the null IDs, but almost immediately, another response comes in that is a duplicate of the previous one, but the new one has a valid id. So..message is not lost, but strange how I get a null and then a valid r

Re: ActiveMQ 5.4.2 Ajax interface losing message ids under stress

2011-01-30 Thread habumaster
>I have sometimes seen this error, but I'm not sure what causes it. I only see it occasionally while testing >other features and I haven't been able to reproduce it reliably. If you are able to, could you explain how >in more detail? >There's another issue in 5.4.2 which can cause an ajax clien

Re: ActiveMQ 5.4.2 Ajax interface losing message ids under stress

2011-01-29 Thread Alex Dean
On Jan 28, 2011, at 5:21 PM, habumaster wrote: > > Now that I have the Ajax servlet working - stressing it a little and finding > bad message ids popping up. > > This is just one - if I send in about 20 I am losing 3-4 of them to this > error. > > Looks as if the Ajax response indo on the ID i

ActiveMQ 5.4.2 Ajax interface losing message ids under stress

2011-01-28 Thread habumaster
Now that I have the Ajax servlet working - stressing it a little and finding bad message ids popping up. This is just one - if I send in about 20 I am losing 3-4 of them to this error. Looks as if the Ajax response indo on the ID is bad from ActiveMQ Any ideas would be helpful :) Thanks in ad