Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

RabbitMQ python

#!/usr/bin/env python
import pika

connection = pika.BlockingConnection(pika.ConnectionParameters('localhost'))
channel = connection.channel()
Source by www.rabbitmq.com #
 
PREVIOUS NEXT
Tagged: #RabbitMQ #python
ADD COMMENT
Topic
Name
1+9 =