Open kriswill opened 14 years ago
Kriswill,
There are some really simple examples of Jackalope as publisher and subscriber projects under the demo solution folder in Symbiote.
I have have more for you to look at in the near-ish future and will update you. In the meantime, keep in mind that there are two primary means to subscribe to messages:
Implement IMessageHandler
The other approach is to use Bus.QueueStreams["queueName"] to get access to an IObservable
If you have other questions, feel free to e-mail me: asrobson AT gmail DOT com.
Hope you find it useful!
Alex
I'm currently using the .net RabbitMQ.Client natively, however I would love to see some examples or spec tests for this in your library. Bonus points for using Rx!