Author |
Message |
Topic: IP addresses of readers/writers of a queue |
paulic
Replies: 14 Views: 5670
|
Forum: IBM MQ Java / JMS Posted: Wed Oct 27, 2004 11:08 am Subject: IP addresses of readers/writers of a queue |
Hi,
Did you forget to clear the MsgID & CorrelID fields BEFORE doing the get. Or are you sure you are reading the right queue?
3 messages - sounds like you got an error from the z/OS queu ... |
Topic: IP addresses of readers/writers of a queue |
paulic
Replies: 14 Views: 5670
|
Forum: IBM MQ Java / JMS Posted: Tue Oct 26, 2004 12:32 pm Subject: IP addresses of readers/writers of a queue |
Z/OS queue managers do not support PCF messages. They only support messages that contain MQSC commands in plain text.
MS0B only supports PCF messages, so you can not use it with z/OS queue manager ... |
Topic: IP addresses of readers/writers of a queue |
paulic
Replies: 14 Views: 5670
|
Forum: IBM MQ Java / JMS Posted: Mon Sep 27, 2004 4:59 am Subject: IP addresses of readers/writers of a queue |
Roger -
Unfortunately, the information he is trying to get is exactly the information that you and I have been discussing, that seems not to work from MS0B.
That is, right now, Roger and I are wor ... |
Topic: IP addresses of readers/writers of a queue |
paulic
Replies: 14 Views: 5670
|
Forum: IBM MQ Java / JMS Posted: Mon Sep 27, 2004 4:56 am Subject: IP addresses of readers/writers of a queue |
Hi,
Are you sending PCF commands to the mainframe (OS/390 or z/OS) ??
MQ on the mainframe does NOT support PCF commands (at least not until v6 ). You must send plain text commands.
R ... |
Topic: IP addresses of readers/writers of a queue |
paulic
Replies: 14 Views: 5670
|
Forum: IBM MQ Java / JMS Posted: Fri Sep 24, 2004 7:15 am Subject: IP addresses of readers/writers of a queue |
Hi,
Use the Java MQ PCF classes - SupportPac MS0B.
Regards,
Roger Lacroix
Thanks Roger. I downloaded SupportPac MS0B and tried one of the examples. I got an error- Reason code 3001, but can' ... |
Topic: IP addresses of readers/writers of a queue |
paulic
Replies: 14 Views: 5670
|
Forum: IBM MQ Java / JMS Posted: Thu Sep 23, 2004 12:12 pm Subject: IP addresses of readers/writers of a queue |
Do a Queue Status command from runmqsc on the queue in question.
Is this information available in the java MQ API? |
Topic: IP addresses of readers/writers of a queue |
paulic
Replies: 14 Views: 5670
|
Forum: IBM MQ Java / JMS Posted: Thu Sep 23, 2004 7:52 am Subject: IP addresses of readers/writers of a queue |
Is there a way to get the IP addresses of the readers and writers connected to a particular queue? |