# spring-boot-rabbitmq-client **Repository Path**: ninuxGithub/spring-boot-rabbitmq-client ## Basic Information - **Project Name**: spring-boot-rabbitmq-client - **Description**: rabbitmq 客户端 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-05-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 启动server , client 访问client地址:http://10.1.51.96:8888/index 访问client地址:http://10.1.51.96:8888/reply (todo) 消息会在server端被消费,然后在client会有被消费的回调函数确认消息被消费了 spring-boot-rabbitmq-server 和spring-boot-rabbitmq-client是配套使用的 10.1.51.230 是一台Linux服务器, 在tomcat 里面部署server应用, 然后在windows 通过client 访问server: http://10.1.51.96:8888/index git config user.email user.name