Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 885 Bytes

File metadata and controls

16 lines (12 loc) · 885 Bytes

AMQP 1.0 over WebSocket Example

This example demonstrates how to use AMQP 1.0 over WebSocket.

RabbitMQ Tanzu

You need Tanzu RabbitMQ 4.0 or later with the AMQP 1.0 and rabbitmq_web_amqp plugins enabled.

For more info read the blog post: AMQP 1.0 over WebSocket

To run the example you need to have:

  • Tanzu RabbitMQ 4.0 or later with the AMQP 1.0 and rabbitmq_web_amqp plugins enabled.
  • A vhost called ws configured for WebSocket connections.
  • A user rabbit pwd rabbit with access to the ws vhost.

Web Sockify

It is possible to run the example with websockify