Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

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