Author |
Message |
Topic: MQIC Reason Code translation |
bartland
Replies: 0 Views: 1631
|
Forum: IBM MQ API Support Posted: Tue Apr 26, 2005 8:52 pm Subject: MQIC Reason Code translation |
I am using MQIC with Windows/Delphi (finally dumped MQAX200). Is there anything I can include in my app to dump the symbolic names and/or descriptions?
I've got ma0k.zip (WebSphere MQ - Completion ... |
Topic: Can you have seperate transactions on MQAX200 client queues? |
bartland
Replies: 2 Views: 2527
|
Forum: IBM MQ API Support Posted: Sun Jun 06, 2004 4:27 pm Subject: Can you have seperate transactions on MQAX200 client queues? |
It would be nice if it were so  |
Topic: Can you have seperate transactions on MQAX200 client queues? |
bartland
Replies: 2 Views: 2527
|
Forum: IBM MQ API Support Posted: Wed Jun 02, 2004 12:08 am Subject: Can you have seperate transactions on MQAX200 client queues? |
Within the same process (therefore same session), get 2 instances of the same queuemanager (on same or different threads). Each queuemanager instance connects to different queues.
It seems that rol ... |
Topic: Threading and Get with wait |
bartland
Replies: 5 Views: 14299
|
Forum: IBM MQ API Support Posted: Wed May 26, 2004 5:46 pm Subject: Threading and Get with wait |
hmm! So if I want the APP (which is an NT Service) to control the connect/disconnect I'd send a message to the queue from another thread. A bit roundabout but pretty good.
thanks |
Topic: Threading and Get with wait |
bartland
Replies: 5 Views: 14299
|
Forum: IBM MQ API Support Posted: Wed May 26, 2004 3:47 pm Subject: Threading and Get with wait |
Using MQAX200
In amqtan02.pdf (pg 19), it says
WebSphere MQ Automation Classes for ActiveX implement a free-threading model where objects can be used between threads.
While MQAX permits the use ... |
Topic: MQBag not defined in MQAX200 ??? |
bartland
Replies: 7 Views: 7647
|
Forum: IBM MQ API Support Posted: Thu May 20, 2004 3:09 pm Subject: MQBag not defined in MQAX200 ??? |
(BTW - replies much appreciated. Great forum)
No such DLL.
amqxcs2.dll, amqzsaic.dll, amqzsaicxa.dll, mqic32.dll, mqic32xa.dll all contain mqbag functions but no classes. None of them are COM.
... |
Topic: MQBag not defined in MQAX200 ??? |
bartland
Replies: 7 Views: 7647
|
Forum: IBM MQ API Support Posted: Wed May 19, 2004 11:36 pm Subject: MQBag not defined in MQAX200 ??? |
and the confusion continues.
From the above link (burrow, burrow, burrow), I downloaded 'U200202A.exe' (24MB) listed as 'WebSphere MQ for Windows V5.3 - Fix Pack 6' (CSD06) which installs MQAX200.D ... |
Topic: MQBag not defined in MQAX200 ??? |
bartland
Replies: 7 Views: 7647
|
Forum: IBM MQ API Support Posted: Mon May 17, 2004 7:28 pm Subject: MQBag not defined in MQAX200 ??? |
oleview.exe lists all the other classes such MQSession, etc but no MQBag?
Confusingly Yours
bruce |
Topic: Queue managers - why care about the channel/server? |
bartland
Replies: 9 Views: 5547
|
Forum: IBM MQ API Support Posted: Wed May 05, 2004 5:14 pm Subject: Queue managers - why care about the channel/server? |
My point is that conceptually SLP (and SAP) operate the same way as AD/LDAP/JNDI/NDS regarding service location. Except that you don't need the infrastucture of a directory or DNS. Even if you do have ... |
Topic: Queue managers - why care about the channel/server? |
bartland
Replies: 9 Views: 5547
|
Forum: IBM MQ API Support Posted: Wed May 05, 2004 4:59 pm Subject: Queue managers - why care about the channel/server? |
http://playground.sun.com/srvloc/slp_white_paper.html |
Topic: Queue managers - why care about the channel/server? |
bartland
Replies: 9 Views: 5547
|
Forum: IBM MQ API Support Posted: Wed May 05, 2004 4:57 pm Subject: Queue managers - why care about the channel/server? |
oops. sorry. Acronym confusion.
SAP is the Novell IPX protocol. The IP equivalent is Service Location Protocol (SLP). Anyway same thing applies and I've used both.
These are multicast protocols ... |
Topic: Can the ActiveX API be use to connect to multiple QMs? |
bartland
Replies: 3 Views: 3152
|
Forum: IBM MQ API Support Posted: Wed May 05, 2004 4:28 pm Subject: Can the ActiveX API be use to connect to multiple QMs? |
ok. thanks.
Yes, I've successfully used the win API call SetEnvironmentVariable. However, I've had to do that from a different exe. This first exe does the SetEnvironmentVariable then a ShellExecut ... |
Topic: Queue managers - why care about the channel/server? |
bartland
Replies: 9 Views: 5547
|
Forum: IBM MQ API Support Posted: Wed May 05, 2004 4:07 pm Subject: Queue managers - why care about the channel/server? |
If IP Service Advertising Protocol were used you wouldn't need any of that. Each QM advertises itself (registers with the SAP Agents).
The client just issues a SAP request for a named service (ie. ... |
Topic: Queue managers - why care about the channel/server? |
bartland
Replies: 9 Views: 5547
|
Forum: IBM MQ API Support Posted: Tue May 04, 2004 8:09 pm Subject: Queue managers - why care about the channel/server? |
I have a (no doubt naive) question on MQ architecture.
On IP, QMs are defined 1 to 1 with IP sockets (I gather?). The QM is effectively a service. As a client I want to connect to a QM. I don't car ... |
Topic: Can the ActiveX API be use to connect to multiple QMs? |
bartland
Replies: 3 Views: 3152
|
Forum: IBM MQ API Support Posted: Tue May 04, 2004 7:38 pm Subject: Can the ActiveX API be use to connect to multiple QMs? |
Having reviewed the doco and the posts in this forum, I am under the impression that the ActiveX (MQAX200.DLL) API cannot be used to specify the channel information so the multiple (client) connection ... |