Author |
Message |
Topic: Need help with MQ tracing to find out the response time |
mq_tyro
Replies: 3 Views: 3115
|
Forum: General IBM MQ Support Posted: Wed Sep 28, 2005 3:47 pm Subject: Need help with MQ tracing to find out the response time |
Hey wschutz, thanks for the reply, but I couldn't find a command called "dspmqrte" on any of the operating systems..Can you please check again. Thanks |
Topic: Need help with MQ tracing to find out the response time |
mq_tyro
Replies: 3 Views: 3115
|
Forum: General IBM MQ Support Posted: Wed Sep 28, 2005 3:13 pm Subject: Need help with MQ tracing to find out the response time |
Hi!
We have a scenario where a message goes from QManager A to C via B. (A ---> B ---> C). On QManager B we need to find out the time the message reaches B from A and the time the message comes ... |
Topic: Need help in reading the MQMD PutTime |
mq_tyro
Replies: 4 Views: 4053
|
Forum: General Discussion Posted: Tue Feb 01, 2005 9:14 am Subject: Need help in reading the MQMD PutTime |
Thanks Jefflowrey
yes I could have referred the App programming ref mannual, but was not haing enough time to go through it. Touching the MQ after a long time.
Thanks again !! |
Topic: Need help in reading the MQMD PutTime |
mq_tyro
Replies: 4 Views: 4053
|
Forum: General Discussion Posted: Tue Feb 01, 2005 8:50 am Subject: Need help in reading the MQMD PutTime |
I have a message with MQMD header as shown below-
The PutTime is - 20204955
What does this 4955 signify, is it milliseconds ?
Does this signify the time as 8:20:49 PM ?
Thanks !!
Stru ... |
Topic: Please help ASAP !!!!!!!!!!!!!!!!!!!!!!!!!!!!! Thank you !! |
mq_tyro
Replies: 7 Views: 4478
|
Forum: IBM MQ Java / JMS Posted: Tue Jan 11, 2005 4:14 pm Subject: Please help ASAP !!!!!!!!!!!!!!!!!!!!!!!!!!!!! Thank you !! |
This finally got resolved...
How -
In step-1 In was retriving the message ID from JMS...JMS prefixes the actual message id with a word --> "ID:"
In step-2, I was setting the Correlation I ... |
Topic: Please help ASAP !!!!!!!!!!!!!!!!!!!!!!!!!!!!! Thank you !! |
mq_tyro
Replies: 7 Views: 4478
|
Forum: IBM MQ Java / JMS Posted: Mon Jan 10, 2005 4:17 pm Subject: Please help ASAP !!!!!!!!!!!!!!!!!!!!!!!!!!!!! Thank you !! |
Thanks for the replies.....
My PutMesage options are --> MQPMO_NEW_MSG_ID | MQPMO_FAIL_IF_QUIESCING| MQPMO_SET_IDENTITY_CONTEXT
I printed the Correl ID in Step-2 and it is diffierent for ev ... |
Topic: Trouble w\JMSMessageID, JMSCorrelationID & message sele |
mq_tyro
Replies: 15 Views: 22901
|
Forum: IBM MQ Java / JMS Posted: Mon Jan 10, 2005 3:37 pm Subject: Trouble w\JMSMessageID, JMSCorrelationID & message sele |
Hi JON,
Your reply taks about some IN and OUT channel...What is it all about ??
I facing a similar problme..I conneted to a Q-mgr in bind mode and while putting the message I set some correlatio ... |
Topic: Please help ASAP !!!!!!!!!!!!!!!!!!!!!!!!!!!!! Thank you !! |
mq_tyro
Replies: 7 Views: 4478
|
Forum: IBM MQ Java / JMS Posted: Mon Jan 10, 2005 3:23 pm Subject: Please help ASAP !!!!!!!!!!!!!!!!!!!!!!!!!!!!! Thank you !! |
Hi,
1) I'm working on application which reads the message ID from JMS.
2) Then I pass this ID to a program (which uses Native java classes), this programs sets the Correlation ID using the Mes ... |
Topic: Pooling connection to Queues |
mq_tyro
Replies: 4 Views: 3923
|
Forum: General Discussion Posted: Tue Feb 03, 2004 9:16 am Subject: Pooling connection to Queues |
Thanks buddy.
Appriciate your help. |
Topic: Pooling connection to Queues |
mq_tyro
Replies: 4 Views: 3923
|
Forum: General Discussion Posted: Mon Feb 02, 2004 10:41 pm Subject: Pooling connection to Queues |
Hi Saju,
Thanks for the informatoion.
I was wondering if the we can pool the connection handles to the Queue and not the Q-Managers. That way everytime I put a message in a Queue, I can use the ... |
Topic: Pooling connection to Queues |
mq_tyro
Replies: 4 Views: 3923
|
Forum: General Discussion Posted: Sun Feb 01, 2004 3:34 pm Subject: Pooling connection to Queues |
Hi,
In out application we are using MQ Java Client to connect to Q-Manager.
We were wondering if we can create a pool of conections to Queue of the Q-Maager.
Meaning the pool woud be a collect ... |
Topic: Stale cnections to Queue Manager |
mq_tyro
Replies: 2 Views: 2777
|
Forum: General Discussion Posted: Wed Feb 26, 2003 3:48 pm Subject: Stale cnections to Queue Manager |
Hi J C Squire,
Thanks a lot for the info.
Regards,
mq_tyro |
Topic: Stale cnections to Queue Manager |
mq_tyro
Replies: 2 Views: 2777
|
Forum: General Discussion Posted: Mon Feb 24, 2003 3:28 pm Subject: Stale cnections to Queue Manager |
Hi,
We are using java client to connect to the Queue Manager and we are pooling the connections to QueueManager in cache. Now if my QueueManager is down for sometime and it restarts again. Can I pu ... |
Topic: About 095 test |
mq_tyro
Replies: 11 Views: 12353
|
Forum: General Discussion Posted: Thu Jul 11, 2002 10:39 pm Subject: About 095 test |
The sample test on IBM site is little easy compared to actual test. There is one more sample test available at http://fli.topcat2.com/cgi-bin , but this is also little easy compared to actual one. I w ... |
Topic: MAX NO OF HANDLES in a Qmgr |
mq_tyro
Replies: 11 Views: 13844
|
Forum: General Discussion Posted: Thu Jul 11, 2002 10:20 pm Subject: MAX NO OF HANDLES in a Qmgr |
The sum of total no of IPPROCS & OPPROCS will not give the total no of current connections to the Qmgr because for example if a connect handle opens the queue in INPUT as well as OUTPUT mode the s ... |