You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Jim Gomes (JIRA)" <ji...@apache.org> on 2008/05/28 18:58:01 UTC

[jira] Assigned: (AMQNET-83) Add Content getter for IObjectMessage

     [ https://issues.apache.org/activemq/browse/AMQNET-83?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jim Gomes reassigned AMQNET-83:
-------------------------------

    Assignee: Jim Gomes  (was: James Strachan)

> 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.