wilsonsantosnet / java-demo-bus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azure CLI

Criar uma instancia

az servicebus namespace create --resource-group bus-poc --name seed-bus-pr --location westus --tags tag1=departamentoA tag2=Company --sku Premium

Criar uma fila

az servicebus queue create --resource-group bus-poc --namespace-name seed-bus-pr --name queueSampleSeed 

Criar um tópico

az servicebus topic create --resource-group pocs --namespace-name seed-bus-p --name topicSampleSeed 

Assinar um tópico

az servicebus topic subscription create --resource-group pocs --namespace-name seed-bus-p --topic-name topicSampleSeed --name consumer1

Documentação Azure CLI

  1. azure-cli-principais-comandos

Exemplos com Java Console (pacote azure-messaging-servicebus)

  1. demoSender
  2. demoreciver
  3. service-bus-java-how-to-use-queues

Azure Active Directory (RBAC / SAS)

  1. service-bus-authentication-and-authorization
  2. create-a-service-bus-client-using-microsoft-identity-platform-formerly-azure-active-directory
  3. authenticate-application

Exemplo Spring Boot (pacote spring-cloud-azure-starter-servicebus-jms)

  1. singlewebappbus
  2. configure-spring-boot-starter-java-app-with-azure-service-bus
  3. start.spring.io

Exemplo Spring Boot (pacote azure-messaging-servicebus e azure-identity)

  1. springboot-sdkms

ServiceBusExplorer

  1. ServiceBusExplorer

Segurança e Protocolo AMQP

  1. connections-and-sessions

About


Languages

Language:Java 100.0%