Re: ActiveMQ 5.2 too many open files exception

2009-04-01 Thread deathemperor
It's fixed by our system engineer. our AMQ is running up to 1m of msg now. The problem was firewall. http://activemq.apache.org/multicast-transport.html http://en.wikipedia.org/wiki/Multicast Bill Schuller wrote: > > Unix variants use a file descriptor for each network connection. In my > mes

Re: ActiveMQ 5.2 too many open files exception

2009-03-31 Thread Bill Schuller
Unix variants use a file descriptor for each network connection. In my messaging experience, 9 times out of 10 file descriptor issues are associated with the number of active network connections the process has open. With a file descriptor limit of 10240, the process either has a lot of files or a

Re: ActiveMQ 5.2 too many open files exception

2009-03-31 Thread andymorris
Hi I experienced a problem like this with when we tried an HA setup with master/slave but it only happened when running on RedHat Linux with Java 5 and the older 4.1 version of ActiveMQ. There was no problem with the above config when running on Windows but when we upgraded to Java 6 AND ActiveM