[rabbitmq-discuss] Publish/subscribe in RabbitMQ

Demiss Zike habtdemis at gmail.com
Fri Jul 8 17:58:33 BST 2011


I am using RabbitMQ to publish/subscribe. I have a class (in C#) that has
the following methods to do this job:

    void write (Measurement m);
    Measurement read();
    void publish(string queue);
    Measurement subscribe(string queue);

I am having difficulty separating writing a message from publishing the
message to a queue (or reading a message from subscribing to a queue for
that message). What would be the best method of design/implementation?

Regards,
Demi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20110708/8e79891d/attachment.htm>


More information about the rabbitmq-discuss mailing list