Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: khho9
  • Order by date
  1. khho9

    What's the class loading order ?

    Hi all , I am wondering if I have some local class, also, several set of the same name of classes packed as jar stored in various location of classpath. So what would the loading order of the classpath be ? How could I verify which class are they loading ? Thanks. Perseus
  2. khho9

    How to connect OutputStream and DOM document ?

    Hi all , I am trying to use stxx with jaxb. there are two method I don't quite know how to connect them : in jaxb, I have to saveDocument(HttpRequest, Document) while in stxx, I have to foo.marshal( Object, System.out ); (I think should be foo.marshal( Object, OutputStream) ) Now I...
  3. khho9

    How to see history of message ?

    Hi all , I have an MQSeries running on NT. As there is some problem with my application so I need to see the message history which include the content and the reaching time of the message. Is that possible ? The message is not in the queue anymore and is non-persistent message. Thanks...
  4. khho9

    How to see each message in the queue ?

    exactly. win nt. Thanks. Perseus
  5. khho9

    How to see each message in the queue ?

    Thanks a lot for your input. Maybe I elaborate a bit more on my question. As the message will leave the queue very quickly and so I think that doesn't work as I believe it can only browse the message IN the queue only. Also, I don't want to write program for trigger as I want some system...
  6. khho9

    How to see each message in the queue ?

    Hi all , I am troubleshooting our MQSeries and we want to see what messages have reach the queue and also the time it reached and leave the queue. SO is there any way or log file support that ? THanks. Perseus

Part and Inventory Search

Back
Top