You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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
28
29
29
-
30
-
## Running this Sample ##
30
+
## Running this sample
31
31
32
32
To run this sample:
33
33
34
34
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).
cd service-bus-java-manage-queue-with-advanced-features
39
+
mvn clean compile exec:java
40
+
```
41
41
42
-
## More information ##
42
+
## More information
43
43
44
44
[http://azure.com/java](http://azure.com/java)
45
45
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).
49
47
50
48
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