Support automatic resource management for a few closeable types
---------------------------------------------------------------

                 Key: SEAMJMS-15
                 URL: https://issues.jboss.org/browse/SEAMJMS-15
             Project: Seam JMS
          Issue Type: Feature Request
          Components: Injection
            Reporter: John Ament
            Assignee: John Ament
             Fix For: 3.0.0.Alpha2


Add Automatic Resource Management (ARM) for most closeable types.  Must include 
at a minimum QueueReceiver, TopicSubscriber (and producer versions for both), 
MessageConsumer/Receiver, connections, etc.

To do this, a new qualifier Closeable will be used. App developers will be able 
to fire an event with the closeable object in it.  An application scoped bean 
will have methods to support observing each and a predestroy that shuts down 
all of the closeable objects in a valid order.

-- 
This message is automatically generated by JIRA.
-
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