Well, mimemessages are intended to be serialized. In fact in pop3 and smtp service we do that all of the time. Hint: MimeMessage.writeTo(OutputStream out) and MimeMessage(InputStream source).

Stefano

Ataul Wadood Ahmad ha scritto:
Hello,

has somebody experience in sending emails from JAMES to JMS.
The problem is that JavaMail API is in general not serialized and can't be
send to a Messaging Service as an Object. Since I want to establish
asynchronous communication streaming is no option.

I appreciate any help. Thanks.

Ataul



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to