Import

When importing a SmartSockets message, tibemsd translates it to one of these EMS message body types:

  • If the SmartSockets message contains only unnamed fields, then it translates into a JMSStreamMessage. The stream contains the values of the unnamed fields in the same order as they appear in the SmartSockets message.
  • If the SmartSockets message contains one or more named fields, then it translates into a JMSMapMessage. The map message contains the named fields; the order of the fields is indeterminate.