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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by bluecity

  1. bluecity

    MQGET() buffer size is smaller than actual message size

    I have a smaller buffer size than actual message size. So, I get "MQRC_TRUNCATED_MSG_FAILED". If I reassign the bigger buffer and call MQGET() again. Can I get whole message, or only left over from my last MQGET() call? thanks
  2. bluecity

    MQCONN question

    I have two questions about the MQCONN function. (1) Assume a MQ Client and a MQServer are running on different machines. When a program calls MQCONN(), does it do socket coneect job to make a connection to the MQ Server automatically? (2) I am maintaining a C++ program and found out that we...
  3. bluecity

    How can I receive FIFO messages in Client side?

    I have implemented C++ in client side to receive messages from MQSeries Server. The problem is if I have two messages, the second one is received earlier than the first one. For some reason in server side, the second one is set higher priority than the first one. How can I receive message in...

Part and Inventory Search

Back
Top