Class JMSTopicWorkflowEventSource

    • Constructor Detail

      • JMSTopicWorkflowEventSource

        public JMSTopicWorkflowEventSource​(String p_strGuid)
    • Method Detail

      • getTopicName

        public String getTopicName()
        Get the Topic name;
        Returns:
        The Topic name.
      • setTopicName

        public void setTopicName​(String p_strTopicName)
        Set the Topic name;
        Parameters:
        p_strTopicName - The Topic name.
      • isNoLocal

        public boolean isNoLocal()
        Enable or disable the delivery of messages published by the own connection.

        The default value of this property is false.

        Returns:
        true if the delivery of messages published by the own is being inhibited, or false otherwise.
      • setNoLocal

        public void setNoLocal​(boolean p_bNoLocal)
        Enable or disable the delivery of messages published by the own connection.

        The default value of this property is false.

        Parameters:
        p_bNoLocal - true if the delivery of messages published by the own should be inhibited, or false otherwise.