Author |
Message |
Topic: Capture file name with MQGET |
yani03
Replies: 16 Views: 16728
|
Forum: General Discussion Posted: Fri Apr 07, 2017 8:32 am Subject: Capture file name with MQGET |
Hi guys,
I've made some progress on this, but have hit a snag. I'm able to create the message handle successfully(per reason code zero), however the MQGET call returns a reason code of 2460:
On ... |
Topic: Capture file name with MQGET |
yani03
Replies: 16 Views: 16728
|
Forum: General Discussion Posted: Fri Apr 07, 2017 6:16 am Subject: Capture file name with MQGET |
Hi guys,
I've made some progress on this, but have hit a snag. I'm able to create the message handle successfully(per reason code zero), however the MQGET call returns a reason code of 2460:
On ... |
Topic: Capture file name with MQGET |
yani03
Replies: 16 Views: 16728
|
Forum: General Discussion Posted: Tue Apr 04, 2017 5:24 am Subject: Capture file name with MQGET |
What's a 'file'?
Is this something that sits on a personal workstation and holds non-business critical data in a relatively unsecured environment that doesn't need to move between separate applic ... |
Topic: Capture file name with MQGET |
yani03
Replies: 16 Views: 16728
|
Forum: General Discussion Posted: Mon Apr 03, 2017 12:50 pm Subject: Capture file name with MQGET |
Thank you both for your help. Any idea what the earliest version of MQ the GQMO_PROPERTIES_IN_HANDLE option was available? I'm on Version 6.0.0.0 and I don't see this option in my cmqc.h header file ... |
Topic: Capture file name with MQGET |
yani03
Replies: 16 Views: 16728
|
Forum: General Discussion Posted: Mon Apr 03, 2017 10:46 am Subject: Re: Capture file name with MQGET |
I have a visual C++ application that pulls file data using MQGET calls from files loaded on the queue.
You don't load files onto a queue; you put messages on a queue. If the payload of the messag ... |
Topic: Capture file name with MQGET |
yani03
Replies: 16 Views: 16728
|
Forum: General Discussion Posted: Mon Apr 03, 2017 10:32 am Subject: Capture file name with MQGET |
Thanks Vitor, that's exactly what I was asking. Unfortunately I don't have any control over the queue on the other end where the message is being PUT, and it sounds like that is the only way to reser ... |
Topic: Capture file name with MQGET |
yani03
Replies: 16 Views: 16728
|
Forum: General Discussion Posted: Mon Apr 03, 2017 10:30 am Subject: Capture file name with MQGET |
Thanks Vitor, that's exactly what I was asking. Unfortunately I don't have any control over the queue on the other end where the message is being PUT, and it sounds like that is the only way to reser ... |
Topic: Capture file name with MQGET |
yani03
Replies: 16 Views: 16728
|
Forum: General Discussion Posted: Mon Apr 03, 2017 10:22 am Subject: Capture file name with MQGET |
Hello all,
New to this forum, so I hope I'm posting in the correct place. I have a visual C++ application that pulls file data using MQGET calls from files loaded on the queue.
I'm hoping ther ... |