Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.43 KB

README.md

File metadata and controls

48 lines (29 loc) · 1.43 KB

Solace Samples Java

Overview

This repository holds code samples for the "Solace PubSub+ Messaging API for Java". Note: The solace Java JCSMP Samples could be found here https://github.com/SolaceSamples/solace-samples-java-jcsmp

Structure of Samples

There are two types of samples available:

  1. samples/src/main/java/com/solace/patterns runnable simple applications demonstrating how to implement key message exchange patterns using the API.
  2. samples/src/main/java/com/solace/snippets coding examples demonstrating how to use specific features of the API.

Building

./gradlew clean assemble
cd build/staged
./bin/HelloWorld

Import into Eclipse

./gradlew eclipse

Then import as Existing Gradle Project.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

See the list of contributors who participated in this project.

License

This project is licensed under the Apache License, Version 2.0. - See the LICENSE file for details.

Resources

For more information try these resources: