[
https://issues.apache.org/jira/browse/QPID-206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rob Godfrey reassigned QPID-206:
--------------------------------
Assignee: Rob Godfrey
> Sending same TextMessage more than once causes text to be lost on second send
> -----------------------------------------------------------------------------
>
> Key: QPID-206
> URL: https://issues.apache.org/jira/browse/QPID-206
> Project: Qpid
> Issue Type: Bug
> Components: Java Client, JMS Compliance
> Reporter: Rob Godfrey
> Assigned To: Rob Godfrey
> Priority: Minor
> Fix For: M2
>
> Attachments: QPID-206.patch
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.