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

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

<configuration>

	<appender name="Queue" class="ch.qos.logback.classic.net.JMSQueueAppender">
		<InitialContextFactoryName>
			org.apache.activemq.jndi.ActiveMQInitialContextFactory
		</InitialContextFactoryName>
		<ProviderURL>tcp://localhost:61616</ProviderURL>
		<QueueConnectionFactoryBindingName>
			ConnectionFactory
		</QueueConnectionFactoryBindingName>
		<QueueBindingName>MyQueue</QueueBindingName>
	</appender>

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy