/asb-reference

This project is a reference implementation for Azure Service Bus - Queue with using Spring framework.

Primary LanguageJava

Spring Reference Implementation for Azure Service Bus - Queue

This project is a reference implementation for Azure Service Bus - Queue with using Spring framework.

Need docker and docker-compose to run on local system. The docker-compose will create a tomcat container and will deploy the project on tomcat. The tomcat container will be running on 9081 port.

This project uses JAX-RS for input/output. Postman script is provided.

  1. Build the project using
mvn clean install
  1. Start the network.
docker-compose up -d
  1. See tomcat logs
docker logs -f tomcat.fspt.walmart.com
  1. Stop the containers.
docker-compose down