Skip to content

Commit 682fe12

Browse files
committed
cleanup
1 parent 80e7ecd commit 682fe12

File tree

1 file changed

+5
-3
lines changed
  • modules/use-cases-architectures/pages/starlight/jms

1 file changed

+5
-3
lines changed

modules/use-cases-architectures/pages/starlight/jms/index.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ Starlight for JMS is a highly compliant JMS implementation designed to run on a
1010

1111
== Getting started
1212

13-
To get started you will need a working Apache Pulsar cluster. There's really no bells or whistles that need to be added. You'll need access to the Cluster's admin port 8080 and the binary port 6650. For this guide, we will use Astra Streaming to get going quickly.
13+
To get started you will need a working Apache Pulsar cluster.
14+
No bells or whistles need to be added!
15+
You'll need access to the cluster's admin port 8080 and the binary port 6650. For this guide, we will use Astra Streaming to get going quickly.
1416

1517
[tabs]
1618
====
@@ -85,7 +87,7 @@ NOTE: Don't worry if your editor shows errors, this isn't a complete program...
8587
include::{astra-streaming-examples-repo}/java/starlight-for-jms/StarlightForJMSClient/src/main/java/org/example/App.java[tag=build-config]
8688
----
8789

88-
. Now paste the following into the file. This is a very simple 'PulsarConnectionFactory' that first creates a jms queue using the full Pulsar topic address. Then it creates a message listener callback function that watches the queue, and finally it produces a single message on the queue.
90+
. Now paste the following into the file. This is a very simple 'PulsarConnectionFactory' that first creates a jms queue using the full Pulsar topic address, then creates a message listener callback function that watches the queue. Finally, it produces a single message on the queue.
8991
+
9092
[source,java]
9193
----
@@ -108,7 +110,7 @@ Sending: Hello there!
108110
Received: Hello there!
109111
----
110112

111-
See how easy that was! You're an app modernization ninja all ready. Let's continue building those skills with a few other guides.
113+
See how easy that was! You're already an app modernization ninja. Let's continue building those skills with a few other guides.
112114

113115
* xref:starlight-for-jms:examples:pulsar-jms-implementation.adoc[]
114116
* xref:starlight-for-jms:reference:pulsar-jms-mappings.adoc[]

0 commit comments

Comments
 (0)