|
Hi!
I'm using JBoss 2.4.3 and MDB's, which are
connected to MQSeries. I found out that when MQSeries is going down the MDB
is not trying to reconnect. The problem is that in
org.jboss.ejb.plugins.jms.JMSContainerInvoker.ExceptionListenerImpl the
notStoped (which should probably be notStopped) variable is always set to false.
The comment, in which it's set to true (at declaration time), should probably be
removed (that is, notStoped should be set to true). I also think that the time
between reconnecting trials should be somehow configured (now it's fixed to 10
seconds).
I also have another problem, which I think is more
difficult (this should probably go to jboss-user, but since I'm here...). At
deployment time if JMS server (MQSeries in my case) is not running the MDB will
not deploy and therefore the whole application will not deploy at all. Is there
any simple solution to that problem?
Thanks, Konrad Kami�ski
|
- Re:[JBoss-dev] MDB and reconnecting Konrad Kamiński
