
com.tradeshift.amqp.annotation.CommonJoinPointConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-rabbitmq-tuning-lib Show documentation
Show all versions of spring-rabbitmq-tuning-lib Show documentation
This library was created to make it easier to configure RabbitMQ within Spring and to establish a
pattern for queues architecture.
package com.tradeshift.amqp.annotation;
import org.aspectj.lang.annotation.Pointcut;
public class CommonJoinPointConfig {
@Pointcut("@annotation(com.tradeshift.amqp.annotation.EnableRabbitRetryAndDlq)")
public void enableRabbitRetryAndDlqAnnotation() {
// Do nothing because the whole logic are around the Pointcut annotation.
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy