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 » Like readObject or writeObject any method avialable in C++,

Post new topic  Reply to topic
 Like readObject or writeObject any method avialable in C++, « View previous topic :: View next topic » 
Author Message
anandavasan
PostPosted: Wed Nov 26, 2003 6:03 pm    Post subject: Like readObject or writeObject any method avialable in C++, Reply with quote

Newbie

Joined: 08 Jun 2003
Posts: 8

Hi

I want to put the Object to queue using c++ please any one provvide the example .


Thanks and regards
_________________
regards

Anand
Back to top
View user's profile Send private message MSN Messenger
jefflowrey
PostPosted: Wed Nov 26, 2003 6:56 pm    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

Did this not answer your question the first time?

Can you be more specific about which part of that answer wasn't helpful?

Can you give a sample code of what you want? Like, if you had something that was perfect, how would you call it?
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
anandavasan
PostPosted: Thu Nov 27, 2003 9:55 pm    Post subject: Reply with quote

Newbie

Joined: 08 Jun 2003
Posts: 8

Hi

I have object like below. I want to put this object into the queue using c++ .


class MessageContainer
{

public:
string xmlData;
vector<PDFData> vdata;


MessageContainer() {
}

void setPdfData (PDFData pdata)
{
vdata.push_back(pdata);
}
vector<PDFData> getPdfData()
{
return vdata;
}

void setXMLFile(string txmlData)
{
xmlData = txmlData;
}
string getXMLFile()
{
return xmlData;
}
};
_________________
regards

Anand
Back to top
View user's profile Send private message MSN Messenger
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ API Support » Like readObject or writeObject any method avialable in C++,
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.