Author |
Message |
Topic: How can I read ApplIdentityData using WebSphere .Net Classes |
MQLuvin
Replies: 11 Views: 12226
|
Forum: IBM MQ API Support Posted: Fri Aug 27, 2010 4:07 am Subject: How can I read ApplIdentityData using WebSphere .Net Classes |
Oh yes, there are indeed some sneakily hidden files in there that aren't part of Samples.sln. Thanks.
There is a property on MQMessage called ApplicationIDData, perhaps this is what I can use. I'll ... |
Topic: How can I read ApplIdentityData using WebSphere .Net Classes |
MQLuvin
Replies: 11 Views: 12226
|
Forum: IBM MQ API Support Posted: Fri Aug 27, 2010 12:43 am Subject: How can I read ApplIdentityData using WebSphere .Net Classes |
The .Net samples that ship with the WebSphere MQ client V7.0 all pertain to XMS which means they are of no value whatsoever (i.e. the code all begins with using IBM.XMS;, whereas I need using IBM.WMQ; ... |
Topic: How can I read ApplIdentityData using WebSphere .Net Classes |
MQLuvin
Replies: 11 Views: 12226
|
Forum: IBM MQ API Support Posted: Thu Aug 26, 2010 8:15 am Subject: How can I read ApplIdentityData using WebSphere .Net Classes |
Does anyone have anything other than rtfm?
A link to the relevant tutorials/code samples on talking to amdmqnet.dll V7 perhaps?
Thanks |
Topic: How can I read ApplIdentityData using WebSphere .Net Classes |
MQLuvin
Replies: 11 Views: 12226
|
Forum: IBM MQ API Support Posted: Thu Aug 26, 2010 5:39 am Subject: How can I read ApplIdentityData using WebSphere .Net Classes |
Unfortunately I get an error calling GetStringProperty() whatever name I use as the property name. However, what is going to be happening on our client site is that a third party tool is going to send ... |
Topic: How can I read ApplIdentityData using WebSphere .Net Classes |
MQLuvin
Replies: 11 Views: 12226
|
Forum: IBM MQ API Support Posted: Thu Aug 26, 2010 2:37 am Subject: How can I read ApplIdentityData using WebSphere .Net Classes |
Hi,
I need to update our existing codebase that references amqmdnet (i.e. not XMS or JMS) in order to send/receive messages. We have a new requirement to read the ApplIdentityData header property f ... |