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: Jim Gomes
            Priority: Minor


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.

Reply via email to