Skip to content

Commit

Permalink
Update documentation for event_rabbitmq.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ionut Ionita committed Jun 18, 2014
1 parent cd090f7 commit e7886d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion modules/event_rabbitmq/README
Expand Up @@ -78,7 +78,7 @@ Chapter 1. Admin Guide
1.3. RabbitMQ socket syntax

'rabbitmq:' [user[':'password] '@' host [':' port] '/'
routing_key
[exchange '?'] routing_key

Meanings:
* 'rabbitmq:' - informs the Event Interface that the events
Expand All @@ -91,6 +91,8 @@ Chapter 1. Admin Guide
* host - host name of the RabbitMQ server.
* port - port of the RabbitMQ server. The default value is
'5672'.
* exchange - exchange of the RabbitMQ server. The default
value is ''.
* routing_key - this is the routing key used by the AMQP
protocol and it is used to identify the queue where the
event should be sent.
Expand Down
6 changes: 5 additions & 1 deletion modules/event_rabbitmq/doc/event_rabbitmq_admin.xml
Expand Up @@ -60,7 +60,7 @@
<section>
<title>RabbitMQ socket syntax</title>
<para>
<para><emphasis>'rabbitmq:' [user[':'password] '@' host [':' port] '/' routing_key</emphasis></para>
<para><emphasis>'rabbitmq:' [user[':'password] '@' host [':' port] '/' [exchange '?'] routing_key</emphasis></para>
</para>
<para>
Meanings:
Expand All @@ -85,6 +85,10 @@
<emphasis>port</emphasis> - port of the RabbitMQ server. The
default value is '5672'.
</para> </listitem>
<listitem><para>
<emphasis>exchange</emphasis> - exchange of the RabbitMQ server. The
default value is ''.
</para> </listitem>
<listitem><para>
<emphasis>routing_key</emphasis> - this is the routing key
used by the AMQP protocol and it is used to identify the queue
Expand Down

0 comments on commit e7886d5

Please sign in to comment.