Skip to content

Commit 3dd43d4

Browse files
committed
remove amqp/stomp sentence
1 parent 282cd7d commit 3dd43d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/docs/guides/chat/bring-own-database.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ You need to consider:
8888

8989
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.
9090

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.
9292

9393
Benefits of using an Ably queue:
9494

0 commit comments

Comments
 (0)