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.