Native YAML - messaging (#3599)

This commit is contained in:
Fabio Alessandro Locati 2016-12-01 13:59:53 +00:00 committed by Matt Clay
parent 5209969a7c
commit 8a6df38cc5
8 changed files with 60 additions and 26 deletions

View file

@ -80,10 +80,14 @@ options:
EXAMPLES = '''
# Create direct exchange
- rabbitmq_exchange: name=directExchange
- rabbitmq_exchange:
name: directExchange
# Create topic exchange on vhost
- rabbitmq_exchange: name=topicExchange type=topic vhost=myVhost
- rabbitmq_exchange:
name: topicExchange
type: topic
vhost: myVhost
'''
import requests