Author |
Message |
Topic: VB.net MQGET n MQPUT |
vandemon
Replies: 2 Views: 4106
|
Forum: IBM MQ API Support Posted: Wed Jul 07, 2010 8:48 pm Subject: VB.net MQGET n MQPUT |
Following is my code :
Imports MQ
'Imports System.Threading.Thread
Public Class frmHost
Dim mqQMgr As MQQueueManager
Dim mqQueue1 As MQQueue
Dim mqQueue2 As MQQueue
Private ... |
Topic: Error while getting msg from a queue when it's empty(VB.net) |
vandemon
Replies: 4 Views: 3309
|
Forum: General IBM MQ Support Posted: Tue Jul 06, 2010 11:19 pm Subject: Error while getting msg from a queue when it's empty(VB.net) |
I did not set it...
I assume it as MQC.MQGMO_NO_WAIT |
Topic: Error while getting msg from a queue when it's empty(VB.net) |
vandemon
Replies: 4 Views: 3309
|
Forum: General IBM MQ Support Posted: Tue Jul 06, 2010 7:09 pm Subject: Error while getting msg from a queue when it's empty(VB.net) |
I face problem in controlling when i tried to get msg from queue...
Private Sub btnGet_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnGet.Click
Dim mqMs ... |
Topic: Conversion from vb6 to vb.net |
vandemon
Replies: 5 Views: 3831
|
Forum: General IBM MQ Support Posted: Mon Jul 05, 2010 11:44 pm Subject: Conversion from vb6 to vb.net |
I am doing a conversion from vb6 to vb.net.
When i try to open the sample code of vb.net installed with wmq, I could not even run the sample?
Why is that so?
And when i try to write my own code, i ... |
Topic: Is there anyway to convert between ASCII & EBCDIC? |
vandemon
Replies: 19 Views: 10173
|
Forum: General IBM MQ Support Posted: Fri Jun 25, 2010 5:23 am Subject: Is there anyway to convert between ASCII & EBCDIC? |
Which 1 is better???What do you mean by 'better'?
In terms of reliability...
Take your pick...a home-grown solution with limited testing exposure, or one that has had a large commercial corporatio ... |
Topic: Is there anyway to convert between ASCII & EBCDIC? |
vandemon
Replies: 19 Views: 10173
|
Forum: General IBM MQ Support Posted: Fri Jun 25, 2010 5:21 am Subject: Is there anyway to convert between ASCII & EBCDIC? |
Which 1 is better???What do you mean by 'better'?
In terms of reliability...The one that's got the whole of IBM's resources behind it to test it with every new OS patch, code page change and other va ... |
Topic: Is there anyway to convert between ASCII & EBCDIC? |
vandemon
Replies: 19 Views: 10173
|
Forum: General IBM MQ Support Posted: Fri Jun 25, 2010 5:13 am Subject: Is there anyway to convert between ASCII & EBCDIC? |
Which 1 is better???What do you mean by 'better'?
In terms of reliability... |
Topic: Is there anyway to convert between ASCII & EBCDIC? |
vandemon
Replies: 19 Views: 10173
|
Forum: General IBM MQ Support Posted: Fri Jun 25, 2010 4:38 am Subject: Is there anyway to convert between ASCII & EBCDIC? |
Okok... Thx for the advise  |
Topic: Is there anyway to convert between ASCII & EBCDIC? |
vandemon
Replies: 19 Views: 10173
|
Forum: General IBM MQ Support Posted: Fri Jun 25, 2010 1:16 am Subject: Is there anyway to convert between ASCII & EBCDIC? |
Sorry for that.
By the way... Comparing using own program to convert and using WMQ to convert???
Which 1 is better??? |
Topic: Is there anyway to convert between ASCII & EBCDIC? |
vandemon
Replies: 19 Views: 10173
|
Forum: General IBM MQ Support Posted: Fri Jun 25, 2010 12:40 am Subject: Is there anyway to convert between ASCII & EBCDIC? |
Thanks... Will look into it... I am writing an independent conversion program now as well... |
Topic: Is there anyway to convert between ASCII & EBCDIC? |
vandemon
Replies: 19 Views: 10173
|
Forum: General IBM MQ Support Posted: Thu Jun 24, 2010 11:30 pm Subject: Is there anyway to convert between ASCII & EBCDIC? |
Understood...
Could u give me a guide whether which section of the manual should i concentrate on? |
Topic: Is there anyway to convert between ASCII & EBCDIC? |
vandemon
Replies: 19 Views: 10173
|
Forum: General IBM MQ Support Posted: Thu Jun 24, 2010 8:58 pm Subject: Is there anyway to convert between ASCII & EBCDIC? |
As far as i noe...
Put option as MQGMO_CONVERT
Pass in the CCSID depends on wat i wan...
I wanted to test it out... But my company do not have any EBCDIC standards machine for me to test... |
Topic: Is there anyway to convert between ASCII & EBCDIC? |
vandemon
Replies: 19 Views: 10173
|
Forum: General IBM MQ Support Posted: Thu Jun 24, 2010 8:41 pm Subject: Is there anyway to convert between ASCII & EBCDIC? |
Is there anyway to convert between ASCII & EBCDIC using WMQ? |
Topic: client-server VS sender-receiver |
vandemon
Replies: 8 Views: 6639
|
Forum: General IBM MQ Support Posted: Wed Jun 23, 2010 3:51 am Subject: client-server VS sender-receiver |
Thanks mqjeff... Appreciate for ur advise...  |
Topic: client-server VS sender-receiver |
vandemon
Replies: 8 Views: 6639
|
Forum: General IBM MQ Support Posted: Wed Jun 23, 2010 12:18 am Subject: client-server VS sender-receiver |
So a 'physical' server has WMQ Server/Client installed, and the application connects to the queue manager configured on it via WMQ Client? And each queue manager needs to connect to the other queue ma ... |