diff --git a/README.md b/README.md index f3f3ab2..d545ac8 100644 --- a/README.md +++ b/README.md @@ -43,14 +43,14 @@ Please add below pom dependency for rabbitmq-advanced-spring-boot-starter com.societegenerale rabbitmq-advanced-spring-boot-starter - 1.0.1.RELEASE + 2.0.0.RELEASE ``` ### Spring RabbitMQ Configuration -Below is the sample spring rabbitmq configuration.` +Below is the sample spring rabbitmq configuration. ```yaml spring: @@ -62,10 +62,11 @@ spring: ssl: enabled: false listener: - default-requeue-rejected: false - retry: - enabled: true - acknowledge-mode: auto + simple: + default-requeue-rejected: false + retry: + enabled: true + acknowledge-mode: auto ``` ### RabbitMQ Auto Configuration diff --git a/pom.xml b/pom.xml index f0e8bbf..02d8280 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.societegenerale rabbitmq-advanced-parent - 2.0.0-SNAPSHOT + 2.0.0.RELEASE pom rabbitmq-advanced-parent @@ -53,7 +53,7 @@ https://github.com/societe-generale/rabbitmq-advanced-spring-boot-starter scm:git:git@github.com:societe-generale/rabbitmq-advanced-spring-boot-starter.git scm:git:git@github.com:societe-generale/rabbitmq-advanced-spring-boot-starter.git - rabbitmq_advanced_spring_boot_starter_1.0.0.RELEASE + rabbitmq_advanced_spring_boot_starter_2.0.0.RELEASE @@ -185,7 +185,7 @@ ossrh https://oss.sonatype.org/ - true + false diff --git a/rabbitmq-advanced-core/pom.xml b/rabbitmq-advanced-core/pom.xml index 69cc8ca..0996937 100644 --- a/rabbitmq-advanced-core/pom.xml +++ b/rabbitmq-advanced-core/pom.xml @@ -4,7 +4,7 @@ com.societegenerale rabbitmq-advanced-core - 2.0.0-SNAPSHOT + 2.0.0.RELEASE jar rabbitmq-advanced-core @@ -13,7 +13,7 @@ com.societegenerale rabbitmq-advanced-parent - 2.0.0-SNAPSHOT + 2.0.0.RELEASE diff --git a/rabbitmq-advanced-spring-boot-autoconfigure/pom.xml b/rabbitmq-advanced-spring-boot-autoconfigure/pom.xml index 7f3021b..7b48102 100644 --- a/rabbitmq-advanced-spring-boot-autoconfigure/pom.xml +++ b/rabbitmq-advanced-spring-boot-autoconfigure/pom.xml @@ -4,7 +4,7 @@ com.societegenerale rabbitmq-advanced-spring-boot-autoconfigure - 2.0.0-SNAPSHOT + 2.0.0.RELEASE jar rabbitmq-advanced-spring-boot-autoconfigure @@ -13,7 +13,7 @@ com.societegenerale rabbitmq-advanced-parent - 2.0.0-SNAPSHOT + 2.0.0.RELEASE diff --git a/rabbitmq-advanced-spring-boot-starter/pom.xml b/rabbitmq-advanced-spring-boot-starter/pom.xml index bc2b7c0..d8c169e 100644 --- a/rabbitmq-advanced-spring-boot-starter/pom.xml +++ b/rabbitmq-advanced-spring-boot-starter/pom.xml @@ -4,7 +4,7 @@ com.societegenerale rabbitmq-advanced-spring-boot-starter - 2.0.0-SNAPSHOT + 2.0.0.RELEASE jar rabbitmq-advanced-spring-boot-starter @@ -13,7 +13,7 @@ com.societegenerale rabbitmq-advanced-parent - 2.0.0-SNAPSHOT + 2.0.0.RELEASE