Dear all, We have recently started using Rhino ESB to queue background tasks in our ASP.NET web application (dealing with denormalisation, lucene.net index updates, that kind of thing). There is just one instance of the application which acts as both a publisher and consumer, dealing with a single queue.
We now have an issue that a particular message type should be treated as low priority - i.e. we do not want these to block processing of other messages. It seems like the way to do this would be to use either message priorities in MSMQ (which do not appear to be exposed by RSB) or adding another queue. For complexity reasons it's not really workable for us to have another service to process these low-priority messages so any solution would have to run in the same process as the existing consumer. We are currently using the RhinoServiceBusConfiguration object and Windsor container to configure the bus. Is it possible to do this with RSB or should we consider a different approach? Any advice is greatly appreciated! -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To view this discussion on the web visit https://groups.google.com/d/msg/rhino-tools-dev/-/r0TA-FoQPPYJ. To post to this group, send email to rhino-tools-dev@googlegroups.com. To unsubscribe from this group, send email to rhino-tools-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.