Provide durable @Asynchronous provider using application-linked queue
---------------------------------------------------------------------

                 Key: SEAMCRON-19
                 URL: https://issues.jboss.org/browse/SEAMCRON-19
             Project: Seam Cron
          Issue Type: Feature Request
            Reporter: Dan Allen
            Assignee: Peter Royle


TorqueBox uses an application-linked queue (in other words, a queue local to 
the application) to execute asynchronous methods. It uses this strategy to 
allow for asynchronous invocations to be durable.

Seam Cron should offer a "durable = true" flag on @Asynchronous that, when set 
to true, will switch to the queue-based invocation provider. An override queue 
could be provided using another annotation and configured in seam-beans.xml.

See http://torquebox.org/documentation/1.0.1/messaging.html 

--
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