|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Timeout - Put Message Option |
« View previous topic :: View next topic » |
Author |
Message
|
jbustamante |
Posted: Thu Nov 25, 2004 4:30 am Post subject: Timeout - Put Message Option |
|
|
Novice
Joined: 06 Oct 2004 Posts: 11
|
I want to put a message that has the PMO Timeout set. I do it with Visual Basic 6.0, with the following code:
Dim putMessageOption As MQPMO
Call MQPMO_DEFAULTS(putMessageOption)
putMessageOption.Timeout = 400
When I see the MQMD of the message in the queue, the timeout propertie is set to unlimited
Is it possible to set the timeout with vb code?
If is possible...
Which is the timeout unit?? (seconds, minutes, etc)
Thanks!! (Excuse my english... AGAIN!) |
|
Back to top |
|
 |
vennela |
Posted: Thu Nov 25, 2004 8:50 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
AFAIK, there is no timeout for message
Are you talking about expiry? |
|
Back to top |
|
 |
kirani |
Posted: Fri Nov 26, 2004 11:35 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
I think he is talking about Expiry in MQMD header.
Dim md As MQMD
md.Expiry = <somevalue>
I think the value should be in miliseconds. _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
jbustamante |
Posted: Mon Nov 29, 2004 7:08 am Post subject: |
|
|
Novice
Joined: 06 Oct 2004 Posts: 11
|
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|