Topic Connections dying with more than 60 nodes

2008-07-21 Thread Aidan
something somewhere as it all works fine with 40 nodes, but dies when I get around 60. Thanks very much, Aidan -- View this message in context: http://www.nabble.com/Topic-Connections-dying-with-more-than-60-nodes-tp18567995p18567995.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Topic Connections dying in large install.

2008-07-21 Thread Aidan
-- View this message in context: http://www.nabble.com/Topic-Connections-dying-in-large-install.-tp18567601p18567601.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Problem installing ActiveMQ 4.1.1 on Fedora 9

2008-07-19 Thread Aidan
Thanks for the reply Dejan, I switched to the Sun JDK and it works fine now. I should have noticed when I ran a yum install java that it was going to grab the GIJ version and not the Sun version. Cheers, Aidan Dejan Bosanac wrote: > > Hi, > > This seems to me like GIJ related

Re: Problem installing ActiveMQ 4.1.1 on Fedora 9

2008-07-19 Thread Aidan
I just thought I'd throw some more information on what I've been doing to try and debug this, sorry if it's too much information, but somebody might be able to see what I am doing wrong... I have tried running the run.jar in the bin folder, and that appears to start activemq just fine. If I run

Problem installing ActiveMQ 4.1.1 on Fedora 9

2008-07-19 Thread Aidan
428 (Red Hat 4.3.0-8) Sorry if I'm missing something, but I've followed the install instructions and I've tried fiddling with path's and chmod-ing directories but I can't get ActiveMQ started. Thanks, Aidan -- View this message in context: http://www.nabble.com/Problem-in

Re: What is best practice for creating Producers?

2008-04-18 Thread Aidan
ny way I can get the ActiveMQ internals to release resources once a client has disconnected? The memory usage seems to grow to around 100 and then will stop accepting any further messages. Thankyou for your help! Aidan -- View this message in context: http://www.nabble.com/What-is-best-practice-fo

What is best practice for creating Producers?

2008-04-17 Thread Aidan
that this sounds like an anti-pattern. After using JProfiler and seeing how many ProducerId objects are created (and don't appear to be garbage collected). So my question is: Should I be creating one producer per queue/topic and re-using it, or am I able to create one-per-request? Cheers,