Skip to content

redhat-work/artemis-log-interceptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Artemis Log Interceptor

Compile

git clone https://github.com/redhat-work/artemis-log-interceptor.git
cd artemis-log-interceptor
mvn clean install

Install

put the generated .jar file inside the lib folder of artemis

Enable

<remoting-incoming-interceptors>
    <class-name>com.redhat.consulting.LoggingInterceptor</class-name>
</remoting-incoming-interceptors>

<remoting-outgoing-interceptors>
    <class-name>com.redhat.consulting.LoggingInterceptor</class-name>
</remoting-outgoing-interceptors>

Thanks To:

https://github.com/angelogalvao

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages