# spring-boot-mq **Repository Path**: iherr/spring-boot-mq ## Basic Information - **Project Name**: spring-boot-mq - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-11-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 并非所有场景都需要同步,客户端调用服务器不需要等待服务器做出响应,可使用异步调用方式。虽然HTTP和RPC通过改造也可实现异步调用,但基于MQ(Message Queue)消息队列的方式更容易实现服务间的异步调用。