Author |
Message
|
martyc71 |
Posted: Tue Dec 02, 2003 7:44 am Post subject: MQ Message Data |
|
|
Newbie
Joined: 26 Nov 2003 Posts: 5
|
When I go into Websphere MQ Explorer and open my local queue I can browse thru the messages and actually see the data as either hexadecimal or text under the data tab and the message data control group.
Whenn I do a get using vb.net the data is returned as hex:
pqQBATIY@rppsqqrqqrpyrv@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
prQBA@bUq@Hpuwqtt@@@@@@@@@@@@@rppsqqrp@@@@@@@@@@pppwprptpppprtvtKppppppppppsKxxxspqptprwtpp@@@@@@@@@@dbD@@@@@@@@@@@@@@@
How can I tell my get program to retrieve it as TEXT.
I would appreciate any help.
Best Regards,
Martin Carrillo |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Dec 02, 2003 8:45 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
What does your code look like?
Have you looked at the manual that comes with the .net classes? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
kevinf2349 |
Posted: Tue Dec 02, 2003 10:28 am Post subject: |
|
|
 Grand Master
Joined: 28 Feb 2003 Posts: 1311 Location: USA
|
I may be way off beam here as I have never used VB.net but it sure looks like CONVERT isn't being used on a GET to me. |
|
Back to top |
|
 |
martyc71 |
Posted: Tue Dec 02, 2003 12:26 pm Post subject: |
|
|
Newbie
Joined: 26 Nov 2003 Posts: 5
|
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Dec 02, 2003 12:42 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
martyc71 wrote: |
I just downloaded the ibm pacakge for .net and worked fine. |
I hope that when you say "the ibm package" you mean Fixpack 5 for Websphere MQSeries 5.3. That is, CSD05. And that you don't mean the SupportPack.
The version included with CSD05 is the most up to date, and is fully supported instead of only being a support pack.
Note you will need version 1.1 of the .Net framework for the CSD05 version of the .Net classes. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|