Class MessageBF_DTO

java.lang.Object
de.aeb.xnsg.messagepool.bf.adapter.MessageBF_DTO

public class MessageBF_DTO extends Object
representation of a message on the wire of the message pool API
  • Field Details

    • MSG_TARGET

      public static final String MSG_TARGET
      the target of the message (=next destination)
      See Also:
    • MSG_CHANNEL_ID

      public static final String MSG_CHANNEL_ID
      id of the channel to which this message belongs
      See Also:
    • MSG_ORIGIN

      public static final String MSG_ORIGIN
      logical name or description of originator of the message
      See Also:
    • MSG_GENERATED_FROM_ID

      public static final String MSG_GENERATED_FROM_ID
      The message id this message was generated (copied or converted) from.
      See Also:
    • MSG_INCOMING_BF_ORIGIN

      public static final String MSG_INCOMING_BF_ORIGIN
      message property to transfer this information savely through pool
      See Also:
    • MSG_MESSAGE_TYPE

      public static final String MSG_MESSAGE_TYPE
      the type of the message (freely definable)
      See Also:
    • MSG_PRIORITY

      public static final String MSG_PRIORITY
      priority of the message. @see IAbstractMessage#getPriority()
      See Also:
    • MSG_GROUP_ID

      public static final String MSG_GROUP_ID
      id of group where message belongs to. messages belonging to the same group must be delivered in the order in which they were sent
      See Also:
    • messageId

      public String messageId
    • properties

      public MessagePropertyDTO[] properties
    • contentType

      public String contentType
    • content

      public byte[] content
  • Constructor Details

    • MessageBF_DTO

      public MessageBF_DTO()