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
// The example is demonstrating how to use RabbitMQ AMQP 1.0 Go Client to work with RabbitMQ Streams.
5
+
// In this example, we declare a stream queue, publish messages to it, and then consume those messages from the stream.
6
+
// The example includes error handling and logging for each step of the process, and it demonstrates how to work with RabbitMQ Streams using the AMQP 1.0 protocol.
7
+
// example path: https://github.com/rabbitmq/rabbitmq-amqp-go-client/tree/main/docs/examples/streams/streams.go
// The example is demonstrating how to use RabbitMQ AMQP 1.0 Go Client to work with RabbitMQ Streams and SQL stream filters.
6
+
// In this example, we declare a stream queue, publish messages to it, and then consume those messages from the stream using a SQL filter.
7
+
// The example includes error handling and logging for each step of the process, and it demonstrates how to work with RabbitMQ Streams and apply SQL filters using the AMQP 1.0 protocol.
8
+
// example path: https://github.com/rabbitmq/rabbitmq-amqp-go-client/tree/main/docs/examples/streams_filtering/streams_filtering.go
0 commit comments