Author |
Message |
Topic: New Line character in message. Need Help |
jjain76
Replies: 13 Views: 17555
|
Forum: General Discussion Posted: Tue Dec 21, 2004 3:50 am Subject: New Line character in message. Need Help |
LOG(sInStr)
where LOG is defined as below
#define LOG(MSG) \
if ( zlMsgSeqNo >0 ) \
{ \
sprintf(sLogStr, "[%d]:%s", zlMsgSeqNo, MSG); \
WriteToLog(fp_log, sLogStr, ... |
Topic: New Line character in message. Need Help |
jjain76
Replies: 13 Views: 17555
|
Forum: General Discussion Posted: Mon Dec 20, 2004 6:22 pm Subject: New Line character in message. Need Help |
The value of pCtPARMS->CtParm3.BuffLength is 6288 characters.
Message extract through amqsbcg "000001A0: 5445 5354 3031 0A0A 4355 5354 2052 4546 'TEST01..CUST REF'"
I am able to get the message ... |
Topic: New Line character in message. Need Help |
jjain76
Replies: 13 Views: 17555
|
Forum: General Discussion Posted: Mon Dec 20, 2004 12:59 am Subject: New Line character in message. Need Help |
/* set msgid to none */
memcpy(OlcParms.CtParm3.MsgID, MQMI_NONE, sizeof(OlcParms.CtParm3.MsgID));
/* set correlid to none */
memcpy(OlcParms.CtParm3.CorrelID, MQCI_NONE, ... |
Topic: New Line character in message. Need Help |
jjain76
Replies: 13 Views: 17555
|
Forum: General Discussion Posted: Mon Dec 20, 2004 12:05 am Subject: New Line character in message. Need Help |
We have browsed the message using amqsbcg and therefore we came to know that in input queue complete message is present. As far as our application in concerned,we are reading the message as a string a ... |
Topic: New Line character in message. Need Help |
jjain76
Replies: 13 Views: 17555
|
Forum: General Discussion Posted: Sun Dec 19, 2004 11:15 pm Subject: New Line character in message. Need Help |
Hi All,
In MQ message we are receiving new line character in MQ Message. Message format is MQFMT_STRING at both sides(receiving and sending). When message is retrieived, message till new line charact ... |
Topic: Setting and Getting ApplIdentityData |
jjain76
Replies: 3 Views: 2304
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 26, 2004 5:21 pm Subject: Setting and Getting ApplIdentityData |
Hi ALL,
Thanks a lot. Yesterday I was browisng the net for same problem and came to know that MQPMO_SET_IDENTITY_CONTEXT PMO need to be set. Also the id through which message is being put should ha ... |
Topic: Setting and Getting ApplIdentityData |
jjain76
Replies: 3 Views: 2304
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 26, 2004 1:44 am Subject: Setting and Getting ApplIdentityData |
Hi All,
In my application there is need of using ApplIdentityData field to identify a set of messages. I have made changes to set the same and retrieve.
When I am setting ApplIdentityData field of ... |