2 Replies Latest reply on Oct 17, 2007 10:56 AM by marklittle

    MapMessage

    sebcio

      Hi,

      I'm just trying to put a MapMessage with test client in my local queue:

      QueueSender send = session.createSender(que);
      MapMessage mm = session.createMapMessage();
      mm.setString("someXML", new String("<test>test only</test>"));
      send.send(mm);


      The response from ESB:
      [PackageJmsMessageContents] Message type SpyMapMessage not supported - Message is ignored


      Are messages of type MapMessage really not supported, or I'm doing sth wrong?