Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nhatthaiquang-agilityio/rocketmq-docker-sample
Setup RocketMQ and create Pub/Sub Messages
https://github.com/nhatthaiquang-agilityio/rocketmq-docker-sample
docker-compose pubsub-messages rocketmq rocketmq-console spring-boot
Last synced: 14 days ago
JSON representation
Setup RocketMQ and create Pub/Sub Messages
- Host: GitHub
- URL: https://github.com/nhatthaiquang-agilityio/rocketmq-docker-sample
- Owner: nhatthaiquang-agilityio
- Created: 2018-02-27T02:41:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-05T09:19:33.000Z (almost 7 years ago)
- Last Synced: 2024-04-16T07:09:42.002Z (9 months ago)
- Topics: docker-compose, pubsub-messages, rocketmq, rocketmq-console, spring-boot
- Language: Java
- Size: 9.02 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RocketMQ Sample
rocketmq-docker-sample for 4.0.0-incubating version+ rocketmq-namesrv: RocketMQ Name Server
+ rocketmq-broker-a-m: RocketMQ Broker
+ pub-service: Publish & Subscribe Messages
+ rocketmq-console: UI for visualization Pub & Sub### Usage:
#### Pub Service
```
$ cd pub-service
$ mvn clean package
```#### RocketMQ Console
```
$ cd rocketmq-console
$ mvn clean package
```#### docker-compose:
```
docker-compose up -d
```### Testing Pub Sub Service
#### Testing Pub & Sub Service
http://localhost:9909/pub-sub-message#### RocketMQ Console
http://localhost:8080### Reference
[RockerMQ Docker Sample - Github](https://github.com/jingxizheng/rocketmq-docker-sample)