Class JmsAuditEventHandlerConfiguration.JndiConfiguration

    • Constructor Detail

      • JndiConfiguration

        public JndiConfiguration()
    • Method Detail

      • getTopicName

        public String getTopicName()
        Returns the jndi lookup name for the JMS Topic to which messages will be published. Do not confuse this with Audit Topics.
        Returns:
        The jndi lookup name for the JMS Topic to which messages will be published.
        See Also:
        InitialContext.lookup(String)
      • setJmsTopicName

        public void setJmsTopicName​(String jmsTopicName)
        Sets the jndi lookup name for the JMS Topic for which the messages will be published on.
        Parameters:
        jmsTopicName - The jndi lookup name for the JMS Topic.
        See Also:
        InitialContext.lookup(String)
      • getConnectionFactoryName

        public String getConnectionFactoryName()
        Returns the jndi lookup name for the JMS ConnectionFactory to which messages will be published. Do not confuse this with Audit Topics.
        Returns:
        The jndi lookup name for the JMS ConnectionFactory to which messages will be published.
        See Also:
        InitialContext.lookup(String)
      • setJmsConnectionFactoryName

        public void setJmsConnectionFactoryName​(String jmsConnectionFactoryName)
        Sets the jndi lookup name for the JMS ConnectionFactory for which the messages will be published on.
        Parameters:
        jmsConnectionFactoryName - The jndi lookup name for the JMS ConnectionFactory.
        See Also:
        InitialContext.lookup(String)