You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Kamil Nowak (Jira)" <ji...@apache.org> on 2019/10/28 14:01:00 UTC

[jira] [Created] (AMQNET-625) byte[] Content property of IBytesMessage is accessible only once

Kamil Nowak created AMQNET-625:
----------------------------------

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


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)