[jbossws-issues] [JBoss JIRA] Created: (JBWS-1324) JMS Endpoint - Message delivery starts before endpoint is ready.

Darran Lofthouse (JIRA) jira-events at jboss.com
Thu Nov 2 05:14:41 EST 2006


JMS Endpoint - Message delivery starts before endpoint is ready.
----------------------------------------------------------------

                 Key: JBWS-1324
                 URL: http://jira.jboss.com/jira/browse/JBWS-1324
             Project: JBoss Web Services
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: jaxrpc
    Affects Versions: jbossws-1.0.3
            Reporter: Darran Lofthouse
             Fix For: jbossws-1.0.6


For most endpoints we need the EJB to be initialised before we initialise the web service, this way we know the session bean will be ready to process requests before the first request from a client is received.

For message driven beans we need the web service to be initialised before the first message is processed by the MDB, however the same logic is used as is used for session beans so it is possible that the first message will be received while the web service is still being initialised.

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

        



More information about the jbossws-issues mailing list