Author |
Message
|
maja |
Posted: Wed Sep 26, 2007 8:06 am Post subject: Channel Tab usage in .net/C++ |
|
|
Apprentice
Joined: 13 Jun 2006 Posts: 30
|
Hi,
Is there any difference in the usage of Chanel tab through C++ client or .Net client.
I mean, if I have a client coded in C++/Vb I can utilise the Channel tab for connection, without any special coding. Do I have to do anything different for .net? Is channel TAB supported in .net code.
Please advise.
Thanks,
Maja. |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Sep 26, 2007 10:39 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
What does the .NET manual say?  _________________ MQ & Broker admin |
|
Back to top |
|
 |
maja |
Posted: Wed Sep 26, 2007 12:51 pm Post subject: |
|
|
Apprentice
Joined: 13 Jun 2006 Posts: 30
|
Thanks Saper.
I read it carefully, it says teh Connection table is not supported in .net.
So my question should actually say:
How do I implement the failover in .net?
Is there any other way or do I manually check for the connection and point it to secondary and so on.
Please let me know if there is any better way to achieve this functionality.
Thanks,
Maja. |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Sep 26, 2007 2:25 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
maja wrote: |
Thanks Saper.
I read it carefully, it says teh Connection table is not supported in .net.
So my question should actually say:
How do I implement the failover in .net?
Is there any other way or do I manually check for the connection and point it to secondary and so on.
Please let me know if there is any better way to achieve this functionality.
Thanks,
Maja. |
Have you tried using a non managed connection with the environment variables set for the channel table (see client manual) using only the qmgr name when trying to connect?  _________________ MQ & Broker admin |
|
Back to top |
|
 |
maja |
Posted: Wed Sep 26, 2007 2:44 pm Post subject: |
|
|
Apprentice
Joined: 13 Jun 2006 Posts: 30
|
Hi Saper,
Thanks for the advise.
I will get on it rightaway and I somehow think(thinking in that direction only after you pointed towards it) it should work. I will update the same in the forum once it is done.
Thanks again.
Maja. |
|
Back to top |
|
 |
PeterPotkay |
Posted: Thu Sep 27, 2007 5:24 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
maja wrote: |
Thanks Saper.
I read it carefully, it says teh Connection table is not supported in .net. |
Read it again. .NET supports client channel tables. Do a search on this site for more details. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
maja |
Posted: Fri Sep 28, 2007 10:58 am Post subject: |
|
|
Apprentice
Joined: 13 Jun 2006 Posts: 30
|
Peter,
I am not sure if the manual I have is latest. It Says version 5, release 3.
In that they have mentioned that .net
1) Supports only TCP/IP
2) Does Not support connection tables.
I will do the search on this website, if convinient could you please paste the link to the post you are referring to.
Thank you for your time.
Thanks,
Maja. |
|
Back to top |
|
 |
PeterPotkay |
Posted: Fri Sep 28, 2007 11:48 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
|
Back to top |
|
 |
|