You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2013/02/01 00:55:13 UTC

[jira] [Updated] (AMQ-1243) Multiple WebClient instances

     [ https://issues.apache.org/jira/browse/AMQ-1243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish updated AMQ-1243:
------------------------------

    Fix Version/s:     (was: NEEDS_REVIEWED)
                   AGING_TO_DIE
    
> Multiple WebClient instances
> ----------------------------
>
>                 Key: AMQ-1243
>                 URL: https://issues.apache.org/jira/browse/AMQ-1243
>             Project: ActiveMQ
>          Issue Type: Improvement
>         Environment: Using activemq-web-demo as a test for changes in activemq-web while using the 'chat demo'. Patch created from eclipse on mactel
>            Reporter: James Alan Shepherd
>            Assignee: Dejan Bosanac
>            Priority: Minor
>             Fix For: AGING_TO_DIE
>
>         Attachments: ASF.LICENSE.NOT.GRANTED--patch-trunk-2007-05-04.txt, patch-trunk-2007-05-09.txt
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> Just learning about ActiveMQ and noticed, like many before I imagine, that the chat demo doesn't let you use it in different tabs/windows of a browser at once. Well, it runs, but you share the consumers in the WebClient stored in the HttpSession.
> So, why not have multiple WebClients in the Session, one for each 'rendering' of the window, meaning for each instance of amq(.js)?
> So you need a UID in HttpSession for each amq instance.
> You also need to set the amq._pollDelay to something sensible, as polling is done by GET and connections to the server are throttled by the browser.
> Hopefully the attached patch will seem resonable.
> Changes in _amq.js are set to test the new functionality;
> minimal changes to MessageListenerServlet;
> few changes to WebClient;
> added WebClientDirector to direct getting of correct WebClient instance and creating new ones.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira