Skip to content

Sample Spring Boot Application using Logback AMQP Appender.

Notifications You must be signed in to change notification settings

ksbrwsk/logback-amqp-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Spring Boot Application using Logback AMQP Appender.

A simple Spring Boot Application demonstrating the use of the Logback AMQP Appender.

Build & run

Prerequisites:

Sample consists of a producer and a receiver Module.

Use

mvn clean install

to build the Application and

java -jar logback-amqp-sample/logmessage-receiver/target/logmessage-receiver-1.0-SNAPSHOT.jar

to start the Log Message Receiver and

java -DAMQP_APP_ID=PROD_X -jar logback-amqp-sample/logmessage-producer/target/logmessage-receiver-1.0-SNAPSHOT.jar

to start one or more Message Producer Instances.

About

Sample Spring Boot Application using Logback AMQP Appender.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages