On Nov 29, 2007 11:17 PM, Bernd Fondermann
<[EMAIL PROTECTED]> wrote:
> On Nov 30, 2007 12:08 AM, Robert Burrell Donkin
>
> <[EMAIL PROTECTED]> wrote:
> > to cheer myself up after missing the london train today and missing
> > OSJam, i've been playing around with embedding ActiveMQ (apache's JMS
> > server) within JAMES. i've only really spend an hour or two on it but
> > it looks good so far.
> >
> > use cases:
> >
> > 1. easy JMS spool feed (for example general list)
> > a. publish text message containing mail to JAMES
> > b. JAMES sends MimeMessage to spool
> > c mail is processed
> >
> > 2. JMS mailbox feed
> > a. publish text message containing mail to JAMES
> > b JAMES stores MimeMessage to mailbox API
> > ...
> >
> > opinions?
>
> well, thanks! I am delighted: two things from my secret wishlist
> mentioned on the same day :-) (the other one being trained
> statistically content filtering.)
>
> this is the missing link to J2EE or at least the easiest way of
> integrating with the J(2)EE side I can think of, without having a JCA
> or proprietary integration.

ActiveMQ can handle this. it has a JCA connector. provided that JAMES
is running in the same VM then messages can be routed via the local
(in-vm) broker straight from the container into JAMES.

BTW ActiveMQ has good spring integration. it's a lot of work tapping
it's power within phoenix.

- robert

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

Reply via email to