Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gal16v8d/activemq


https://github.com/gal16v8d/activemq

activemq java maven

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# activemq

Basic sample of ActiveMQ usage.
Point to Point (Queue)
Publish - Subscribe (Topic)

For all the samples you will need:

* Java 21
* Maven
* Docker

For get started with the docker image execute:

- docker pull rmohr/activemq
- docker run -p 61616:61616 -p 8161:8161 rmohr/activemq

After run activemq docker image, you can run the sample:

### Publish - Subscribe
Run ExecutePublishSubscribe.java

### Point to Point
Run ExecutePTP.java