Author |
Message |
Topic: How to find the mq class in oracle9i |
xincap
Replies: 3 Views: 3178
|
Forum: General Discussion Posted: Fri Sep 15, 2006 7:48 pm Subject: another question |
I didn't find something useful in some user books to solve my problem.
I loaded the com.ibm.mq.jar into oracle9i through loadjava tool.
But many class I've loaded was invalid,so I can't use it.
... |
Topic: How to find the mq class in oracle9i |
xincap
Replies: 3 Views: 3178
|
Forum: General Discussion Posted: Thu Sep 14, 2006 2:09 am Subject: How to find the mq class in oracle9i |
I wrote a java procedure in oracle9i.
In the procedure,I wanted to send some data to mq.
So,I imported the com.ibm.mq.jar .
But when I compiled it,the error occured:
Can't found the queue manage ... |
Topic: 关于触发的 |
xincap
Replies: 6 Views: 3490
|
Forum: General Discussion Posted: Fri Aug 25, 2006 12:17 am Subject: About trigger message |
Thanks a lot! jefflowrey!
I wrote my own trigger monitor for my full controlling freely.
I have learned more about MQ from you!
I hope I can get your help in the future!
Thanks again! |
Topic: 关于触发的 |
xincap
Replies: 6 Views: 3490
|
Forum: General Discussion Posted: Thu Aug 24, 2006 1:24 am Subject: About MQTMC2 |
Thanks, jefflowrey.
I made a my own trigger monitor using c#.(My environment :MQ6+WIN2003)
In my monitor program I only reference amqmdnet.dll .
I got the trigger message from init_queue:
... |
Topic: 关于触发的 |
xincap
Replies: 6 Views: 3490
|
Forum: General Discussion Posted: Wed Aug 23, 2006 1:53 am Subject: Another trigger message problem? |
Thanks for your help!
I made a c# program to get the trigger message as a progress in MQ.
I opened a cmd window and run runmqtrm.exe, then put a message to local queue.Immediately,my c# program st ... |
Topic: 关于触发的 |
xincap
Replies: 6 Views: 3490
|
Forum: General Discussion Posted: Tue Aug 22, 2006 1:43 am Subject: 关于触发的 |
我对于MQ的消息触发机制不太明白,我的& ... |