I have a need to temporarily save BytesMessages to file. My intention was to
do this via serialization. I know that BytesMessageImpl implements the
Serializeable interface, and clearly serialization occurs because the
messages are both sent over the wire and saved on the router until
delivered. However, serialization failed when I attempted it myself. I note
that the other four Message classes serialize.
I read in an earlier question/reply to this mailing list that SwiftMQ
achieves serialization by some method other than the standard Java
mechanism. Do we have access to this functionality through any of the
SwiftMQ classes? Or is there some other way around this problem? I realise
that I could just extract all accessible data, properties, etc from the
Message and save these to file, but I'd prefer a cleaner approach if
possible.
Your help would be appreciated.
Phillip Barlow
------------------------------------------------------
SwiftMQ developers mailing list * http://www.swiftmq.com
To unsubscribe from this list, send an eMail to
[EMAIL PROTECTED] and write in the body of your message:
UNSUBSCRIBE developers <your-email-address>
Archive: http://www.mail-archive.com/developers@mail.iit.de/