ActiveMQ Destination Reaper Plugin

A plugin that allows you to set time to live for a destination

Лицензия

Лицензия

Группа

Группа

org.w007.activemq
Идентификатор

Идентификатор

activemq-destination-reaper
Последняя версия

Последняя версия

0.3.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

ActiveMQ Destination Reaper Plugin
A plugin that allows you to set time to live for a destination
Система контроля версий

Система контроля версий

https://github.com/aogail/activemq-destination-reaper

Скачать activemq-destination-reaper

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.w007.activemq/activemq-destination-reaper/ -->
<dependency>
    <groupId>org.w007.activemq</groupId>
    <artifactId>activemq-destination-reaper</artifactId>
    <version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.w007.activemq/activemq-destination-reaper/
implementation 'org.w007.activemq:activemq-destination-reaper:0.3.1'
// https://jarcasting.com/artifacts/org.w007.activemq/activemq-destination-reaper/
implementation ("org.w007.activemq:activemq-destination-reaper:0.3.1")
'org.w007.activemq:activemq-destination-reaper:jar:0.3.1'
<dependency org="org.w007.activemq" name="activemq-destination-reaper" rev="0.3.1">
  <artifact name="activemq-destination-reaper" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.w007.activemq', module='activemq-destination-reaper', version='0.3.1')
)
libraryDependencies += "org.w007.activemq" % "activemq-destination-reaper" % "0.3.1"
[org.w007.activemq/activemq-destination-reaper "0.3.1"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
joda-time : joda-time jar +
org.slf4j : slf4j-api jar +
org.apache.activemq : activemq-broker jar 5.9.+

test (4)

Идентификатор библиотеки Тип Версия
org.testng : testng jar +
org.hamcrest : hamcrest-library jar +
org.mockito : mockito-core jar +
ch.qos.logback : logback-classic jar +

Модули Проекта

Данный проект не имеет модулей.

activemq-destination-reaper

Build Status

ActiveMQ broker plugin that deletes destinations after a certain amount of time.

Example XML configuration within a <broker> tag:

<plugins>
  <bean id="destinationReaperBrokerPlugin"
        class="org.w007.activemq.DestinationReaperPlugin"
        xmlns="http://www.springframework.org/schema/beans">
    <property name="destination">
      <value>these.will.die.after.ten.minutes.></value>
    </property>
    <property name="destinationTimeToLive">
      <value>P0000-00-00T00:10:00</value>
    </property>
  </bean>
</plugins>

Версии библиотеки

Версия
0.3.1
0.2.1.1