coralproject / pillar

Deprecated: Service layer for the Coral ecosystem
Other
4 stars 1 forks source link

Issue#74 - Send messages to a MQ for various events of interest #86

Closed samshub closed 8 years ago

samshub commented 8 years ago

So far we have:

amqp package added to allow push and receive events from MQ The message structures have been introduced in model.event package Also a generic code in handler sends out messages if a valid MQ exist

In other words, Pillar will continue to work with or w/o MQ infrastructure. However, some more work needed to stream-line the process of sending.

Not ready for review yet...stay tuned!

samshub commented 8 years ago

This is ready for review.

samshub commented 8 years ago

Reviewed the changes with Dan.