Giter Site home page Giter Site logo

rabbitmq-1's Introduction

rabbitmq

rabbitmq demo project 其中包括 1.点对点模式(一个消息产生者,一个消息消费者 消息到队列中) 2、work模式(一个消息生产者,多个消息消费者,但消费者瓜分所生产的消息(类似于集群))消息发送到队列中 3、发布订阅模式(一个消息生产者,多个消息消费者,各个消费者独自拥有一份消息拷贝)消息发送到交换机中,消费者各自拥有一个队列,队列注册到交换机上 4、路由模式:发布订阅模式的改进,消息生产者发布消息时根据路由key进行选择性发送; 消费者在注册时会带一个routekey,发布者根据这个key进行路由分派 5、Topic模式:路由模式的增强型,路由模式中的key是全字符匹配,在topic模式下改为模糊匹配或通配符匹配(配置更加灵活) 6、spring集成 rabbitmq消息中间件功能 amqp-client spring-rabbimq

rabbitmq-1's People

Contributors

guanfl avatar

Watchers

James Cloos avatar  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.