Timothy Bish created QPID-6153:
----------------------------------

             Summary: [JMS 1.0 Client] Connection store channel max as a signed 
short while the value is an unsigned short
                 Key: QPID-6153
                 URL: https://issues.apache.org/jira/browse/QPID-6153
             Project: Qpid
          Issue Type: Bug
          Components: Java Client
    Affects Versions: 0.28, 0.26, 0.30
            Reporter: Timothy Bish


The JMS 1.0 client stores the channel max value as a signed short in 
ConnectionEndpoint.java and checks against that value when creating new 
sessions.  If the remote sends anything larger than 32767 this value goes 
negative and you cannot create any new sessions from the client.  The default 
for that feild per spec is 65535 which will appear if for instance you add some 
connection properties on the remote end as was recent done in ActiveMQ and 
don't set an explicit channel max value.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to