Uploaded image for project: 'ActiveMQ .Net'
  1. ActiveMQ .Net
  2. AMQNET-257

Request to add SetBytes method to IMapMessage

    XMLWordPrintableJSON

Details

    • Wish
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.3.0
    • 1.4.0
    • NMS
    • None

    Description

      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

      Attachments

        Activity

          People

            tabish Timothy A. Bish
            danellisuk Daniel Ellis
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: