You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/docs/guides/chat/bring-own-database.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ You need to consider:
88
88
89
89
Ably can forward messages from chat room channels to an Ably Queue, which you can then consume from your own servers to save messages to your own database. Read the guide on [Ably queues](/docs/platform/integrations/queues) for more details on how to setup the queue integration with Ably.
90
90
91
-
You can use AMQP or STOMP to consume messages from an Ably queue. Ably ensures that each message is delivered to only one consumer even if multiple consumers are connected.
91
+
Ably ensures that each message is delivered to only one consumer even if multiple consumers are connected.
0 commit comments