Giter Site home page Giter Site logo

rabbitmq's Introduction

rabbitmq + 返回值封装 + swagger2

安装及配置

这里只说win10 使用docker安装的步骤,其他参考原文

docker下的安装方法

  • 下载rabbitmq 最新的Docker镜像
docker pull rabbitmq
  • 使用Docker命令启动服务
docker run -p 5672:5672 -p 15672:15672 --name rabbitmq \
-d rabbitmq
  • 进入容器并开启管理功能
docker exec -it rabbitmq /bin/bash

rabbitmq-plugins enable rabbitmq_management

访问及配置

  • 访问RabbitMQ管理页面地址,查看是否安装成功(Linux下使用服务器IP访问即可):http://localhost:15672/
  • 输入账号密码并登录,这里使用默认账号密码登录:guest guest
  • 创建帐号并设置其角色为管理员:mall mall
  • 创建一个新的虚拟host为:/mall
  • 点击mall用户进入用户配置页面
  • 给mall用户配置该虚拟host的权限
  • 至此,RabbitMQ的配置完成。

rabbitmq's People

Contributors

sucifitz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.