All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tradeshift.amqp.annotation.CommonJoinPointConfig Maven / Gradle / Ivy

Go to download

This library was created to make it easier to configure RabbitMQ within Spring and to establish a pattern for queues architecture.

There is a newer version: 0.1.3
Show newest version
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