[
https://issues.apache.org/jira/browse/AMQNET-625?focusedWorklogId=345630&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-345630
]
ASF GitHub Bot logged work on AMQNET-625:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 18/Nov/19 22:25
Start Date: 18/Nov/19 22:25
Worklog Time Spent: 10m
Work Description: michaelandrepearce commented on issue #48: AMQNET-625:
Content Property of IBytesMessage should be idempotent
URL: https://github.com/apache/activemq-nms-amqp/pull/48#issuecomment-555237973
So a message can only ever be in write or read mode. There are details in
the spec around this and some tests that exist. Ill try dig it out and pass to
you offline
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 345630)
Time Spent: 1.5h (was: 1h 20m)
> byte[] Content property of IBytesMessage is accessible only once
> ----------------------------------------------------------------
>
> Key: AMQNET-625
> URL: https://issues.apache.org/jira/browse/AMQNET-625
> Project: ActiveMQ .Net
> Issue Type: Bug
> Components: AMQP
> Reporter: Kamil Nowak
> Priority: Major
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> byte[] Content property of IBytesMessage is accessible only once. Further
> readings yield byte array with all zeroes assigned.
> *Steps to reproduce:*
> Put a breakpoint in a method which handles the upcoming messaging in the
> consumer. This results in a reading operation of the byte[] Content of a
> message of type IBytesMessage. Therefore, further reading operations yield
> the array with all elements having the '0' assigned.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)