Sparkplug

An AMQP message consumer daemon
Download

Sparkplug Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Owen Jacobson
  • Publisher web site:
  • http://alchemy.grimoire.ca/

Sparkplug Tags


Sparkplug Description

An AMQP message consumer daemon Sparkplug is an AMQP message consumer daemon written in Python.Sparkplug is driven by a collection of config files defining elements of the messaging configuration. Included in the sparkplug source is an example:# The host (or host:port) of the broker node to connect to.host = localhost# The virtual host to connect to.virtual_host = /# The user to connect as.userid = guest# The user's password.password = guest# If set, forces the use of SSL to connect to the broker.ssl = False# Will the queue be declared as durable, and survive broker restarts?durable = True# Will the queue be declared as auto-deleted, and be removed if all# consumers exit?auto_delete = False# Is the queue exclusive to this program?exclusive = False# The exchange type ('direct', 'fanout', or 'topic')type = direct# Will the exchange be declared as durable, and survive broker restarts?durable = True# Will the exchange be declared as auto-deleted, and be removed if all# producers exit?auto_delete = False# Is the exchange exclusive to this program?exclusive = False# The name of the queue to bindqueue = events# The exchange to bind to.exchange = postoffice# The routing key to bind under (optional for some exchange types)routing_key = events# Entry point identifieruse = sparkplug#echo# Queue to consume againstqueue = events# Other parameters will be passed passed to the entry pointformat = %%(body)s Requirements: · Python


Sparkplug Related Software