Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)