# websocket-rabbitmq **Repository Path**: AlanLuo-dev/websocket-rabbitmq ## Basic Information - **Project Name**: websocket-rabbitmq - **Description**: websocket 使用 RabbitMQ 做消息代理的Demo,实现了断开websocket连接时,websocket消息在MQ的持久化 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-23 - **Last Updated**: 2026-01-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 需要开启RabbitMQ 的 STOMP 插件 ``` rabbitmq-plugins enable rabbitmq_stomp rabbitmq-plugins enable rabbitmq_management ```