Skip to content
View ArjunaKrishna's full-sized avatar

Block or report ArjunaKrishna

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ArjunaKrishna/README.md

Timesheet Access

Communication Contract

First, connect to the server

connection_to_server = pika.BlockingConnection(pika.ConnectionParameters(host="localhost")) travelling_channel = connection_to_server.channel()

Now, publish the routing_key like this line

travelling_channel.basic_publish(exchange="", routing_key="Timesheet", body="Timesheet arriving")

The message is received in a string format

channel.basic_consume(queue="message", on_message_callback=callback, auto_ack=True)

An example:

(Jacob (Full Name: Jacob Williams Anderson) worked 47.8 hours in the whole week)

UML sequence diagram

Popular repositories Loading

  1. ArjunaKrishna ArjunaKrishna Public

    Config files for my GitHub profile.

  2. 2.2---Assignment-5-Individual-Project-Milestone-1 2.2---Assignment-5-Individual-Project-Milestone-1 Public

  3. Accessing-Timesheet- Accessing-Timesheet- Public

  4. Dushala-Laddu Dushala-Laddu Public

    New Repository

  5. CS372-Intro-to-Networking-Portfolio-project-RDT-Project-2 CS372-Intro-to-Networking-Portfolio-project-RDT-Project-2 Public

    Forked from TealGlow/CS372-Intro-to-Networking-Portfolio-project-RDT-Project-2

    Python

  6. CS-361 CS-361 Public