Link to home
Start Free TrialLog in
Avatar of pulke13
pulke13

asked on

connect to websphere channel client-server

hello
I have a ibm websphere client server setup .
I managed to connect to the remote queue on the server directly,
but I need to connect [from the client] to a channel on the server that is connected to the queue on the server.
How do I configure that?

thank you
Avatar of Gary Patterson, CISSP
Gary Patterson, CISSP
Flag of United States of America image

I think you mean Websphere MQ (WMQ).  "Websphere", but itself usually refers to Websphere Application Server (WAS).

When you say "from the client", what do you mean?  A client application?  If so, what programming language are you using?
Avatar of pulke13
pulke13

ASKER

What I mean is that there is an ibm websphere client machine and an ibm websphere server machine that has a remote queue.right now the connection is directly with the remote queue.

Can I use a channel in the websphere slient that will send the messages to the server and then be redirected to the queue?
Yes.  Have you looked at the product documentation?  It outlines the process of installing and testing the client from the command line, and provides code samples for doing it from code.

For example, for WMQ 7.5:

http://pic.dhe.ibm.com/infocenter/wmqv7/v7r5/index.jsp?topic=%2Fcom.ibm.mq.ins.doc%2Fq008960_.htm
Avatar of pulke13

ASKER

yes I looked at the documentation.  I thought that maybe it is possible to configure it in a different way.
thank you.
Different how?
Avatar of pulke13

ASKER

by using a channel that will connect the client to the server instead of connected directly to the remote queue .
ASKER CERTIFIED SOLUTION
Avatar of Gary Patterson, CISSP
Gary Patterson, CISSP
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of pulke13

ASKER

this is still not what I meant but thank you:)