Here is the problem.
I have 1 MessageProducer and 1 MessageListener.
The MessageProducer sends messages as fast as it can to a queue and the listener receives
from the queue. At the point that the producer stops sending messages the listener stops
receiving even if the all the messages haven't been delivered. If i disable consumer
flow control (by setting to -1) then this does not happen.
The consumer will start receiving messages again once there are more available tokens,
tokens are added on receipt of a message. however it looks like even tho delivery is
prompted on receipt of a message the delivery of messages isn't restarted.
I'll investigate further!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149050#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...