Skip to content

Commit

Permalink
event_sqs: small changes to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Sep 6, 2024
1 parent 14433b7 commit 545fb9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/event_sqs/doc/event_sqs_admin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ modparam("event_sqs", "queue_url",

<section id="exported_functions" xreflabel="exported_functions">
<title>Exported Functions</title>
<section>

<section id="func_sqs_publish_message" xreflabel="sqs_publish_message()">
<title>sqs_publish_message(queue_id, message)</title>
<para> Publishes a message to an SQS queue. As the actual
send operation is done asynchronously, this function does not block and returns
Expand Down Expand Up @@ -170,7 +170,7 @@ sqs_publish_message("q1", $var(msg));
</section>

<section>
<title>Event-Driven Messaging with <emphasis>`evi_raise`</emphasis></title>
<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.
Expand Down

0 comments on commit 545fb9e

Please sign in to comment.