I definitely think we need to implement a process pool type thing where we can configure min/max processes that we start up per destination etc. Perhaps we do this in the broker. Since he is keeping track of how full the consumer prefetch is, he's probably the best guy to know when a new consumer process needs to get spun up.
On 4/18/06, James Strachan <[EMAIL PROTECTED]> wrote: > FWIW it'd be pretty easy to write a single MessageListener which when > a message arrives, it just runs some unix command line. I guess the > tricky part is how do you map the JMS message to the command line > arguments etc? > > On 4/10/06, Dave_G <[EMAIL PROTECTED]> wrote: > > > > I wonder if a C or Java client has ever written that gives the equivalent of > > the IBM MQSeries runmqchi - running a Unix command line when a message > > arrives. > > > > Dave > > -- > > View this message in context: > > http://www.nabble.com/Executing-on-message-arrival---something-like-runmqchi--t1427679.html#a3850260 > > Sent from the ActiveMQ - User forum at Nabble.com. > > > > > > > -- > > James > ------- > http://radio.weblogs.com/0112098/ > -- Regards, Hiram
