Giter Site home page Giter Site logo

rabbitmq's Introduction

rabbitmq

# 개발 환경

  • mac os catalina
  • java 15
  • rabbitmq client 5.10.0
  • rabbitmq server 3.8.9
  • spring boot 2.4.0
  • gradle 6.6.1

# 모듈 소개

  • producer : 메세지 큐에 넣는 모듈
  • consumer : 메시지를 읽는 모듈 (읽으면 출력 하도록 함)

# rabbitmq mac 설치

$ brew install rabbitmq

# rabbitmq start

$ /usr/local/sbin/rabbitmq-server

# rabbitmq manager ui

# rabbitmq 계정 생성

$ /usr/local/sbin/rabbitmqctl add_user admin admin

# admin 권한 부여

$ /usr/local/sbin/rabbitmqctl set_user_tags admin administrator

# 계정 보기

$ /usr/local/sbin/rabbitmqctl list_users

# vhost 생성

$ /usr/local/sbin/rabbitmqctl add_vhost vhost-01

# 유저 vhost 권한 부여

예) rabbitmqctl list_permissions [-p vhost ] $ /usr/local/sbin/rabbitmqctl set_permissions -p vhost-01 admin "." "." ".*"

rabbitmq's People

Contributors

works-code 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.