From Fedora Project Wiki

< Messaging SIG

Revision as of 04:58, 7 December 2009 by Bashton (talk | contribs) (Created page with '=Bugzilla Shim= ==Producer Concept== *Bugzilla cc's bzshim@fedoraproject.org for every component in the Fedora product *Sendmail forwards messages addressed to bzshim@fedorproj...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Bugzilla Shim

Producer Concept

  • Bugzilla cc's bzshim@fedoraproject.org for every component in the Fedora product
  • Sendmail forwards messages addressed to bzshim@fedorproject.org to the shim at a different port (i.e. 5555)
  • Shim running smtpd.SMTPServer from python, monitoring port 5555 recived the messages in "realtime" i.e. no pulling.
  • Shim processes data and formats it into an AMQP message
  • Shim then sends message via a moksha producer under fedoraproject.org.bugzilla

Consumer

Do we need a consumer for this? There was some thought that we could just send data out on the AMQP bus about things like changing a reviews state and then this consumer would then make the change. Is there any reason for not just having an XMLRPC call do this instead?