|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
MQ Client and .Net application |
« View previous topic :: View next topic » |
Author |
Message
|
sidhusaju |
Posted: Mon May 14, 2007 5:02 am Post subject: MQ Client and .Net application |
|
|
Apprentice
Joined: 03 May 2007 Posts: 27
|
Hi,
I have installed MQclient(Both version 6.0) in one machine and MQ server in another machine.
I have a .Net application(Windows) in the (Mq client machine) for putting messages in to the Queue manager in MQserver. I have a Queuemanager and Queue and I have created the clientconnection channel and server connection channel in the MQ server in the same name.
I copied the AMQCLCHL.TAB file(from Queuemanager/@ipcc folder) from the server and put it in the client machine as well as created the two environment variables 'MQCHLLIB'(path of file in the Client machine)and 'MQCHLTAB'(file name:- AMQCLCHL.TAB) in the Mq client version.
Since I want to use this method(channel definition table connection) I have some doubts..
My Questions are:
1)Since the Queuemanagername and other details are there in the .Tab file.How should I create the QueueManager. I Mean what arguments I have to pass while creating the Queuemanager( Dim QMgr_server As New MQQueueManager()) in the .Net application.?
2)How will the .Net application communicate with the .tab file.
Even though the .tab file is copied and the environment files are created ,
how can we link the application with the tab file settings so that
the MQ client can send messages to the MQ server.
3)How will the .Net application understand this message has to
be passed to this "IP" to This "QueueManager" like that?(without any
settings)
Any help would be appreciated,
Thanking you,
regards,
Sajayan |
|
Back to top |
|
 |
Vitor |
Posted: Mon May 14, 2007 5:17 am Post subject: Re: MQ Client and .Net application |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Firstly, don't triple post. If you're not sure which section to use, pick one and get the moderators to move it if it turns out you're wrong.
Sajayan wrote: |
1)Since the Queuemanagername and other details are there in the .Tab file.How should I create the QueueManager. I Mean what arguments I have to pass while creating the Queuemanager( Dim QMgr_server As New MQQueueManager()) in the .Net application.? |
Queue manager name would be good. Check out the .NET manual for further details.
Sajayan wrote: |
2)How will the .Net application communicate with the .tab file.
Even though the .tab file is copied and the environment files are created ,
how can we link the application with the tab file settings so that
the MQ client can send messages to the MQ server. |
By linking your application with the MQ client libraries.
Sajayan wrote: |
3)How will the .Net application understand this message has to
be passed to this "IP" to This "QueueManager" like that?(without any
settings) |
Because that's what you've connected to.
You might want to try the Intercommunication manual as well. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon May 14, 2007 12:43 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
And add the clients manual  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|