Author |
Message
|
sijtom0703 |
Posted: Sat Dec 08, 2012 10:52 am Post subject: Types of client program connectivity with Queue Manager |
|
|
 Voyager
Joined: 28 May 2011 Posts: 84 Location: USA
|
What are the different ways of connecting a MQ client program using MQI or JMS or XMS to a Queue Manager in the same or local machine.
Which is the best way?? |
|
Back to top |
|
 |
fjb_saper |
Posted: Sat Dec 08, 2012 11:28 am Post subject: Re: Types of client program connectivity with Queue Manager |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20763 Location: LI,NY
|
sijtom0703 wrote: |
What are the different ways of connecting a MQ client program using MQI or JMS or XMS to a Queue Manager in the same or local machine.
Which is the best way?? |
Well there are 2 ways: either with "bindings" (in memory transfer) or as a client. Talking about .NET you have also to distinguish between managed and unmanaged client.
All ways have their pros and cons. Read up in the manuals...  _________________ MQ & Broker admin |
|
Back to top |
|
 |
sijtom0703 |
Posted: Sat Dec 08, 2012 1:07 pm Post subject: |
|
|
 Voyager
Joined: 28 May 2011 Posts: 84 Location: USA
|
Thank you. I am familiar with bindings and client mode connection. Can you throw some light into the managed and unmanaged connections in .NET. How does a .NET client program makes direct calls for connectivity to Queue Manager without using bindings or client/server connection channels  |
|
Back to top |
|
 |
Vitor |
Posted: Sat Dec 08, 2012 2:08 pm Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
sijtom0703 wrote: |
How does a .NET client program makes direct calls for connectivity to Queue Manager without using bindings or client/server connection channels  |
By using a managed connection. You'll find it described in the .NET part of the InfoCenter.  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
sijtom0703 |
Posted: Mon Dec 10, 2012 1:49 pm Post subject: |
|
|
 Voyager
Joined: 28 May 2011 Posts: 84 Location: USA
|
Thanks for the pointer! I got it. |
|
Back to top |
|
 |
|