[seam-issues] [JBoss JIRA] Created: (SEAMCRON-19) Provide durable @Asynchronous provider using application-linked queue

Dan Allen (JIRA) jira-events at lists.jboss.org
Wed May 25 19:47:01 EDT 2011


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

        


More information about the seam-issues mailing list