Class InternalJmsMessage

java.lang.Object
com.appiancorp.suiteapi.messaging.InternalMessage
com.appiancorp.suiteapi.messaging.InternalJmsMessage

public class InternalJmsMessage extends InternalMessage
Represents a JMS message to be posted to JMS.
  • Constructor Details

    • InternalJmsMessage

      public InternalJmsMessage()
  • Method Details

    • getTopic

      public String getTopic()
      Gets the destination message topic (JMS). Note that when a JmsMessage is sent through the MessagePublisherService to the Process topic, it bypasses JMS entirely and is sent directly to the appropriate Process Execution Servers.
      Returns:
      the message topic
      See Also:
    • setTopic

      public void setTopic(String topic_)
      Sets the destination message topic (JMS).
      Parameters:
      topic_ - the message topic
      See Also:
    • toString

      public String toString()
      Description copied from class: InternalMessage
      String representation of this object. Currently only displays the Id and Body of the message.
      Overrides:
      toString in class InternalMessage