Skip to content

Commit

Permalink
event_sqs: fix format readme
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Sep 6, 2024
1 parent 545fb9e commit dde20c1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion modules/event_sqs/doc/event_sqs_admin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,12 +170,15 @@ sqs_publish_message("q1", $var(msg));
</section>

<section>
<title>Examples</title>

<section>
<title>Event-Driven Messaging with <emphasis>Event Interface</emphasis></title>

<para>
OpenSIPS' event interface can be utilized to send messages to SQS by subscribing to an event and raising it when needed.
</para>
<para> Steps: </para>
<para> Steps:
<itemizedlist>
<listitem><para><emphasis>Event Subscription:</emphasis></para>
<para>First, register the event subscription in your OpenSIPS configuration file within the `startup_route`:</para>
Expand Down Expand Up @@ -205,6 +208,8 @@ opensips-cli -x mi raise_event MY_EVENT 'OpenSIPS Message'


</itemizedlist>
</para>
</section>
</section>

</chapter>
Expand Down

0 comments on commit dde20c1

Please sign in to comment.