Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

client program - amqsputc, amqsgetc 1

Status
Not open for further replies.

skkl

Programmer
Joined
Oct 23, 2001
Messages
5
Location
MY
Hi,
I'm new to MQSeries. I know that amqsputc & amqsgetc is to be running on client machine(NT 4) while amqsput & amqsget is to be running on server
machine(WIN 2K).
I would like to know what is the difference between amqsputc & amqsput, amqsgetc & amqsget in terms of programming
as i always get the reason code 2058:MQRC_Q_MGR_NAME_ERROR by running amqsput & amqsget at client machine saying that
'MQCONN ended with reason code 2058'.
When i compile client program (using MS Visual C++) do I need to link to any libraries like mqic32.lib or mqic32.dll?
is that causing the problem? those objects are at client or server side?
any ideas about this? where can I get the code for those client code samples?
thanks in advance.
best regards,
skkl

 
For client you only need mqic32.lib or mqic32.dll.

MiddlewareOnline.Com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top