# RabbitMQ-java **Repository Path**: superlth/RabbitMQ-java ## Basic Information - **Project Name**: RabbitMQ-java - **Description**: Maven 整合 RabbitMQ,常见几种模式如,work、routing、topic、publish&subscribe、simple - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README maven 整合 RabbitMQ 常见模式 simple、work、publish and subscribe、routing、topic 保证消息正确发送机制 1. confirm:只能保证消息到达 exchange,不能保证到达 queue 2. return:可以保证消息到达 queue