ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ API Support » MQPUT1 get 2009 reson code

Post new topic  Reply to topic
 MQPUT1 get 2009 reson code « View previous topic :: View next topic » 
Author Message
andy840920
PostPosted: Fri Nov 09, 2007 7:34 am    Post subject: MQPUT1 get 2009 reson code Reply with quote

Apprentice

Joined: 29 Apr 2007
Posts: 44

my application like this:
Code:

while (MQGET(queue1))
{
     fork();  //parent continue to GET message
     //child process do something and put the result to another queue
     //.....
     MQCONNX(qm);
     MQPUT1(queue2);  //md.Expiry=timeout * 10; and set MsgId, CorrelId
     MQDISC(qm);     
}
but MQCONNX successful and MQPUT1 ended with 2009 always.
Back to top
View user's profile Send private message
Vitor
PostPosted: Fri Nov 09, 2007 7:46 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

Code:
2009  0x000007d9  MQRC_CONNECTION_BROKEN


Do a search through the forum for this code. There are a number of possible reasons, not all of them application related.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ API Support » MQPUT1 get 2009 reson code
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.