Author |
Message |
Topic: Handling large MQ messages |
shannon
Replies: 17 Views: 9304
|
Forum: General Discussion Posted: Thu May 19, 2005 4:37 am Subject: Handling large MQ messages |
I don't see it in the MQMD but there is a MQGMO option called ReurnedLength which will give you the message length but you must be using MQGMO_VERSION_3 or higher.
Shannon |
Topic: Handling large MQ messages |
shannon
Replies: 17 Views: 9304
|
Forum: General Discussion Posted: Thu May 19, 2005 4:22 am Subject: Handling large MQ messages |
If you are looking for the date and time that a message was put on a queue you need to look at the putdate and puttime in the MQMD of the message itself. Not sure how to get the message size.
Shan ... |
Topic: Handling large MQ messages |
shannon
Replies: 17 Views: 9304
|
Forum: General Discussion Posted: Fri May 13, 2005 10:11 am Subject: Handling large MQ messages |
I am not sure. Thanks for your feedback on this topic.
Shannon |
Topic: Handling large MQ messages |
shannon
Replies: 17 Views: 9304
|
Forum: General Discussion Posted: Thu May 12, 2005 9:51 am Subject: Handling large MQ messages |
We have an application that sends 10 1Meg messages to an external partner. The messages fly around our network very quickly but take 1 hour to be sent to the external partner. I am assuming this slo ... |
Topic: Handling large MQ messages |
shannon
Replies: 17 Views: 9304
|
Forum: General Discussion Posted: Thu May 12, 2005 8:24 am Subject: Handling large MQ messages |
Thanks, good point about the 6M! I am also concerned about how quickly these messages will travel through the network and logging the messages since they are hopping through a number of queue manager ... |
Topic: Handling large MQ messages |
shannon
Replies: 17 Views: 9304
|
Forum: General Discussion Posted: Thu May 12, 2005 7:55 am Subject: Handling large MQ messages |
Hi,
I would like to know how other MQ administrators are handling large MQ messages. We have customers that will be sending 4M messages to us. These messages will be hopping through multiple queu ... |
Topic: MQ Queue Sharing, Group Ports and Clustering |
shannon
Replies: 1 Views: 1600
|
Forum: General Discussion Posted: Tue Jun 08, 2004 3:15 pm Subject: MQ Queue Sharing, Group Ports and Clustering |
Hi,
We are delving into the world of queue sharing and clustering and I have a couple of questions...
1. We have a requirement for queue sharing on our z/OS queue managers and clustering the z/ ... |