You operating system limits the number of file descriptors that one process may open. Run ulimit -a on your shell and inspect the value for "open files". Using ulimit -n you can change that limit to a higher value. Perhaps use 2048 or higher then retry your ActiveMQ application.
Torsten Mielke [email protected] [email protected]
