Re: Help with a producer & consumer stall problem after reaching flow control

2013-08-06 Thread Jmal
app2 and see what it's doing and why its not > receiving or ack'ing messages. Is the app1 hitting producer flow control > expected? > > > On Mon, Aug 5, 2013 at 2:05 PM, Jmal < > jm15119b@ > > wrote: > >> I placed the broker in debug mode, and did

Re: Help with a producer & consumer stall problem after reaching flow control

2013-08-05 Thread Jmal
have to check to see what the broker thinks is going on. So if the > broker dispatches messages up to the consumer prefetch limit, and the > consumer hasn't sent ack's back, the broker will not try to send any more > messages and your consumers will look hung. > > >

Help with a producer & consumer stall problem after reaching flow control

2013-08-02 Thread Jmal
Hello, I'm hoping that someone would be able to help me understand why I am having an issue with my applications usage of ActiveMQ under flow control situations. I'm using 2 ActiveMQ 5.4.3 brokers using Open JDK 1.6, configured with 5 queues each. I have 2 applications in separate JVMs connecting