Re: too many open files error with 5.3 and Stomp

2009-10-30 Thread alex.hollerith
config: policyEntry queue= producerFlowControl=true memoryLimit=5mb setup: 1 perl stomp producer producing into a queue, connecting and disconnecting on every post, rather low frequency of posts (0.5/minute) 0 consumers behaviour: works OK until around 68 messages are in the queue (surely

NPE in console.Main

2009-10-21 Thread alex.hollerith
OS: CentOS release 4.6 (Final) Java: jdk1.6.0_02 AMQ version Version: 5.3.0 Started via 32-bit Java wrapper. camel and jetty imports enabled: import resource=camel.xml/ import resource=jetty.xml/ I had to use endorsement to make it use Jax 2.1. I naively I tried the following, since I am

Re: too many open files error with 5.3 and Stomp

2009-10-21 Thread alex.hollerith
Hi, Dejan Bosanac wrote: ok, can you at least provide more data on: - how many producers/consumers are you using - are you opening a new connection for every message send/receive I saw the same thing happening in our environment which consists of just one producer at the moment. We