[
https://issues.apache.org/activemq/browse/AMQNET-257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Timothy Bish updated AMQNET-257:
--------------------------------
Fix Version/s: 1.4.0
> Request to add SetBytes method to IMapMessage
> ---------------------------------------------
>
> Key: AMQNET-257
> URL: https://issues.apache.org/activemq/browse/AMQNET-257
> Project: ActiveMQ .Net
> Issue Type: Wish
> Components: NMS
> Affects Versions: 1.3.0
> Reporter: Daniel Ellis
> Assignee: Timothy Bish
> Priority: Minor
> Fix For: 1.4.0
>
>
> Comparing NMS with JMS. The IMapMessage interface in NMS is currently
> missing the ability to attach a byte array.
> It would be good if the following methods could be added:
> void SetBytes(string name, byte[] value)
> void SetBytes(string name, byte[] value, int offset, int length)
> byte[] GetBytes(string name)
> The JMS MapMessage doc is here:
> http://www.docjar.org/docs/api/javax/jms/MapMessage.html#setBytes%28String,%20byte%29
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.