0 Replies Latest reply on Mar 10, 2003 11:27 AM by bobbob

    Smtp-jms bridge

    bobbob

      Hi,

      I was wondering if anyone has used any available SMTP-JMS bridge to handle both the sending and receiving of emails using JMS?

      Currently, we have a basic system of creating a JMS message, posting it to a queue where a message EJB receives and sends the message via JavaMail. Attachments are not supported.

      We do not however have a system of receiving emails from an SMTP server (by polling the server periodically for example) and making them available to message EJB clients.

      This doesn't seem to be that difficult to write but I was wondering if anyone is currently using existing software to handle this?

      Thanks,

      Bob