Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
p-bakker authored Aug 18, 2020
1 parent 4513c9c commit 946be6d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,14 +166,14 @@ TODO
### channel
| property | type | default | description |
| ------------- | ------------- | ------------- | ------------- |
| connection | int | | |
| connection | int | default connection | connection reference |
| qos | int | | |
| qos.global | int | | |

### exchange
| property | type | default | description |
| ------------- | ------------- | ------------- | ------------- |
| channel | int | | |
| channel | int | default channel | channel reference |
| name | string | | |
| durable | boolean | false | |
| autodelete | boolean | false | |
Expand All @@ -182,7 +182,7 @@ TODO
### queue
| property | type | default | description |
| ------------- | ------------- | ------------- | ------------- |
| channel | int | | |
| channel | int | default channel | channel reference |
| name | string | | |
| durable | boolean | false | |
| autodelete | boolean | false | |
Expand All @@ -192,17 +192,17 @@ TODO
### binding
| property | type | default | description |
| ------------- | ------------- | ------------- | ------------- |
| queue | int | | |
| exchange | int | | |
| queue | int | default queue | queue reference |
| exchange | int | default exchange | exchange reference |
| routingkey | string | | required |
NOTES
* Queue and Exchange must be on the same Channel

### consumer
| property | type | default | description |
| ------------- | ------------- | ------------- | ------------- |
| queue | int | | |
| handler | string | | |
| queue | int | default queue | queue reference |
| handler | string | | required |
| consumertag | string | | if not specified, the AMQP server will generate a random value |
| autoack | boolean | true | |
| ack.multiple | boolean | false | |
Expand Down

0 comments on commit 946be6d

Please sign in to comment.