On Wed, 2009-06-03 at 13:34 -0700, Websphere and ActiveMQ wrote:
> Hi everyone,
> 
> I have the question about sending message to queue.
> 
> The situation is that
> 
> I have many different JMS clients(Java, MDB) to connect to a ActiveMQ. At
> the beginning, everything works correctly, but after many times
> sending/receiving messages between clients, my a client can not send
> message, I tried to debug it, but it run to sender.send(message) statement
> and looks like block here, can not continue, there isn't error or exception
> appeared.
> 
> I can not find any thing here, does any body know the reason?
> 
> thanks

Sounds a lot like you are running into Producer Flow Control in action.

See this page for more info:
http://activemq.apache.org/producer-flow-control.html

Regards
Tim.


-- 
Tim Bish
http://fusesource.com
http://timbish.blogspot.com/



Reply via email to