Yes, I query against what is in the queues with linqpad as well as move around the contents. There is a sample linqpad query in the rhino queues repository. For repetitive things a console app makes sense, I tend to glance at what's in the queues in detail before doing anything which is why linqpad made a good fit for this in my opinion.
On Tue, Mar 1, 2011 at 7:51 AM, Jason Meckley <[email protected]>wrote: > how does linqpad help? are you querying RQ with linqpad? > > I figured I would need to stop the service, that doesn't concern me as > much. I was thinking of building a small console application that would > access RQ and move the message. i could then build a bat file that would > stop the service, move the message and start the service again. > > I'm reviewing the RSB source now and it looks like ErrorAction has some > examples of what to do. I will probably need to download the RQ source and > review that as well because I do not know the differences between > IQueue.MoveTo and IQueue.EnqueueDirectlyTo > > -- > You received this message because you are subscribed to the Google Groups > "Rhino Tools Dev" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/rhino-tools-dev?hl=en. > -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.
