Skip to content

Commit

Permalink
Initial documentation and configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ledoyen committed May 7, 2018
1 parent 6f19f58 commit 6d2214a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true

charset = utf-8

indent_style = space
indent_size = 4
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Maven
target/
pom.xml.tag
pom.xml.releaseBackup
Expand All @@ -10,3 +11,7 @@ buildNumber.properties

# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored)
!/.mvn/wrapper/maven-wrapper.jar

# IntelliJ
.idea/
*.iml
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# rabbitmq-mock
Mock for RabbitMQ Java amqp-client
# RabbitMQ-mock

Mock for RabbitMQ Java [amqp-client](https://github.com/rabbitmq/rabbitmq-java-client).

### Motivation

This project aims to emulate RabbitMQ behavior for test purposes.

0 comments on commit 6d2214a

Please sign in to comment.