[
https://issues.apache.org/activemq/browse/AMQNET-83?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jim Gomes resolved AMQNET-83.
-----------------------------
Resolution: Won't Fix
To access raw bytes, use the IBytesMessage instead of IObjectMessage.
> Add Content getter for IObjectMessage
> -------------------------------------
>
> Key: AMQNET-83
> URL: https://issues.apache.org/activemq/browse/AMQNET-83
> Project: ActiveMQ .Net
> Issue Type: Improvement
> Components: ActiveMQ Client
> Reporter: Brandon Bethke
> Assignee: Jim Gomes
> Priority: Minor
> Original Estimate: 5 minutes
> Remaining Estimate: 5 minutes
>
> Please add the get property Content to IObjectMessage so that one can get the
> raw bytes from the message. The reason is because java objects will not
> serialize correctly into .Net objects using the Body property.
> public interface IObjectMessage : IMessage
> {
> byte[] Content
> {
> get;
> }
> ...
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.