Skip to content

Commit c09e055

Browse files
committed
Not sure of the cause of the formatting issue
1 parent a258ed0 commit c09e055

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/service-bus-messaging/service-bus-java-how-to-use-topics-subscriptions.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,10 @@ Update the `pom.xml` file to add a dependency to the Azure Service Bus package.
122122
static String topicName = "<TOPIC NAME>";
123123
static String subName = "<SUBSCRIPTION NAME>";
124124
```
125-
125+
126126
> [!IMPORTANT]
127-
> Replace `<NAMESPACE CONNECTION STRING>` with the connection string to your Service Bus namespace. Replace `<TOPIC NAME>` with the name of the topic, and `<SUBSCRIPTION NAME>` with the name of the topic's subscription.
127+
> Replace `<NAMESPACE CONNECTION STRING>` with the connection string to your Service Bus namespace. Replace `<TOPIC NAME>` with the name of the topic, and `<SUBSCRIPTION NAME>` with the name of the topic's subscription.
128+
128129
---
129130
3. Add a method named `sendMessage` in the class to send one message to the topic.
130131

0 commit comments

Comments
 (0)