when i send message to deployed MDB (topic) on JBoss App
Server, the ACK received in the Topic Producer doesn't
handled well, when degubing the gotAck method in
MantaAgent Class, i see that the message from the
postOffice is null and the condition if (msg == null) is true
and getDeliveryAckNotifier.gotAck is never called.
public void gotAck(String ackedMessageId, MantaAddress
source) {
MantaBusMessage msg =
singletonRepository.getPostOffice().gotAck
(ackedMessageId ,source );
if (msg == null) return;
Logged In: YES
user_id=1073177
when i send message to deployed MDB (topic) on JBoss App
Server, the ACK received in the Topic Producer doesn't
handled well, when degubing the gotAck method in
MantaAgent Class, i see that the message from the
postOffice is null and the condition if (msg == null) is true
and getDeliveryAckNotifier.gotAck is never called.
public void gotAck(String ackedMessageId, MantaAddress
source) {
MantaBusMessage msg =
singletonRepository.getPostOffice().gotAck
(ackedMessageId ,source );
if (msg == null) return;
singletonRepository.getDeliveryAckNotifier().gotAck
(msg , source);
}//gotAck
Logged In: YES
user_id=990269
This bug is fixed in CVS,
and is due for release 1.8