Author |
Message |
Topic: Problem in MQGET with signaling |
##mqguy##
Replies: 4 Views: 3036
|
Forum: General Discussion Posted: Wed Dec 03, 2003 6:14 am Subject: Problem in MQGET with signaling |
Whether by using this wait option, can the wait interval be interuppted. For eg: my wait interval is 10 secs and once any message is available in the queue at 6th sec, then whether that wait interval ... |
Topic: Problem in MQGET with signaling |
##mqguy##
Replies: 4 Views: 3036
|
Forum: General Discussion Posted: Wed Dec 03, 2003 2:16 am Subject: Problem in MQGET with signaling |
In my application i am using MQGMO_SET_SIGNAL during an MQGET.And i am getting MQRC_SIGNAL1_ERROR as return code. In that case, what may be the reason for an invalid address in Signal1 field. Or why i ... |
Topic: To See the data in MQ queue... |
##mqguy##
Replies: 8 Views: 5702
|
Forum: General Discussion Posted: Wed Oct 29, 2003 12:26 am Subject: To See the data in MQ queue... |
Thanks for the info Roger.Unfortunately this software is going to expire on 31st Oct,2003. So... Is there any specific command on os/390 for MQ to view the data in the queue. It wud be great if anyone ... |
Topic: To See the data in MQ queue... |
##mqguy##
Replies: 8 Views: 5702
|
Forum: General Discussion Posted: Tue Oct 28, 2003 2:50 am Subject: To See the data in MQ queue... |
Is there any option available in OS/390 or in CICS - OS/390, to physically view the MQSeries queue, its associated Q mgnr and the data residing in the queue? |
Topic: Reg: MQGET with Signal option - urgent. |
##mqguy##
Replies: 4 Views: 2762
|
Forum: General Discussion Posted: Thu Oct 23, 2003 7:07 am Subject: Reg: MQGET with Signal option - urgent. |
Ok... To be more clear I'll put it in this way.Environment is cobol-os/390. My pgm, GETs the data from the queue.But the condition is, it can wait upto, say a maximum of 60 seconds. If a message arriv ... |
Topic: Reg: MQGET with Signal option - urgent. |
##mqguy##
Replies: 4 Views: 2762
|
Forum: General Discussion Posted: Wed Oct 22, 2003 8:10 pm Subject: Reg: MQGET with Signal option - urgent. |
The environment is MQSeries in OS/390. During an MQGET my MQGMO Options will have a MQGMO-SET-SIGNAL. So that whenever a message arrives in a queue my program gets a signal, that a message has arrived ... |