Author |
Message |
Topic: ParserException while converting C structure to XML |
keerthikumar
Replies: 7 Views: 4355
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 17, 2006 12:28 am Subject: ParserException while converting C structure to XML |
sCustomerDetails is the name of the CWF message format
CUSTOMER_DETAILS is the name of the XML message format
I imported the C header file which contained the structure details and created a me ... |
Topic: ParserException while converting C structure to XML |
keerthikumar
Replies: 7 Views: 4355
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 16, 2006 9:47 pm Subject: ParserException while converting C structure to XML |
I have created a CWF message definition and XML message definition
I am mapping CWF message with XML message in the mapping node.
a few of the entries of message are
CWF -------------- ... |
Topic: ParserException while converting C structure to XML |
keerthikumar
Replies: 7 Views: 4355
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 16, 2006 9:31 pm Subject: ParserException while converting C structure to XML |
hello
I have created a message set in for the C structure.
I have created another message set for the XML message format
I am using mapping node to convert from C structure to XML message forma ... |
Topic: Put C structure object into queue |
keerthikumar
Replies: 11 Views: 7973
|
Forum: IBM MQ API Support Posted: Tue May 16, 2006 1:25 am Subject: Put C structure object into queue |
MQMD md = {MQMD_DEFAULT}; /* Message Descriptor */
memcpy(md.Format, /* character string format */
MQFMT_STRING, (size_t)MQ_FORMAT_LENGTH);
This ... |
Topic: Put C structure object into queue |
keerthikumar
Replies: 11 Views: 7973
|
Forum: IBM MQ API Support Posted: Tue May 16, 2006 1:17 am Subject: Put C structure object into queue |
yes my structure contains non character data also
struct sAccountDetails
{
char acAccType[10];
double fbalance;
};
struct sPersonalDetails
{
char acCustID[10];
char acCustFirstName[ ... |
Topic: Put C structure object into queue |
keerthikumar
Replies: 11 Views: 7973
|
Forum: IBM MQ API Support Posted: Mon May 15, 2006 11:24 pm Subject: Put C structure object into queue |
I tried to use memcpy() function to copy the contents of the struct to unsigned char array but I am not able to copy entire data
so How can i send the entire information of the struct to the queue |
Topic: Put C structure object into queue |
keerthikumar
Replies: 11 Views: 7973
|
Forum: IBM MQ API Support Posted: Mon May 15, 2006 10:35 pm Subject: Put C structure object into queue |
hello
I want to put a C structure object into queue.
I have the data stored in a C structure object .
What attributes in MQPUT api should i change so that i can send that structure into the que ... |
Topic: Add Remote Broker to the Existing Domain |
keerthikumar
Replies: 7 Views: 4439
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 09, 2006 2:39 am Subject: Add Remote Broker to the Existing Domain |
Hi elvis ,
thank you very much
I could successfully deploy remote broker when i changed transmission queue name
regards  |
Topic: Add Remote Broker to the Existing Domain |
keerthikumar
Replies: 7 Views: 4439
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 08, 2006 11:21 pm Subject: Add Remote Broker to the Existing Domain |
Hi elvis
system1 ----------------------------- system2
************************************************************
configmgr : RemoteManager
broker ... |
Topic: Add Remote Broker to the Existing Domain |
keerthikumar
Replies: 7 Views: 4439
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 08, 2006 10:40 pm Subject: Add Remote Broker to the Existing Domain |
no sir i checked it , names are proper
on the toolkit when i add broker , i get broker not running message so when i checked eventlog i got this error
i have started the broker on the other system |
Topic: Add Remote Broker to the Existing Domain |
keerthikumar
Replies: 7 Views: 4439
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 08, 2006 10:27 pm Subject: Add Remote Broker to the Existing Domain |
I am using WMB v6
I have created a configuration manager and broker1 in system 1 and have created a domain
I have created a broker2 in a different system
when i try to add broker2 to domain by giv ... |
Topic: To know client status if the system is turned off |
keerthikumar
Replies: 1 Views: 1731
|
Forum: General IBM MQ Support Posted: Wed Dec 14, 2005 4:15 am Subject: To know client status if the system is turned off |
Hello im Keerthi kumar. I am learning about mq series.
I am trying to do a dummy project of travel agency assigned by my teacher
The requirement is that the taxi agent has an office in different ... |
Topic: Monitoring tool |
keerthikumar
Replies: 10 Views: 8616
|
Forum: General IBM MQ Support Posted: Wed Dec 14, 2005 3:29 am Subject: To know client status if the system is turned off |
Hello im Keerthi kumar. I am learning about mq series.
I am trying to do a dummy project of travel agency assigned by my teacher
The requirement is that the taxi agent has an office in differen ... |