I have a "quick and dirty" viewer for the queue working. In making the viewer and displaying the subqueue value I noticed this value is never populated on a message. I added some code to return the subqueue value but then noticed it is only populated when you actually include a value for the subqueue. Below code to express what I'm trying to say.
//returns all messages regardless of subqueue, but subqueue column does not return a value queueManager.GetAllMessages(queueName, null) //returns messages in the subqueue "Discarded" and subqueue column returns the subqueue value queueManager.GetAllMessages(queueName, "Discarded") Ideally for the viewer it would be nice to return all messages with the subqueue that they belong to populated. Any ideas? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
