[jboss-jira] [JBoss JIRA] Updated: (JBMESSAGING-1201) share remoting NIOConnectors to a same server

Jeff Mesnil (JIRA) jira-events at lists.jboss.org
Mon Dec 17 04:45:43 EST 2007


     [ http://jira.jboss.com/jira/browse/JBMESSAGING-1201?page=all ]

Jeff Mesnil updated JBMESSAGING-1201:
-------------------------------------

        Summary: share remoting NIOConnectors to a same server  (was: share MINA session for Connections to a same server)
    Description: 
The new remoting code based on MINA opens 1 MINA session (1 TCP/IP connection) for each opened JMS Connections even when they connect to the same JMS ServerPeer.

This should be changed so that we only keep 1 MINA session for each VM and let several JMS Connections share this session and its underlying TCP/IP connection

In addition, if the client and server are in the same VM, the same INVMConnector should be reused for all JMS Connections between them

  was:
The new remoting code based on MINA opens 1 MINA session (1 TCP/IP connection) for each opened JMS Connections even when they connect to the same JMS ServerPeer.

This should be changed so that we only keep 1 MINA session for each VM and let several JMS Connections share this session and its's underlying TCP/IP connection


> share remoting NIOConnectors to a same server
> ---------------------------------------------
>
>                 Key: JBMESSAGING-1201
>                 URL: http://jira.jboss.com/jira/browse/JBMESSAGING-1201
>             Project: JBoss Messaging
>          Issue Type: Sub-task
>          Components: JMS Remoting
>            Reporter: Jeff Mesnil
>         Assigned To: Jeff Mesnil
>             Fix For: 2.0.0 Alpha
>
>
> The new remoting code based on MINA opens 1 MINA session (1 TCP/IP connection) for each opened JMS Connections even when they connect to the same JMS ServerPeer.
> This should be changed so that we only keep 1 MINA session for each VM and let several JMS Connections share this session and its underlying TCP/IP connection
> In addition, if the client and server are in the same VM, the same INVMConnector should be reused for all JMS Connections between them

-- 
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 jboss-jira mailing list