Skip to content

Commit 1832a4b

Browse files
authored
Update README.md
1 parent a73141a commit 1832a4b

File tree

1 file changed

+27
-29
lines changed

1 file changed

+27
-29
lines changed

README.md

+27-29
Original file line numberDiff line numberDiff line change
@@ -4,47 +4,45 @@ languages:
44
- java
55
products:
66
- azure
7-
description: "Getting Started with Servicebus - Service Bus Queue Advance Features - in Java"
7+
- azure-service-bus
8+
description: "Azure Service Bus basic scenario sample."
89
urlFragment: service-bus-java-manage-queue-with-advanced-features
910
---
1011

11-
# Getting Started with Servicebus - Service Bus Queue Advance Features - in Java #
12-
13-
14-
Azure Service Bus basic scenario sample.
15-
- Create namespace.
16-
- Add a queue in namespace with features session and dead-lettering.
17-
- Create another queue with auto-forwarding to first queue. [Remove]
18-
- Create another queue with dead-letter auto-forwarding to first queue. [Remove]
19-
- Create second queue with Deduplication and AutoDeleteOnIdle feature
20-
- Update second queue to change time for AutoDeleteOnIdle.
21-
- Update first queue to disable dead-letter forwarding and with new Send authorization rule
22-
- Update queue to remove the Send Authorization rule.
23-
- Get default authorization rule.
24-
- Get the keys from authorization rule to connect to queue.
25-
- Send a "Hello" message to queue using Data plan sdk for Service Bus.
26-
- Delete queue
27-
- Delete namespace
12+
# Service Bus Queue Advance Features (Java)
13+
14+
Azure Service Bus basic scenario sample.
15+
16+
- Create namespace.
17+
- Add a queue in namespace with features session and dead-lettering.
18+
- Create another queue with auto-forwarding to first queue. [Remove]
19+
- Create another queue with dead-letter auto-forwarding to first queue. [Remove]
20+
- Create second queue with Deduplication and AutoDeleteOnIdle feature
21+
- Update second queue to change time for AutoDeleteOnIdle.
22+
- Update first queue to disable dead-letter forwarding and with new Send authorization rule
23+
- Update queue to remove the Send Authorization rule.
24+
- Get default authorization rule.
25+
- Get the keys from authorization rule to connect to queue.
26+
- Send a "Hello" message to queue using Data plan sdk for Service Bus.
27+
- Delete queue
28+
- Delete namespace
2829

29-
30-
## Running this Sample ##
30+
## Running this sample
3131

3232
To run this sample:
3333

3434
Set the environment variable `AZURE_AUTH_LOCATION` with the full path for an auth file. See [how to create an auth file](https://github.com/Azure/azure-libraries-for-java/blob/master/AUTH.md).
3535

36-
git clone https://github.com/Azure-Samples/service-bus-java-manage-queue-with-advanced-features.git
37-
38-
cd service-bus-java-manage-queue-with-advanced-features
39-
40-
mvn clean compile exec:java
36+
```bash
37+
git clone https://github.com/Azure-Samples/service-bus-java-manage-queue-with-advanced-features.git
38+
cd service-bus-java-manage-queue-with-advanced-features
39+
mvn clean compile exec:java
40+
```
4141

42-
## More information ##
42+
## More information
4343

4444
[http://azure.com/java](http://azure.com/java)
4545

46-
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212)
47-
48-
---
46+
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212).
4947

5048
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.

0 commit comments

Comments
 (0)