[
https://jira.jboss.org/browse/SEAMJMS-2?page=com.atlassian.jira.plugin.sy...
]
Jordan Ganoff logged work on SEAMJMS-2:
---------------------------------------
Author: Jordan Ganoff
Created on: 03/Aug/10 10:47 PM
Start Date: 03/Aug/10 10:47 PM
Worklog Time Spent: 30 minutes
Issue Time Tracking
-------------------
Remaining Estimate: 3 hours, 30 minutes (was: 4 hours)
Time Spent: 30 minutes
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
Original Estimate: 4 hours
Time Spent: 30 minutes
Remaining Estimate: 3 hours, 30 minutes
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