Begin forwarded message:
From: Pete Muir <pmuir(a)redhat.com>
Date: 12 June 2010 16:13:36 EDT
To: Pete Muir <pmuir(a)redhat.com>
Cc: "seam-dev >> seam-dev(a)lists.jboss.org Development List"
<seam-dev(a)lists.jboss.org>
Subject: Re: [seam-dev] Module reviews
See 10.7 and 3.8
On 11 Jun 2010, at 14:20, Pete Muir wrote:
> ---------
> JMS
> ---------
>
> * Change back to original design from spec draft from 20090520 where we use the
producer field pattern to provide access JMS artifacts (I will follow up with a copy).
This is much more flexible, as it allows the use of @Alternative etc.
> * Routing of events - change back to original design from spec draft (as above) where
we generate proxies for relevant interfaces with @Observes:
>
> interface JMSMapping {
>
> void myMapping(@Observes @SomeQualifier SomeType type, @MyTopic Topic topic);
>
> }
>
> and support the use of @Alternative on this to enable disable/disable it.