0

I'm looking for the best way to implement a JCA resource adapter to read email, transform and queue the message on a message queue. I am open to any Enterprise stack.

Reuben Peter-Paul
  • 1,550
  • 3
  • 15
  • 25
  • 1
    Have a look at [Creating and Using Custom Java EE Connector Architecture Adapters](http://www.oracle.com/technetwork/articles/luttikhuizen-adapters-091679.html) which implements a mail adapter. On the other hand, it's not the easiest thing to write a resource adapter. What about using a `@Singleton` with a `@Schedule` method to poll for mails, and new mails are just send once again on a JMS queue? On top of this it's plain JMS. – Beryllium Sep 24 '13 at 09:31
  • Thanks @Beryllium I will followup with this as soon as I can switch back to this project. – Reuben Peter-Paul Oct 03 '13 at 19:41

0 Answers0