Skip to content

ahhughes5110/IST-440W

Repository files navigation

author = ’Sadaf’ #!/usr/bin/env python import pika

connection = pika.BlockingConnection(pika.ConnectionParameters (host= “localhost’))

channel = connection.channel()

channel.queue_declare(queue= ‘IST’)

channel.basic_publish(exchange=‘’, routing_key=‘this’, body= ’This is IST 440 W’ )

print “ [x] Sent ’This is IST 440 W’ “ connection.close()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages