Author |
Message |
Topic: Simple Monitoring |
muralidhar
Replies: 2 Views: 8587
|
Forum: IBM MQ Performance Monitoring Posted: Fri Jun 13, 2003 4:08 pm Subject: Simple Monitoring |
You can write a simple application that connects to the Q managers periodically and browse the queues for the oldest message on the queue and then find the put time of the message. If message is lying ... |
Topic: MQ Connect, Open and Close |
muralidhar
Replies: 4 Views: 3829
|
Forum: General Discussion Posted: Fri Jun 13, 2003 3:52 pm Subject: MQ Connect, Open and Close |
If you are putting a few messages on the queue, then opening and closing the queue is better. Several open connection is an overhead on the server. It is not worth for low volume. In high volume envir ... |
Topic: Problems in administering remote queue manager |
muralidhar
Replies: 3 Views: 3764
|
Forum: General Discussion Posted: Fri Jun 13, 2003 3:41 pm Subject: Problems in administering remote queue manager |
Check if command server is running on remote computer using MQSeries services. |
Topic: Urgent MDB connection problems |
muralidhar
Replies: 4 Views: 4221
|
Forum: General IBM MQ Support Posted: Fri Jun 13, 2003 3:35 pm Subject: Urgent MDB connection problems |
writing a channel exit for server connection channel might help. |
Topic: what is the advantage with callback channels?? |
muralidhar
Replies: 3 Views: 3092
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Jun 13, 2003 3:29 pm Subject: what is the advantage with callback channels?? |
In sender - requester channel, sender initiates the communication and when requester on receiving the request for communications, it breaks the communication and then initiates the communication back ... |
Topic: Basic Channel Question |
muralidhar
Replies: 6 Views: 4645
|
Forum: General IBM MQ Support Posted: Fri Sep 20, 2002 12:58 pm Subject: Basic Channel Question |
Your question sounds like QMA and QMC are MQSeries objects. But at the begining of the question, you mentioned them as applications. If QMC is a queue manager, for your requirement you can just defin ... |
Topic: Message redirection problem |
muralidhar
Replies: 2 Views: 6123
|
Forum: General Discussion Posted: Mon Jul 22, 2002 1:00 pm Subject: Message redirection problem |
Dan,
One of the reasons might be your message has a expiry time set and you are requesting the report message with outbound queue name as reply to queue name. I would check the message type of the me ... |
Topic: PCF commands, where are the replies??? |
muralidhar
Replies: 15 Views: 12796
|
Forum: General IBM MQ Support Posted: Mon Jul 22, 2002 12:37 pm Subject: PCF commands, where are the replies??? |
Please send me the program. Let us see if I can find out the solution. |
Topic: PCF commands, where are the replies??? |
muralidhar
Replies: 15 Views: 12796
|
Forum: General IBM MQ Support Posted: Mon Jul 22, 2002 11:55 am Subject: PCF commands, where are the replies??? |
Check Dead Letter Queue. Check if you have proper authority to put messages on reply to Q. |
Topic: Deafult QMgr,Q |
muralidhar
Replies: 4 Views: 4981
|
Forum: IBM MQ API Support Posted: Tue Jun 18, 2002 2:24 pm Subject: Deafult QMgr,Q |
Hi Gopi,
If you have access to MQExplorer, you can see the default MQObjects by selecting 'Show System Objects' from view menu. |
Topic: NT SDR channel unable to connect to Solaris RCVR channel |
muralidhar
Replies: 1 Views: 3625
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Jun 18, 2002 2:11 pm Subject: NT SDR channel unable to connect to Solaris RCVR channel |
Try connecting to remote MQServer with ipaddress(port). In your case, connection of the sender channel would be B(1414). This helps if there is any problem in resolving hostnames. Make sure remote que ... |
Topic: MQClient not running via VB Code |
muralidhar
Replies: 6 Views: 8572
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Jun 14, 2002 2:45 pm Subject: MQClient not running via VB Code |
You can look at the vb samples installed with MQSeries client. |
Topic: Does Win 98 MQSeries Client support Vb? |
muralidhar
Replies: 1 Views: 2956
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Jun 14, 2002 2:43 pm Subject: Does Win 98 MQSeries Client support Vb? |
On Win NT/2000, you get MQSeries Automation Classes For ActiveX with the installation. But if you want to work with ActiveX and VB on Win 98 you need MA7B support pac.
Folow the link for more infor ... |
Topic: mqseries authentication |
muralidhar
Replies: 1 Views: 2616
|
Forum: General IBM MQ Support Posted: Wed Jun 12, 2002 1:12 pm Subject: mqseries authentication |
When messages are sent accross the MQServers/QMangers through channels, you can use security exit to auntenticate the partner MCA.
If you are talking about authorizations on MQSeries objects to get/ ... |
Topic: Question on security for a training class |
muralidhar
Replies: 4 Views: 3465
|
Forum: General IBM MQ Support Posted: Wed Jun 12, 2002 7:28 am Subject: Question on security for a training class |
I think MQSeries Administration Wrapper is neat idea. If you can't afford to have another machine for training, consider taking a ghost image/backup of the system before training. |