Skip to content

bsosnowski/solace-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solace Examples

This repository contains example docker-compose for Solace Standard Edition and an example Java code samples.

Docker

In order to run Solace Docker container, execute command:

docker-compose up -d

In order to access Solace Administration GUI, open:

http://localhost:8080

and login using admin/admin credentials. Solace Admin GUI

Example Java CLI for SMF

Sample application is using SMF (Solace Message Format) to communicate with Solace. In order to build the CLI application run below Maven command in the samples/java-sample-jcsmp directory:

mvn clean install

Use below wrapper scripts to use it for different scenarios:

If you want to use the cli directly, you can use the help command:

java -jar ./target/java-sample-jcsmp-1.0-SNAPSHOT-jar-with-dependencies.jar --help

CLI

TODO

  • Add more complicated scenarios
  • Add JMS examples

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages