Tysdag 16. desember 2008 11:51:57 skreiv James Strachan: > 2008/12/16 James Strachan <james.strac...@gmail.com>: > > 2008/12/15 Lars Ivar Igesund <larsi...@igesund.net>: > >> Hi! > >> > >> We have a central routing application/server using spring and camel and > >> AMQ, and various clients connecting to it. > >> > >> Now, for the last couple of months we've been using 1.4.0 which > >> generally works fine. However, fairly often after a restart of the > >> server app (it is still under development), it hangs as it replies to > >> the first client to connect. > > > > This sounds like it could be producer flow control kicking in. See > > this... > > > > http://activemq.apache.org/producer-flow-control.html > > this page describes how to configure cursors to avoid flow control > http://activemq.apache.org/message-cursors.html
By following the first link and disable flow control, it seems to function better - still no hangups at least. Thank you very much! Best, Lars Ivar