Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/baratharivazhagan/spring-boot-solace-messaging


https://github.com/baratharivazhagan/spring-boot-solace-messaging

jms jms-client solace solace-messaging solace-p2p spring-boot

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# spring-boot-solace-messaging

This repository contains spring boot samples integrated with solace message broker.

#### Run solace as docker container

```
$ docker run -d -p 8080:8080 -p 55555:55555 --shm-size=2g --env username_admin_globalaccesslevel=admin --env username_admin_password=admin --name=solace solace/solace-pubsub-standard
```

* Access Solace GUI http://localhost:8080

# Solace P2P( Point to Point)

Point to Point messaging using queue destination type.

![solace p2p](images/solace_p2p.png)

# Solace PubSub( Publish Subscribe)

PubSub messaging using topic destination type

![solace topic](images/solace_topic.png)