Author |
Message |
Topic: .NET get a JMS message |
spinkbickle
Replies: 20 Views: 14271
|
Forum: IBM MQ API Support Posted: Wed Nov 02, 2005 6:52 am Subject: .NET get a JMS message |
Reading the manual might have helped you understand that Get with Convert won't strip the RFH2 header...
unfortunately, as i have stated, reading the manual didn't help me to understand that, i rea ... |
Topic: .NET get a JMS message |
spinkbickle
Replies: 20 Views: 14271
|
Forum: IBM MQ API Support Posted: Wed Nov 02, 2005 6:23 am Subject: Re: .NET get a JMS message |
First-off, you should read the WMQ Application Programming Guide manual.
XMS .NET for the IBM Message Service Client is what you are looking for:
http://www-1.ibm.com/support/docview.wss?uid=swg ... |
Topic: .NET get a JMS message |
spinkbickle
Replies: 20 Views: 14271
|
Forum: IBM MQ API Support Posted: Tue Nov 01, 2005 10:56 am Subject: .NET get a JMS message |
THANKS wayne! I think that gets me in the right direction, sorry for the confusion over my original question .... I realize this must be obvious to you all.
The reason I thought that I needed to c ... |
Topic: .NET get a JMS message |
spinkbickle
Replies: 20 Views: 14271
|
Forum: IBM MQ API Support Posted: Tue Nov 01, 2005 10:27 am Subject: .NET get a JMS message |
Perhaps I don't understand...are you trying to get rid of the RFH2 header? You can't do that with MQ conversion. You just have to
skip over the header to get to your data payload.
Thanks that a ... |
Topic: .NET get a JMS message |
spinkbickle
Replies: 20 Views: 14271
|
Forum: IBM MQ API Support Posted: Tue Nov 01, 2005 9:40 am Subject: .NET get a JMS message |
If I get the message without the MQGMO_CONVERT option here are the pertinent values I receive for the message I'm getting:
CharacterSet 819
Encoding 273
Format "MQHRF2 "
During testing I pref ... |
Topic: .NET get a JMS message |
spinkbickle
Replies: 20 Views: 14271
|
Forum: IBM MQ API Support Posted: Tue Nov 01, 2005 9:25 am Subject: .NET get a JMS message |
First-off, you should read the WMQ Application Programming Guide manual.
I have read the whole manual and the specific answer to this question is not in there. If it was I wouldn't be posting. ... |
Topic: .NET get a JMS message |
spinkbickle
Replies: 20 Views: 14271
|
Forum: IBM MQ API Support Posted: Tue Nov 01, 2005 8:11 am Subject: .NET get a JMS message |
I am using the Websphere .NET client to get a message put by a JMS client. The message is posted in MQHRF2 format. I cannot get the provider to change the TargetClient property. I am attempting to ... |