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
* Add WebSocket scheme support to ConnectionSettings
* Add example for AMQP 1.0 over WebSocket example
---------
Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
Co-authored-by: Luka Heijdenrijk <Luka@agro-it.nl>
Co-authored-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
This example demonstrates how to use AMQP 1.0 over WebSocket. </br>
5
+
You need [Tanzu RabbitMQ 4.0](https://www.vmware.com/products/app-platform/tanzu-rabbitmq) or later with the AMQP 1.0 and `rabbitmq_web_amqp` plugins enabled.
6
+
7
+
For more info read the blog post: [AMQP 1.0 over WebSocket](https://rabbitmq.com/blog/2024/using-websockets-with-rabbitmq-and-amqp-1-0/)
8
+
9
+
To run the example you need to have:
10
+
- Tanzu RabbitMQ 4.0 or later with the AMQP 1.0 and `rabbitmq_web_amqp` plugins enabled.
11
+
- A vhost called `ws` configured for WebSocket connections.
12
+
- A user `rabbit` pwd `rabbit` with access to the `ws` vhost.
0 commit comments