Re: Load testing 5.5 - broker pauses between sends

2011-07-29 Thread Joe Smith
Sorry. Could not see the attachment.  Pasting it below.  Sorry for the long trace. ActiveMQ - 5.5.0 JVM - 1.6 OS - Linux                                                                                                                                                            

Load testing 5.5 - broker pauses between sends

2011-07-29 Thread Joe Smith
Hi, We are testing 5.5.0 for an upgrade from 5.4 - hoping for a performance boost. In our testing, we notice brokers stop delivering messages on a regular interval.  The cpu graph clearly showing a slowing down of the broker at regular interval.  With some investigation by changing the kahaDb'

Re: ActiveMQ and HttpServlet

2011-07-29 Thread dead_devil_66
and looks like i can't use anything from the activemq jars... i tried stomp now and same error.. -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-and-HttpServlet-tp3702961p3705775.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Shutting down ActiveMQ kills topic subscriber client

2011-07-29 Thread oagady
The problem suddenly disapeared. I redesigned the consumer client, and moved the code that initializes the connection, session and the listened in a separate thread. The consumer doesn't crash any more - it survives the broker reboot and reconnects to broker Gali -- View this message in context:

Re: Shutting down ActiveMQ kills topic subscriber client

2011-07-29 Thread oagady
Hi, Gary Thanks for your reply. I ran examples, and both the producer and consumer processes exited when I shut down ActiveMQ. The following is the exception from the consumer console: 2011...' (length 1000) [java] [Thread-2] Received: 'Message: 924 sent at: Fri Jul 29 12:08:30 EDT 2011...'

Re: ActiveMQ and HttpServlet

2011-07-29 Thread dead_devil_66
Bumping the topic. I searched the forum and i "googled" about this issue but no luck... :/ -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-and-HttpServlet-tp3702961p3704543.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

RE: EXT :Re: Message Priority In 5.5.0-fuse-00-43

2011-07-29 Thread urciolo
I changed from a listener to a consumer.receive and set the prefetch to 0. The behavior is the same as with the message listener and prefetch set to 1. From: Gary Tully [via ActiveMQ] [mailto:ml-node+3702690-1621008114-139...@n4.nabble.com] Sent: Thursday, July 28, 2011 6:17 PM To: Urciolo, Ke

Message consumed count at broker end per unit time

2011-07-29 Thread kaustubh khasnis
HI, Is there any way in activemq with which we can get count number of messages consumed/produced *per second/minute at the broker end*?? I know we can get the queue size in the broker at a given instance , but I need to know the aggregate count for a unit time. Thanks and regards Kaustubh

Re: After failover the Master has a bunch of bogus queues

2011-07-29 Thread NashCat
Dejan, Thanks for your response. I will look into that scenario but I think that is unlikely since we are behind the firewall AND the PCI firewall. Also, this is not the first time this has happened. -- View this message in context: http://activemq.2283324.n4.nabble.com/After-failover-the-Master-

Re: ActiveMQ and HttpServlet

2011-07-29 Thread dead_devil_66
Thanks for replying, bojan. hmmm ok but which container?? and in which file file do i add? The only thing i did was adding that jar to the project buildpath. And, even after that, same error. -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-and-HttpServlet-tp37029

Re: How to reattempt individual message

2011-07-29 Thread Dejan Bosanac
Hi, you should use JMS transactions and rollback the transaction to trigger message redelivery. Regards -- Dejan Bosanac - http://twitter.com/dejanb - The experts in open source integration and messaging - http://fusesource.com ActiveMQ in Action - http://www.manning.com/snyder/

Re: AMQ 5.4.1 File Descriptor (FD) leak of ticots loopback networks

2011-07-29 Thread Dejan Bosanac
Hi, is there a chance you can test nio with 5.5.0 or the latest 5.6-SNAPSHOT and see if problem is still there? A test case would be great if you manage to provide it. Regards -- Dejan Bosanac - http://twitter.com/dejanb - The experts in open source integration and messaging - ht

Re: After failover the Master has a bunch of bogus queues

2011-07-29 Thread Dejan Bosanac
Never seen something like this. It looks like someone tried to hack your broker (probably over http) Regards -- Dejan Bosanac - http://twitter.com/dejanb - The experts in open source integration and messaging - http://fusesource.com ActiveMQ in Action - http://www.manning.com/snyd

Re: ActiveMQ and HttpServlet

2011-07-29 Thread Dejan Bosanac
Try adding activemq-all to you container's classpath Regards -- Dejan Bosanac - http://twitter.com/dejanb - The experts in open source integration and messaging - http://fusesource.com ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Fri, J

Re: AMQ 5.4.1 File Descriptor (FD) leak of ticots loopback networks

2011-07-29 Thread mickhayes
Update on this File Descriptor Leak with 5.4.1 broker and NIO transport - how to workaround/avoid. The leak *stops* when transport changed to TCP in broker xml. The leak *resumes *when transport changed back to NIO. I.e. this fault is only seen with NIO transport. I will update with a test case whe