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
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
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