Author |
Message |
Topic: running commands |
mqdude70
Replies: 17 Views: 10609
|
Forum: General Discussion Posted: Sun Dec 07, 2003 8:33 pm Subject: running commands |
Thanks Michael. Finally moved to 5.3.. |
Topic: Queue Depth and Actual messages differ |
mqdude70
Replies: 12 Views: 11059
|
Forum: General Discussion Posted: Fri Dec 05, 2003 3:43 pm Subject: Queue Depth and Actual messages differ |
I made an observation by reading messages one by one. When depth was 150 I started to read one bye one.
After 150
2nd time depth was 149
3rd time depth was 112
4th time depth was 75
5th time ... |
Topic: Queue Depth and Actual messages differ |
mqdude70
Replies: 12 Views: 11059
|
Forum: General Discussion Posted: Fri Dec 05, 2003 1:44 pm Subject: Queue Depth and Actual messages differ |
Thanks for the reply guys! I see the expiry as 5500 so that it may be 550 seconds. some with -1 so it never expires. I am investigating thro all the options suggested. yet to arrive at the solution. T ... |
Topic: Queue Depth and Actual messages differ |
mqdude70
Replies: 12 Views: 11059
|
Forum: General Discussion Posted: Fri Dec 05, 2003 9:53 am Subject: Queue Depth and Actual messages differ |
Hi Kumar thanks for the reply. It happens everytime. How do I verify the expiry? Im not sure in what units it is set what units it is set in the header? If I browse through capitalware's MQ visual Ed ... |
Topic: Queue Depth and Actual messages differ |
mqdude70
Replies: 12 Views: 11059
|
Forum: General Discussion Posted: Fri Dec 05, 2003 9:31 am Subject: Queue Depth and Actual messages differ |
Hi Guys,
I have a problem in reading mq. when I am verifying the depth using the client it says depth is 100. Once I read the messages it gives out only 40 messages and the queue is emptied. Am I m ... |
Topic: MQJE036: Queue manager rejected connection attempt |
mqdude70
Replies: 2 Views: 2942
|
Forum: IBM MQ Java / JMS Posted: Tue Dec 02, 2003 9:16 am Subject: MQJE036: Queue manager rejected connection attempt |
Thanks Michael,
I fixed it. It was version mismatch of libraries. |
Topic: MQJE036: Queue manager rejected connection attempt |
mqdude70
Replies: 2 Views: 2942
|
Forum: IBM MQ Java / JMS Posted: Tue Dec 02, 2003 8:07 am Subject: MQJE036: Queue manager rejected connection attempt |
Hi,
I am trying to retrieve messages from MQ server in Unix using a windows java client. I am getting this error.
I appreciate any suggestions to fix this.
MQJE036: Queue manager rejected conne ... |
Topic: JMS Client |
mqdude70
Replies: 4 Views: 2634
|
Forum: IBM MQ Java / JMS Posted: Mon Dec 01, 2003 3:36 pm Subject: JMS Client |
Guys,
Can someone provide me the link for downloading MQ java libraries including MQ JMS ones. I am looking for the class MQQueueConnectionFactory to bypass JNDI. |
Topic: JMS Client |
mqdude70
Replies: 4 Views: 2634
|
Forum: IBM MQ Java / JMS Posted: Mon Dec 01, 2003 3:24 pm Subject: JMS Client |
Thanks Jeff. |
Topic: JMS Client |
mqdude70
Replies: 4 Views: 2634
|
Forum: IBM MQ Java / JMS Posted: Mon Dec 01, 2003 2:59 pm Subject: JMS Client |
Hi Guys,
Is there some simple JMS client that connects to Q mgr and retrives the messages. Also Is it possible to connect to the existing queues which are not defined in any JNDI tree using JMS cli ... |
Topic: Message Client |
mqdude70
Replies: 1 Views: 1534
|
Forum: General Discussion Posted: Wed Nov 26, 2003 2:28 pm Subject: Message Client |
Guys,
I need to implement a messaging client. Is there some program to get just the message and message id and to delete them by message id. if it's there in java or c it will be helpful. I am won ... |
Topic: running commands |
mqdude70
Replies: 17 Views: 10609
|
Forum: General Discussion Posted: Fri Nov 21, 2003 12:53 pm Subject: running commands |
I mean Queue is responding for any mqput/get messages. I believe by responding to dis q(queuename) it is working(If i'm wrong pl. clarify) Not the Qmgr. and to see the depth of the queue. It is v5. ... |
Topic: running commands |
mqdude70
Replies: 17 Views: 10609
|
Forum: General Discussion Posted: Fri Nov 21, 2003 12:23 pm Subject: running commands |
Hi Michael,
Thanks for the reply. I want to monitor the health of the queue. So I am running display q every min and see the depth. (I know It can be done by event moinitoring. Due to some constrai ... |
Topic: running commands |
mqdude70
Replies: 17 Views: 10609
|
Forum: General Discussion Posted: Fri Nov 21, 2003 12:07 pm Subject: running commands |
Any answer to my Question!
"Running display queue/chl in a script through the cron job for checking status of the queue once every min. "
and will that cause any performance problem on the funct ... |
Topic: running commands |
mqdude70
Replies: 17 Views: 10609
|
Forum: General Discussion Posted: Fri Nov 21, 2003 11:48 am Subject: running commands |
I mean running display queue/chl in a script through the cron job for checking status of the queue once every minute.
* Yeah! I don't either see a qstatus command only chlstats
Thanks. |