Author |
Message |
Topic: CorrelationId in C# |
maneshgurav
Replies: 12 Views: 20570
|
Forum: IBM MQ API Support Posted: Fri May 05, 2006 11:09 am Subject: CorrelationId in C# |
No jefflowrey. The link suggested by Leigh Kendall has 6 functions to do this task and they are in C#. I tried to convert them to VB.net. But they have some functionality like '// remove all none A-F ... |
Topic: Message ID |
maneshgurav
Replies: 9 Views: 8604
|
Forum: IBM MQ API Support Posted: Fri May 05, 2006 9:04 am Subject: Message ID |
Got it working...
Please refer http://www.mqseries.net/phpBB2/viewtopic.php?t=16367
Thank you,
Manesh |
Topic: CorrelationId in C# |
maneshgurav
Replies: 12 Views: 20570
|
Forum: IBM MQ API Support Posted: Fri May 05, 2006 9:02 am Subject: CorrelationId in C# |
Hi All,
I finally got a working solution!
Thank you all for your help.
But I did not use the most discussed solution - storing Message Id in the format of Hexadecimal String - as it involves ... |
Topic: Message ID |
maneshgurav
Replies: 9 Views: 8604
|
Forum: IBM MQ API Support Posted: Mon May 01, 2006 2:14 pm Subject: Message ID |
nik_iway, I have a similar requirement. Are you getting the MessageId in HexString using the method suggested by Leigh Kendall? How are you converting the HexString back to Byte array while retrieving ... |
Topic: CorrelationId in C# |
maneshgurav
Replies: 12 Views: 20570
|
Forum: IBM MQ API Support Posted: Mon May 01, 2006 12:00 pm Subject: CorrelationId in C# |
Hi All,
My requirement is to obtain a message id (of REQUEST) and store it in a database. And again, when needed, read the message id from the database and obtain the corresponding REPLY from the M ... |
Topic: MQ 5.3 .Net APIs in multithreaded environment or web service |
maneshgurav
Replies: 12 Views: 11706
|
Forum: IBM MQ API Support Posted: Thu Apr 27, 2006 4:37 am Subject: MQ 5.3 .Net APIs in multithreaded environment or web service |
Thank you, Leigh Kendall.
Thank you, fjb_saper.
Yes, I have to install the MQ Client on all the machines running these applications. That is one of the reasons why we wanted to go for the Web Serv ... |
Topic: MQ 5.3 .Net APIs in multithreaded environment or web service |
maneshgurav
Replies: 12 Views: 11706
|
Forum: IBM MQ API Support Posted: Wed Apr 26, 2006 9:05 am Subject: MQ 5.3 .Net APIs in multithreaded environment or web service |
Thank you for the suggestions, jefflowrey. |
Topic: MQ 5.3 .Net APIs in multithreaded environment or web service |
maneshgurav
Replies: 12 Views: 11706
|
Forum: IBM MQ API Support Posted: Wed Apr 26, 2006 4:55 am Subject: MQ 5.3 .Net APIs in multithreaded environment or web service |
Thank you, jefflowrey. The mainframe is not in our environment. We do not have any control on it. The only way to communicate with it is through MQ Series. So we are planning to have a Web Service for ... |
Topic: MQ 5.3 .Net APIs in multithreaded environment or web service |
maneshgurav
Replies: 12 Views: 11706
|
Forum: IBM MQ API Support Posted: Tue Apr 25, 2006 6:13 pm Subject: MQ 5.3 .Net APIs in multithreaded environment or web service |
I am sorry. I think, I could not explain the problem clearly.
We have 5 different VB.Net applications that need to communicate with a mainframe system through MQ Series. Since they will be having s ... |
Topic: MQ 5.3 .Net APIs in multithreaded environment or web service |
maneshgurav
Replies: 12 Views: 11706
|
Forum: IBM MQ API Support Posted: Tue Apr 25, 2006 1:47 pm Subject: MQ 5.3 .Net APIs in multithreaded environment or web service |
Hi All,
We have 5 different .Net applications talking to MQ. So we planned to develop a VB.Net Class Library with the common functionality (Connect, Disconnect, PutMessage, GetMessage, etc). All th ... |
Topic: MQ .Net Library Installation |
maneshgurav
Replies: 2 Views: 2017
|
Forum: General Discussion Posted: Mon Apr 24, 2006 6:26 am Subject: MQ .Net Library Installation |
Hi All,
I want to use the MQ 5.3 .Net library to develop a VB.Net application in WinXP envt. Can you please give some pointers on the followings:
1. Can I download the library from the IBM websi ... |
Topic: URGENT: Temporary Dynamic Queue Across Applications |
maneshgurav
Replies: 1 Views: 4454
|
Forum: IBM MQ API Support Posted: Thu Apr 20, 2006 1:14 pm Subject: URGENT: Temporary Dynamic Queue Across Applications |
Hi All,
I have developed two VB.Net applications - Dispatcher and Listener. Dispatcher continuosly sends messages to REQUEST MQ Queue and Listener polls the RESPONSE MQ Queue to receive responses. ... |