Author |
Message |
Topic: amqsbcg exits when calling MQGET with browse options |
thompsa
Replies: 14 Views: 12560
|
Forum: General Discussion Posted: Tue Jan 23, 2007 2:22 am Subject: amqsbcg exits when calling MQGET with browse options |
I think I may have worked out what is going wrong. I am not an expert with VB or MQ, but this is what I found.
Looking at the include file supplied with the VB sample (cmqb.bas), it calls the DLL ( ... |
Topic: amqsbcg exits when calling MQGET with browse options |
thompsa
Replies: 14 Views: 12560
|
Forum: General Discussion Posted: Fri Jan 19, 2007 7:49 am Subject: amqsbcg exits when calling MQGET with browse options |
I've added the remote Queue Manager into MQ Explorer running on the local machine specifying the IP and port, and that has been added fine and I can browse messages in the queue I want. I assume this ... |
Topic: amqsbcg exits when calling MQGET with browse options |
thompsa
Replies: 14 Views: 12560
|
Forum: General Discussion Posted: Fri Jan 19, 2007 7:09 am Subject: amqsbcg exits when calling MQGET with browse options |
I didn't do the install of MQ, but here is my understanding from those that did.
The local machine is installed as MQ client only. Version is 6.0.1. You can start MQ Explorer, but no Queue Managers ... |
Topic: amqsbcg exits when calling MQGET with browse options |
thompsa
Replies: 14 Views: 12560
|
Forum: General Discussion Posted: Fri Jan 19, 2007 3:56 am Subject: amqsbcg exits when calling MQGET with browse options |
On my test program, I commented out the MQGET and the the next line is executed fine (it writes out a variable to a log file, which would be the return code if the MQGET was executed).
Using amqsbc ... |
Topic: amqsbcg exits when calling MQGET with browse options |
thompsa
Replies: 14 Views: 12560
|
Forum: General Discussion Posted: Fri Jan 19, 2007 2:56 am Subject: amqsbcg exits when calling MQGET with browse options |
Sorry about the typo - yes I meant mqtype=2 which denotes I am a client. I am connecting to another machine's queue manager (which works OK) and opening a local queue on that queue manager (which work ... |
Topic: amqsbcg exits when calling MQGET with browse options |
thompsa
Replies: 14 Views: 12560
|
Forum: General Discussion Posted: Fri Jan 19, 2007 1:11 am Subject: amqsbcg exits when calling MQGET with browse options |
Hi, I am developing a test program (in VB) for an application using remote queues. I can successfully use MQPUT to submit a message to a queue, but when I try to browse the output queue, the program c ... |