marlinspike / QueueDemo

Azure Service Bus Queue: Simple message sender and receiver

Repository from Github https://github.commarlinspike/QueueDemoRepository from Github https://github.commarlinspike/QueueDemo

QueueDemo

To Run: (using Maven) mvn exec:java -Dexec.mainClass="rc.App" -Dexec.args="-q <QUEUE_NAME> -c <CONNECTION_STRING>"

The command line parameters map as such:
-q: The name of the Service Bus Queue
-c: The Primary or Secondary Connection String
-m: Optional. Message to send to the Queue. Defaults to "Hello World!"

For Help: mvn exec:java -Dexec.mainClass="rc.App" -Dexec.args="-h"

What it does: Demonstrates adding a message on an Azure Service Bus Queue, and then reading it.

About

Azure Service Bus Queue: Simple message sender and receiver


Languages

Language:Java 100.0%