If I use SMTPTransport (http://java.sun.com/products/javamail/javadocs/com/sun/mail/smtp/SMTPTransport.html) as private static object for class that implements MessageDrivenBean and MessageListener, will it be thread safe or are there some possible error situations?
|
|
It looks like SMTPTransport is a thread-safe object. |
||
|
|

SMTPTransport? – skaffman Oct 20 at 8:59MessageDrivenBeanandMessageListener(I think I have at least a dozen of the later on the classpath of my current project) – sfussenegger Oct 20 at 9:36