Code Monkey home page Code Monkey logo

service-bus-java-manage-queue-with-basic-features's Introduction

page_type languages products extensions
sample
java
azure
services platforms
Servicebus
java

Getting Started with Servicebus - Service Bus Queue Basic - in Java

Azure Service Bus basic scenario sample.

  • Create namespace with a queue.
  • Add another queue in same namespace.
  • Update Queue.
  • Update namespace
  • List namespaces
  • List queues
  • Get default authorization rule.
  • Regenerate the keys in the authorization rule.
  • Get the keys from authorization rule to connect to queue.
  • Send a "Hello" message to queue using Data plan sdk for Service Bus.
  • Delete queue
  • Delete namespace

Running this Sample

To run this sample:

See DefaultAzureCredential and prepare the authentication works best for you. For more details on authentication, please refer to AUTH.md.

git clone https://github.com/Azure-Samples/service-bus-java-manage-queue-with-basic-features.git

cd service-bus-java-manage-queue-with-basic-features

mvn clean compile exec:java

More information

For general documentation as well as quickstarts on how to use Azure Management Libraries for Java, please see here.

If you find bug in the sample, please create an issue here.

Start to develop applications with Java on Azure here.

If you don't have a Microsoft Azure subscription you can get a FREE trial account here.


This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

service-bus-java-manage-queue-with-basic-features's People

Contributors

anuchandy avatar anudeepsharma avatar azure-fluent avatar jianghaolu avatar lenala avatar microsoftopensource avatar msftgits avatar supernova-eng avatar v-rajagt-zz avatar weidongxu-microsoft avatar xiaofeicao avatar xseeseesee avatar yaohaizh avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

service-bus-java-manage-queue-with-basic-features's Issues

How are you getting the credentials to be put into the file based credentials

In your posts for service-bus-java-manage-queue-with-basic-features, you mentioned about file based credentials, which credentials do you want to put into that ? I hope those are the Service Principal client Id and key, but how are you getting that Service Prinicipal for your login id and password ? Or if it needs to create a new AAD Application, how to associate it to be able to create the resource groups, namespaces under our subscription id ? AM getting the error as below :
[RxIoScheduler-2] INFO com.microsoft.azure.management.servicebus.Namespaces createOrUpdate - 390-byte body:
{"error":{"code":"AuthorizationFailed","message":"The client '1b62a9c3-d97f-41cb-965f-388b65f2a78d' with object id '1b62a9c3-d97f-41cb-965f-388b65f2a78d' does not have authorization to perform action 'Microsoft.ServiceBus/namespaces/write' over scope '/subscriptions/adb1c381-b337-4db1-889b-e8dae5fbb822/resourceGroups/vccrg/providers/Microsoft.ServiceBus/namespaces/namespace3c633290e'."}}
[RxIoScheduler-2] INFO com.microsoft.azure.management.servicebus.Namespaces createOrUpdate - <-- END HTTP
The client '1b62a9c3-d97f-41cb-965f-388b65f2a78d' with object id '1b62a9c3-d97f-41cb-965f-388b65f2a78d' does not have authorization to perform action 'Microsoft.ServiceBus/namespaces/write' over scope '/subscriptions/adb1c381-b337-4db1-889b-e8dae5fbb822/resourceGroups/vccrg/providers/Microsoft.ServiceBus/namespaces/namespace3c633290e'.
com.microsoft.azure.CloudException: The client '1b62a9c3-d97f-41cb-965f-388b65f2a78d' with object id '1b62a9c3-d97f-41cb-965f-388b65f2a78d' does not have authorization to perform action 'Microsoft.ServiceBus/namespaces/write' over scope '/subscriptions/adb1c381-b337-4db1-889b-e8dae5fbb822/resourceGroups/vccrg/providers/Microsoft.ServiceBus/namespaces/namespace3c633290e'.: The client '1b62a9c3-d97f-41cb-965f-388b65f2a78d' with object id '1b62a9c3-d97f-41cb-965f-388b65f2a78d' does not have authorization to perform action 'Microsoft.ServiceBus/namespaces/write' over scope '/subscriptions/adb1c381-b337-4db1-889b-e8dae5fbb822/resourceGroups/vccrg/providers/Microsoft.ServiceBus/namespaces/namespace3c633290e'.
at com.microsoft.azure.AzureClient.createExceptionFromResponse(AzureClient.java:724)
at com.microsoft.azure.AzureClient.access$100(AzureClient.java:33)
at com.microsoft.azure.AzureClient$3.call(AzureClient.java:160)
at com.microsoft.azure.AzureClient$3.call(AzureClient.java:157)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.