Simple Node.js application for receiving mock passport data from a Service Bus queue and sending received messages to a Service Bus topic. This repo is 2 of 3 that were created based on a Service Bus exercise. Application 1 sends messages to a Service Bus queue. Those same messages were then received by application 2 (this application) and then sent to a Service Bus topic. Application 3 will again receive those same messages, but from the topic rather than directly from the original queue. Application 3 also has the functionality to send the messages received from the original topic to another topic:
Refer to the documentation for detailed notes on development.
Run the following command to receive messages from the Service Bus queue and send them to the topic:
cd app & node index