Author |
Message |
Topic: Problem of create Runtime and client configuration.(AIX/Win) |
cyberimp
Replies: 8 Views: 2846
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri Sep 03, 2004 1:36 am Subject: Problem of create Runtime and client configuration.(AIX/Win) |
I try that again.
Before that, I changed the MQClient to MQServer and delete all in chltabs dir on windows box. (I created a fat Client by using MQClient API before.)
All are ok. The connection is ... |
Topic: Problem of create Runtime and client configuration.(AIX/Win) |
cyberimp
Replies: 8 Views: 2846
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Aug 16, 2004 4:48 pm Subject: Problem of create Runtime and client configuration.(AIX/Win) |
Because the two QMGRs are not talking to each other
You should observer that the ckuster channels beween these two QMGRs will not be running. If not let us kno and we will try to trouble shoot
.
... |
Topic: Problem of create Runtime and client configuration.(AIX/Win) |
cyberimp
Replies: 8 Views: 2846
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Aug 16, 2004 12:06 am Subject: Problem of create Runtime and client configuration.(AIX/Win) |
My platform configuration
PC1: Windows XP + MQServer&Client + Workflow Client.
PC2: AIX + MQServer&Client + Workflow Runtime server.
Now, all the problems above have been resolved by chan ... |
Topic: [Solved]List all existed local Q Managers in own Java App. |
cyberimp
Replies: 13 Views: 6887
|
Forum: IBM MQ API Support Posted: Sun Aug 15, 2004 10:37 am Subject: [Solved]List all existed local Q Managers in own Java App. |
Cyberimp:
If you are on the windows platform you will need to use the windows API to access the registry. Of course that's not going to happen (security)
Why do you need the ports?
This enquiry wou ... |
Topic: [Solved]List all existed local Q Managers in own Java App. |
cyberimp
Replies: 13 Views: 6887
|
Forum: IBM MQ API Support Posted: Sat Aug 14, 2004 9:34 am Subject: [Solved]List all existed local Q Managers in own Java App. |
Why MQSeries API are so weak, especially JAVA API?
Maybe you are weak in Java!!!!
This is as simple as
Process l_oProcess = Runtime.getRuntime().exec("dspmq");
Bu ... |
Topic: [Solved]List all existed local Q Managers in own Java App. |
cyberimp
Replies: 13 Views: 6887
|
Forum: IBM MQ API Support Posted: Fri Aug 13, 2004 4:35 am Subject: [Solved]List all existed local Q Managers in own Java App. |
It seems that we can't get the local queue manager information from PCF class in MS0B pack.
On windows plat, we can use JNI method to access the registry and get the related qm info. I have tried ... |
Topic: Problem of create Runtime and client configuration.(AIX/Win) |
cyberimp
Replies: 8 Views: 2846
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Fri Aug 13, 2004 4:25 am Subject: Problem of create Runtime and client configuration.(AIX/Win) |
Platform: AIX + MQ series + Workflow 3.5
in summary: The Runtime Queue manager won't have the related cluster sender channel while the client configuration completed and the client queue manager was ... |
Topic: [Solved]List all existed local Q Managers in own Java App. |
cyberimp
Replies: 13 Views: 6887
|
Forum: IBM MQ API Support Posted: Tue Aug 10, 2004 7:09 pm Subject: [Solved]List all existed local Q Managers in own Java App. |
thanks Charlie!
Why MQSeries API are so weak, especially JAVA API?
Maybe they should make another SupportPack.
Anyway, as my OS is windows, so I am trying to get those information from Reg ... |
Topic: [Solved]List all existed local Q Managers in own Java App. |
cyberimp
Replies: 13 Views: 6887
|
Forum: IBM MQ API Support Posted: Mon Aug 09, 2004 9:17 pm Subject: [Solved]List all existed local Q Managers in own Java App. |
I want to list all local QMs in my Java App.
how to get these QMs' name and current status?
Is it possible to do it with JAVA API?
Thanks! |