Author |
Message |
Topic: Very slow inactive channel startup on first message |
rebornspririt
Replies: 12 Views: 7471
|
Forum: General IBM MQ Support Posted: Wed Aug 03, 2005 5:15 am Subject: Additional information |
I'm not sure what extra information this gives you ... but good luck
Sending queue manager:
-----------------------------
sender:
---------
- CHANNEL(MSP2_DEV.TO.ING_SIM)
... |
Topic: Very slow inactive channel startup on first message |
rebornspririt
Replies: 12 Views: 7471
|
Forum: General IBM MQ Support Posted: Tue Aug 02, 2005 11:47 pm Subject: Logging |
Is it possibile to log the exact time when the channel goes from one state (inactive) to another (running)? Because I would like to know which end is acting too slow. |
Topic: MessageId |
rebornspririt
Replies: 9 Views: 4851
|
Forum: General IBM MQ Support Posted: Tue Aug 02, 2005 11:20 pm Subject: Watch out! |
You should handle the message id with care and not pass it in and out into String variables like I did once (http://www.mqseries.net/phpBB2/viewtopic.php?t=22796&highlight=). It caused that every ... |
Topic: Very slow inactive channel startup on first message |
rebornspririt
Replies: 12 Views: 7471
|
Forum: General IBM MQ Support Posted: Tue Aug 02, 2005 10:50 pm Subject: Channel definitions |
Thanks guys this was really useful.
I have now a basic understanding of what is happening behind the scene and will take some time to read the intercommunication document
Both queue managers ... |
Topic: Very slow inactive channel startup on first message |
rebornspririt
Replies: 12 Views: 7471
|
Forum: General IBM MQ Support Posted: Tue Aug 02, 2005 6:42 am Subject: Pdf ? |
Is there also a pdf version of this document?
I'm not eager to complain but refering someone 'only' to some form of documentation is not the intension of forum I thought? I know I new to all of thi ... |
Topic: Very slow inactive channel startup on first message |
rebornspririt
Replies: 12 Views: 7471
|
Forum: General IBM MQ Support Posted: Tue Aug 02, 2005 6:12 am Subject: Document url |
Can you give me an url where I can find that piece of documentation. |
Topic: Very slow inactive channel startup on first message |
rebornspririt
Replies: 12 Views: 7471
|
Forum: General IBM MQ Support Posted: Tue Aug 02, 2005 3:56 am Subject: Very slow inactive channel startup on first message |
This is actually a partual repost of http://www.mqseries.net/phpBB2/viewtopic.php?t=23467
The problem I'm having is that it takes very long (up to 30 seconds) before a message sent to an inactive c ... |
Topic: [Newbie] First msg on inactive queue not deliverd |
rebornspririt
Replies: 5 Views: 2697
|
Forum: General IBM MQ Support Posted: Mon Aug 01, 2005 12:03 am Subject: Inactive -> running queue VERY slow |
The problem was indeed the expiry time. The following configuration settings are used now:
- put: expiry = raised to 35000 (initial 200)
- get: waitInterval = raised to 35000 (initial 15000)
I ... |
Topic: [Newbie] First msg on inactive queue not deliverd |
rebornspririt
Replies: 5 Views: 2697
|
Forum: General IBM MQ Support Posted: Fri Jul 29, 2005 6:11 am Subject: [Newbie] First msg on inactive queue not deliverd |
Hi,
First of all I'm now to MQSeries, so I'm still a little bit lost in the dark
I'm having a problem in the following scenario:
- I have 2 managers that communicate with each other
- Becau ... |