Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
1v4n4 committed Oct 4, 2024
1 parent 4a970f3 commit 192dd0d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion archived/queue/README.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# The current vesion of the app is in separate repo

`[email protected]:fixthestatusquo/proca-queue.git`

# Proca SDK: queue helpers

Proca server pushes actions through AMQP queues, to which you can plug in your microservice.
Expand All @@ -18,7 +22,7 @@ This module provides few helpers to work with queues.
- `keyStore` - decryption key store (see `@proca/crypto` module) if PII of supporters is to be decrypted

- Callback signature is: `async callback(action : ActionMessageV2 |
EventMessageV2, msg? : amqplib.Message, channel? : amqplib.Channel)`. The
EventMessageV2, msg? : amqplib.Message, channel? : amqplib.Channel)`. The
callback returns a promise, which if successful will result in ACKing the
message, and if unsuccessful with NACK the message and RabbitMQ server will
re-queue the message.
Expand Down

0 comments on commit 192dd0d

Please sign in to comment.