Author |
Message |
Topic: MQGET Correlated Read |
jasonJonas
Replies: 3 Views: 4274
|
Forum: IBM MQ API Support Posted: Thu Oct 20, 2005 2:14 pm Subject: MQGET Correlated Read |
what api are you using? i'm only familiar with the .net api, but this may shed some light on your issue....
when dealing with message id's, i use the hex version of the id. for instance, as a param ... |
Topic: Versions of MQSeries API |
jasonJonas
Replies: 16 Views: 33275
|
Forum: IBM MQ API Support Posted: Thu Oct 20, 2005 10:48 am Subject: Versions of MQSeries API |
Yep, that is a dll I'm using but it has not definition for these commands (wrong version??.. I'm using 1.0.0.3)
hmmm... i'm using the same version of the .net dll. perhaps this is an area of ne ... |
Topic: Versions of MQSeries API |
jasonJonas
Replies: 16 Views: 33275
|
Forum: IBM MQ API Support Posted: Thu Oct 20, 2005 7:52 am Subject: Re: Versions of MQSeries API |
If it's not a case is there anywhere downloadable version of libraries supporting this commands (.NET libraries preferable)
there is a .net api, but it's just a wrapper over the mq client librari ... |
Topic: Starting a queue manager |
jasonJonas
Replies: 5 Views: 3990
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Oct 19, 2005 6:55 am Subject: Starting a queue manager |
i'd likely treat this as a fatal application error and log/email a support message. we do something similarly in our framework - when a component logs a fatal message it's logged to the audit table an ... |
Topic: MQQueueManager Object Pooling |
jasonJonas
Replies: 1 Views: 2784
|
Forum: IBM MQ API Support Posted: Tue Oct 18, 2005 11:49 am Subject: MQQueueManager Object Pooling |
there is no pooling of MQQueueManager objects within the dotnet implementation. however, writing a simple object pooling solution, if truly needed, is a rather simple task.
things to consider...
... |
Topic: Let's not be condescending in our responses |
jasonJonas
Replies: 28 Views: 14484
|
Forum: General Discussion Posted: Thu Sep 29, 2005 11:04 am Subject: Let's not be condescending in our responses |
i haven't been around long enough to understand the various personalities around here or provide a great deal of meaningful input regarding mq. however, i've been around forums and lists of all kinds ... |
Topic: .NET .dll error code 2012 install question |
jasonJonas
Replies: 15 Views: 11341
|
Forum: IBM MQ API Support Posted: Wed Sep 28, 2005 11:32 am Subject: .NET .dll error code 2012 install question |
Is there any thing special we need to do on the AS400 end (channel or security) from a setup standpoing to allow it to be able to receive .net api calls?
we have a similar setup here. the only diff ... |
Topic: .NET .dll error code 2012 install question |
jasonJonas
Replies: 15 Views: 11341
|
Forum: IBM MQ API Support Posted: Wed Sep 28, 2005 5:12 am Subject: .NET .dll error code 2012 install question |
I'll keep trying different things, but we really don't have that much control over the clients current enviroment other than they have opened up the IP/Firewall and have the correct admin rights setup ... |
Topic: .NET .dll error code 2012 install question |
jasonJonas
Replies: 15 Views: 11341
|
Forum: IBM MQ API Support Posted: Wed Sep 28, 2005 4:16 am Subject: .NET .dll error code 2012 install question |
This is good, but a v6 client should be backward compatible with a v5.3 qmgr.
And the other way around, too.
hmmm... interesting that a 5.3 client would be upward compatible, but i reckon it's ... |
Topic: .NET .dll error code 2012 install question |
jasonJonas
Replies: 15 Views: 11341
|
Forum: IBM MQ API Support Posted: Tue Sep 27, 2005 1:46 pm Subject: .NET .dll error code 2012 install question |
i'm new around here and still have a helluva lot to learn about mq and everything that goes along with it, but what the hell...
it seems it's an environment issue manifest in the fact you're runnin ... |