Author |
Message |
Topic: Message Broker(AIX) <-> Qmgr(z/OS)? |
steiger
Replies: 3 Views: 2156
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 05, 2010 4:40 am Subject: Message Broker(AIX) <-> Qmgr(z/OS)? |
Data is produced and put onto a z/OS queue. A Message Broker and a adapter for SAP (both on AIX) then should take out the messages, reformat them and forward them to SAP (on AIX).
Can the Broker/A ... |
Topic: Message Broker(AIX) <-> Qmgr(z/OS)? |
steiger
Replies: 3 Views: 2156
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 05, 2010 3:48 am Subject: Message Broker(AIX) <-> Qmgr(z/OS)? |
Hello,
I'm not sure if a Message Broker on AIX can communicate with a Queuemanager on the z/OS platform.
Is it possible or must we install the Message Broker also on z/OS? |
Topic: MO71 (MQ Admin Tool): Problem with queue sharing group |
steiger
Replies: 3 Views: 6507
|
Forum: General IBM MQ Support Posted: Tue Sep 29, 2009 9:25 pm Subject: MO71 (MQ Admin Tool): Problem with queue sharing group |
Okay, thank you for looking up the manual.
I had no success, so I contacted the support pack owner.
Regards |
Topic: MO71 (MQ Admin Tool): Problem with queue sharing group |
steiger
Replies: 3 Views: 6507
|
Forum: General IBM MQ Support Posted: Thu Sep 10, 2009 10:38 pm Subject: MO71 (MQ Admin Tool): Problem with queue sharing group |
Hi all,
I upgraded MO71 from version 7.0.0 to 7.0.1 and I know have problems with the administration of queue sharing groups (qsg). There is no problem with the single qmgrs of the group, but all t ... |
Topic: Inquire channel status with pcf in queue sharing group(z/OS) |
steiger
Replies: 5 Views: 9483
|
Forum: IBM MQ API Support Posted: Mon Mar 23, 2009 2:04 am Subject: Inquire channel status with pcf in queue sharing group(z/OS) |
I monitored the connections with the MQ Administrator software. The channels were running when the pcf command was issued.
But I found out the follwoing:
If there are 0 or 1 active connections the ... |
Topic: Inquire channel status with pcf in queue sharing group(z/OS) |
steiger
Replies: 5 Views: 9483
|
Forum: IBM MQ API Support Posted: Thu Mar 19, 2009 4:45 am Subject: Inquire channel status with pcf in queue sharing group(z/OS) |
The above stated fragement of code does work.
It seems that I had some environmentally problems.
Thanks for your help.
 |
Topic: Inquire channel status with pcf in queue sharing group(z/OS) |
steiger
Replies: 5 Views: 9483
|
Forum: IBM MQ API Support Posted: Thu Mar 19, 2009 1:02 am Subject: Inquire channel status with pcf in queue sharing group(z/OS) |
I stated the wrong rc.
I definitely always get this one:
3200 (0C80) (RC3200): MQRCCF_NONE_FOUND
The manual says
No items found matching request criteria.
An Inquire command found no ite ... |
Topic: Inquire channel status with pcf in queue sharing group(z/OS) |
steiger
Replies: 5 Views: 9483
|
Forum: IBM MQ API Support Posted: Wed Mar 18, 2009 2:44 am Subject: Inquire channel status with pcf in queue sharing group(z/OS) |
Hello,
I'm using pcf in Java to ask the queuemanager about information of running client-server connections. This works well. But I know have problems to get this information out of a queue sharin ... |
Topic: How to see the time a message was put in local queue? |
steiger
Replies: 14 Views: 11870
|
Forum: IBM MQ Java / JMS Posted: Wed Mar 18, 2009 2:37 am Subject: How to see the time a message was put in local queue? |
Maybe you could use events. You could then interpret the events in the appropriate event queue, which should contain the time the were fired. |