hi i have a large queue and i need to browse it and display the messages in a webpage. the number of messages displayed at a time will depend on the value selected by user. So if the user select 10 fi ...
Hi i want to browse an MQ queue randomly. Suppose if I have 10 messages i want to access the 5th message without starting browsing from first element itself just like accessing arrays in C or Java. Is ...