solace-messaging-client
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.solace</groupId> <artifactId>solace-messaging-client</artifactId> <version>1.8.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- This Solace artifact is a commercially licensed product and source code is not provided. Copyright 2019-2025 Solace Corporation. All rights reserved. This software is proprietary software of Solace Corporation and intended only for use in conjunction with one or more Solace Message Routers. By using this software, you are agreeing to the license terms and conditions located at https://solace.com/license-software. --> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.solace</groupId> <artifactId>solace-messaging-client</artifactId> <version>1.8.0</version> <name>Solace PubSub+ Messaging API for Java</name> <description>Java client API for Solace PubSub+ advanced event broker.</description> <url>https://docs.solace.com/Solace-PubSub-Messaging-APIs/Solace-APIs-Overview.htm</url> <organization> <name>Solace Corporation</name> <url>https://solace.com</url> </organization> <licenses> <license> <name>License Agreement for Solace Software</name> <url>https://solace.com/license-software</url> </license> </licenses> <developers> <developer> <name>Solace</name> <email>info@solace.com</email> <organization>Solace Corporation</organization> <organizationUrl>https://solace.com</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git@github.com:SolaceDev</connection> <developerConnection>scm:git:git@github.com:SolaceDev</developerConnection> <tag>v1.8.0-32</tag> <url>https://github.com/SolaceDev/</url> </scm> <dependencies> <dependency> <groupId>com.solacesystems</groupId> <artifactId>sol-jcsmp</artifactId> <version>10.27.0</version> <scope>compile</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <version>5.1.1</version> <extensions>true</extensions> </plugin> </plugins> </build> </project>