| Matt Fleming 2004-01-19, 2:48 pm |
| We discovered that the messages in the msgstore table are really just
serialized message objects. By using the Messaging class and an access
bean, we were able to extract and deserialize the message contents
(Messaging.load(byte abyte0[])). If you want to see for yourself decompile
the Messaging class and follow the sendTransacted() path.
-Matt
Matt Fleming" <xagloel02@sneakemail.com> wrote in message
news:blv75f$2d6k$1@news.boulder.ibm.com...quote:
> Hello,
>
> I was wondering if anyone has written a utility which can decrypt the
> messages sitting in the MSGSTORE table? On our production site it seems
> some transacted messages eventually get to the retries = 0 state.. I have
noquote:
> idea if these messages are orders or emails or what?
>
> -Matt
>
>
|