From 10ca13de5638a71a92b7722c703d31c94160d9a8 Mon Sep 17 00:00:00 2001 From: Mahmud Date: Thu, 2 Jun 2016 16:53:22 +0600 Subject: [PATCH] Add Azure Service Bus message queueing Send a smaller payload (name, asset_id and location) to Azure Service Bus queue. --- .idea/ShadowCat.iml | 11 + .idea/misc.xml | 4 + .idea/modules.xml | 8 + .idea/vcs.xml | 6 + .idea/workspace.xml | 330 ++++++++++++------ ShadowCat/FlaskCat/FlaskCat/config.py | 8 + ShadowCat/FlaskCat/FlaskCat/ping_service.py | 19 + .../FlaskCat/FlaskCat/servicebus_queue.py | 33 ++ 8 files changed, 310 insertions(+), 109 deletions(-) create mode 100644 .idea/ShadowCat.iml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 ShadowCat/FlaskCat/FlaskCat/servicebus_queue.py diff --git a/.idea/ShadowCat.iml b/.idea/ShadowCat.iml new file mode 100644 index 0000000..6711606 --- /dev/null +++ b/.idea/ShadowCat.iml @@ -0,0 +1,11 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..7db2e3a --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..95401c2 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 52139ad..e4aa5fa 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,15 +2,12 @@ - - - - - - - - - + + + + + + @@ -25,7 +22,7 @@ - +