All Downloads are FREE. Search and download functionalities are using the official Maven repository.

chapters.appenders.conf.logback-JMSTopic.xml Maven / Gradle / Ivy

There is a newer version: 1.3.0-alpha4
Show newest version
<configuration>

	<appender name="Topic" class="ch.qos.logback.classic.net.JMSTopicAppender">
		<InitialContextFactoryName>
			org.apache.activemq.jndi.ActiveMQInitialContextFactory
		</InitialContextFactoryName>
		<ProviderURL>tcp://localhost:61616</ProviderURL>
		<TopicConnectionFactoryBindingName>
			ConnectionFactory
		</TopicConnectionFactoryBindingName>
		<TopicBindingName>MyTopic</TopicBindingName>
	</appender>

  <root level="debug">
		<appender-ref ref="Topic" />
	</root>
</configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy