Skip to content

Commit

Permalink
More renaming about Fast JMS -> Starlight for JMS
Browse files Browse the repository at this point in the history
  • Loading branch information
eolivelli authored and sijie committed Jul 27, 2023
1 parent 5e8147b commit 8d80704
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion INTERNALS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
For general background as well as implementation details, see:

- [Mapping Pulsar concepts to JMS specifications](https://docs.datastax.com/en/fast-pulsar-jms/1.0/pulsar-jms-mappings.html)
- [DataStax Fast JMS for Apache Pulsar implementation details](https://docs.datastax.com/en/fast-pulsar-jms/1.0/pulsar-jms-implementation.html)
- [DataStax Starlight for JMS implementation details](https://docs.datastax.com/en/fast-pulsar-jms/1.0/pulsar-jms-implementation.html)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Please **NOTE**:

In order to run th TCK tests, please make sure the following prerequisites are met:

* JDK 8 (Note that this is only needed to run TCK test. Fast JMS itself can run on newer java versions)
* JDK 8 (Note that this is only needed to run TCK test. Starlight for JMS itself can run on newer java versions)
* docker
* ant
* maven
Expand Down Expand Up @@ -172,7 +172,7 @@ This is a standard Maven project, so use the default commands:

## Configuration reference

For a complete list of configuration options, please see [Fast JMS Configuration Reference](https://docs.datastax.com/en/fast-pulsar-jms/docs/1.1/pulsar-jms-reference.html#_configuration_options)
For a complete list of configuration options, please see [Starlight for JMS Configuration Reference](https://docs.datastax.com/en/fast-pulsar-jms/docs/1.1/pulsar-jms-reference.html#_configuration_options)

## Implementation details

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<artifactId>pulsar-jms-parent</artifactId>
<packaging>pom</packaging>
<version>1.3.1-SNAPSHOT</version>
<name>DataStax Fast JMS for Apache Pulsar (R)</name>
<name>DataStax Starlight for JMS</name>
<description>Implementation of the Java Messaging Service Client API around Apache Pulsar Java Client</description>
<url>https://github.com/datastax/pulsar-jms</url>
<inceptionYear>2021</inceptionYear>
Expand Down
2 changes: 1 addition & 1 deletion pulsar-jms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>pulsar-jms</artifactId>
<packaging>jar</packaging>
<name>DataStax Fast JMS for Apache Pulsar (R)</name>
<name>DataStax Starlight for JMS</name>
<properties>
<build.dir>${project.build.directory}</build.dir>
</properties>
Expand Down

0 comments on commit 8d80704

Please sign in to comment.