ashwinraghav / mynotify

1 stars 1 forks source link

Receive Subscriptions from client and push string notifications to exchanges #3

Closed ashwinraghav closed 12 years ago

ashwinraghav commented 12 years ago

When the subscription is new, create an exchange in the name of the File(the client would have already created it. But it is idempotent). Push arbitrary string messages into the exchange. Ashwin

ashwinraghav commented 12 years ago

Currently pushing messages. Need to serialize the event object and sent it through.