Tuesday, December 18, 2007

lxb0970 : a new client machine! access using dfrodrig user

killing everything on a pattern:

kill -9 `ps -ag | egrep "consumerAgent" | awk '{print $1}'`

Monday, December 3, 2007

Back on track:

activemq.prefetchSize = ....


When subscribing a topic, we should be setting as an header the prefetchSize (number of messages to be sent to a particular client without getting any receipt that we will allow).

this should be sent as an header when subscribing!