Sending same TextMessage more than once causes text to be lost on second send
-----------------------------------------------------------------------------

                 Key: QPID-206
                 URL: http://issues.apache.org/jira/browse/QPID-206
             Project: Qpid
          Issue Type: Bug
          Components: Java Client, JMS Compliance
            Reporter: Rob Godfrey
            Priority: Minor


Doing

msg = session.createTextMessage("msg")
producer.send(msg);
producer.send(msg);

will leave the second sent message without any content.  This is due to an 
error in the way the positions in the ByteBuffer are changed in getData()

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

        

Reply via email to