Skip to content
This repository was archived by the owner on Jun 15, 2020. It is now read-only.

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QueueLoggerPlugin

Simple ActiveMQ plugin for logging events based on queue names.

Installation

  1. Copy jar file to ActiveMQ/lib folder
  2. Add plugin definition to activemq.xml:
<broker xmlns="http://activemq.apache.org/schema/core" brokerName="localhost" dataDirectory="${activemq.data}">
        <plugins>
            <bean id="queueLoggerPlugin"
                  class="com.smoope.utils.activemq.QueueLoggerPlugin"
                  xmlns="http://www.springframework.org/schema/beans">
                <property name="destinations">
                    <map>
                        <entry key="ActiveMQ.DLQ" value="warn"/>
                        <entry key="some-queue-name" value="debug"/>
                    </map>
                </property>
            </bean>
        </plugins>
   ...
</broker>

About

ActiveMQ simple queue logging plugin

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages