Yes I agree it looks very embeddable. Paul
On Thu, Oct 2, 2008 at 12:16 PM, Andreas Veithen <[EMAIL PROTECTED]> wrote: > I once studied the question how to embed an SMTP adapter into a Java > application (not in the context of Axis2 though) and my conclusion was that > it is even easier with SubEthaSMTP (http://subethasmtp.tigris.org/). > However, I never implemented that. > > Andreas > > Paul Fremantle wrote: >> >> Actually this is *really* easy: the James API is dead simple: >> >> http://james.apache.org/mailet/api/ >> >> Paul >> >> On Thu, Oct 2, 2008 at 10:42 AM, Asankha C. Perera <[EMAIL PROTECTED]> >> wrote: >> >>> >>> Nathan >>> >>>>> >>>>> ability for Synapse to behave as a SMTP server and accept messages from >>>>> others, and directly convert them into JMS? >>>>> Yep, that's right. >>>>> could you point me to some doco's on how to configure the transport >>>>> listener? >>>>> >>>>> >>> >>> Well we do not have a SMTP listener (so no docs yet), but what we have >>> are >>> POP3 and IMAP listeners. What Paul suggested is the best approach here >>> for >>> implementation >>> >>> i.e. >>> >>> SMTPClient---->[ApacheJamesSMTPServerRunningAsASynapseTransport--->Synapse] >>> -> JMS.. >>> >>> >>> asankha >>> >>> >>> >> >> >> >> > > -- Paul Fremantle Co-Founder and CTO, WSO2 Apache Synapse PMC Chair OASIS WS-RX TC Co-chair blog: http://pzf.fremantle.org [EMAIL PROTECTED] "Oxygenating the Web Service Platform", www.wso2.com
