https://github.com/codedrinker/rabbit-mq
A simple RabbitMQ example
https://github.com/codedrinker/rabbit-mq
rabbitmq rabbitmq-exchange spring-rabbitmq
Last synced: 2 months ago
JSON representation
A simple RabbitMQ example
- Host: GitHub
- URL: https://github.com/codedrinker/rabbit-mq
- Owner: codedrinker
- Created: 2017-02-14T03:13:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-16T14:16:47.000Z (about 8 years ago)
- Last Synced: 2025-01-07T14:12:23.653Z (4 months ago)
- Topics: rabbitmq, rabbitmq-exchange, spring-rabbitmq
- Language: Java
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rabbit-mq
A simple RabbitMQ example.## native-rabbitmq
RabbitMQ example was written with native rabbit mq client.## spring-rabbitmq
RabbitMQ module dependence spring.## spring-web
Spring web includes spring-rabbitmq to test.