Skip to content

Simple Node.js application for sending mock passport data to a Service Bus queue.

Notifications You must be signed in to change notification settings

rtasalem/passport-data-sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Passport Data Sender

Simple Node.js application for sending mock passport data to a Service Bus queue. This repo is 1 of 3 that was created based on a Service Bus exercise. Application 1 (this application) sends messages to a Service Bus queue. Those same messages were then received by application 2 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.:

  1. passport-data-sender
  2. passport-data-receiver
  3. passport-data-subscriber

Documentation

Refer to the documentation for detailed notes on development.

Getting Started

Run the following command to send messages to the Service Bus queue:

cd app && node index

About

Simple Node.js application for sending mock passport data to a Service Bus queue.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published