Reply To: command to dump recovery database pending messages

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf command to dump recovery database pending messages Reply To: command to dump recovery database pending messages

#56425
Charlie Bursell
Participant

    hcidbdump -r -s 7 -d | wc

    will give you a count.  Subtract 8 for the header and you have the number of messages in state 7 for the specified destivation thread.

    Charlie