Re: How to disable prefetch in ActiveMQ 5.1?

2008-05-27 Thread Rob Davies
On 28 May 2008, at 04:08, Randy Huang wrote: Is there anything can be set in activemq.xml? -- View this message in context: http://www.nabble.com/How-to-disable-prefetch-in-ActiveMQ-5.1--tp17504381s2354p17504381.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. Hi Ra

How to disable prefetch in ActiveMQ 5.1?

2008-05-27 Thread Randy Huang
Is there anything can be set in activemq.xml? -- View this message in context: http://www.nabble.com/How-to-disable-prefetch-in-ActiveMQ-5.1--tp17504381s2354p17504381.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Proof of Concept

2008-05-27 Thread mtlZhen
you can DefaultMessageListenerContainer in Spring context. Please refer to Spring documentation. Swampcritter wrote: > > I am trying out Active MQ for the first time, so bear with me. I have a > number of questions, so I will break them up to make it easier to reply > to. > > Currently where

Re: Proof of Concept

2008-05-27 Thread Swampcritter
Actually that is what I was hoping that Active MQ already has built-in (like MQ Series has) as I have no idea how to program in Java to even consider creating a module. -- Michael ttmdev wrote: > > Sounds like what you're after is a MQ-like 'trigger monitor'. Perhaps > another option is to dev

Re: Message Groups: Not working with Mule 2.0.1 feeding AMQ 5.1

2008-05-27 Thread Rob Davies
On 27 May 2008, at 18:18, jcarreira wrote: I have no idea what the problem is... It could be something in the way Mule feeds into AMQ and how the sequence number on the messages is always zero... That would do it ;) Aaron Mulder wrote: FWIW, Message Groups were working for me on a

Re: Message Groups: Not working with Mule 2.0.1 feeding AMQ 5.1

2008-05-27 Thread jcarreira
I have no idea what the problem is... It could be something in the way Mule feeds into AMQ and how the sequence number on the messages is always zero... Aaron Mulder wrote: > > FWIW, Message Groups were working for me on a 5.1 server with a broker > and one producer and several consumers all r

Re: Proof of Concept

2008-05-27 Thread ttmdev
Sounds like what you're after is a MQ-like 'trigger monitor'. Perhaps another option is to develop a plugin module that provides 'trigger monitor' like functionality. Joe Swampcritter wrote: > > I am trying out Active MQ for the first time, so bear with me. I have a > number of questions, so