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: James Strachan
Priority: Minor
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.