Skip to content

Commit

Permalink
Read me 2 (#13)
Browse files Browse the repository at this point in the history
* Refactoring the test case

* Read Me Update
  • Loading branch information
anandmnair authored Aug 27, 2018
1 parent b288a72 commit 9dd6245
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 15 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ Please add below pom dependency for rabbitmq-advanced-spring-boot-starter
<dependency>
<groupId>com.societegenerale</groupId>
<artifactId>rabbitmq-advanced-spring-boot-starter</artifactId>
<version>1.0.1.RELEASE</version>
<version>2.0.0.RELEASE</version>
<!-- check the latest version -->
</dependency>
```

### Spring RabbitMQ Configuration

Below is the sample spring rabbitmq configuration.`
Below is the sample spring rabbitmq configuration.

```yaml
spring:
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.societegenerale</groupId>
<artifactId>rabbitmq-advanced-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.RELEASE</version>
<packaging>pom</packaging>

<name>rabbitmq-advanced-parent</name>
Expand Down Expand Up @@ -53,7 +53,7 @@
<url>https://github.com/societe-generale/rabbitmq-advanced-spring-boot-starter</url>
<connection>scm:git:[email protected]:societe-generale/rabbitmq-advanced-spring-boot-starter.git</connection>
<developerConnection>scm:git:[email protected]:societe-generale/rabbitmq-advanced-spring-boot-starter.git</developerConnection>
<tag>rabbitmq_advanced_spring_boot_starter_1.0.0.RELEASE</tag>
<tag>rabbitmq_advanced_spring_boot_starter_2.0.0.RELEASE</tag>
</scm>

<distributionManagement>
Expand Down Expand Up @@ -185,7 +185,7 @@
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
<autoReleaseAfterClose>false</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
Expand Down
4 changes: 2 additions & 2 deletions rabbitmq-advanced-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.societegenerale</groupId>
<artifactId>rabbitmq-advanced-core</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.RELEASE</version>
<packaging>jar</packaging>

<name>rabbitmq-advanced-core</name>
Expand All @@ -13,7 +13,7 @@
<parent>
<groupId>com.societegenerale</groupId>
<artifactId>rabbitmq-advanced-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.RELEASE</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions rabbitmq-advanced-spring-boot-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.societegenerale</groupId>
<artifactId>rabbitmq-advanced-spring-boot-autoconfigure</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.RELEASE</version>
<packaging>jar</packaging>

<name>rabbitmq-advanced-spring-boot-autoconfigure</name>
Expand All @@ -13,7 +13,7 @@
<parent>
<groupId>com.societegenerale</groupId>
<artifactId>rabbitmq-advanced-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.RELEASE</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions rabbitmq-advanced-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.societegenerale</groupId>
<artifactId>rabbitmq-advanced-spring-boot-starter</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.RELEASE</version>
<packaging>jar</packaging>

<name>rabbitmq-advanced-spring-boot-starter</name>
Expand All @@ -13,7 +13,7 @@
<parent>
<groupId>com.societegenerale</groupId>
<artifactId>rabbitmq-advanced-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.RELEASE</version>
</parent>

<properties>
Expand Down

0 comments on commit 9dd6245

Please sign in to comment.