Message Destinations may be declared by specifying a @Resource annotation as 
part of a producer field
-----------------------------------------------------------------------------------------------------

                 Key: SEAMJMS-2
                 URL: https://jira.jboss.org/browse/SEAMJMS-2
             Project: Seam JMS
          Issue Type: Feature Request
          Components: Injection
            Reporter: Jordan Ganoff
            Priority: Blocker


>From JSR-299-20090521.pdf:

3.7.2. Declaring a message destination
A message destination may be declared by specifying a
type Topic or Queue.
@Resource
annotation as part of a producer field declaration of
The @Resource annotation specifies the metadata needed to obtain the topic or 
queue from the component environment.
@Resource(name="java:global/env/jms/PaymentQueue")
@Produces @PaymentProcessor Queue paymentQueue;
@Resource(name="java:global/env/jms/Prices")
@Produces @Prices Topic pricesTopic;
The bindings and deployment type of the resource are determined by the producer 
field declaration.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
seam-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/seam-issues

Reply via email to