Rajith Attapattu created QPID-4864:
--------------------------------------

             Summary: The JMS client shouldn't hold a lock when creating a 
messge
                 Key: QPID-4864
                 URL: https://issues.apache.org/jira/browse/QPID-4864
             Project: Qpid
          Issue Type: Bug
          Components: Java Client
    Affects Versions: 0.20, 0.18, 0.16, 0.22
            Reporter: Rajith Attapattu
            Assignee: Rajith Attapattu
             Fix For: 0.23


The JMS client needlessly holds the failover mutex when creating a text 
message. It also sets the session.

When creating messages to be sent, they should be just value objects and should 
not hold any state.

When constructing a message to be given to the consumer, we have to set the 
session, so acknowledge can be called. But not when we create messages for 
sending.

--
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

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

Reply via email to