|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Writing C plugin: cniDeleteMessage ? |
« View previous topic :: View next topic » |
Author |
Message
|
Mateo |
Posted: Tue Oct 22, 2002 11:09 pm Post subject: Writing C plugin: cniDeleteMessage ? |
|
|
Novice
Joined: 21 Aug 2002 Posts: 24
|
Hi,
I write C plugin node, I call
Code: |
queryMessage = cniCreateMessage(&rc, cniGetMessageContext(&rc, message));
|
than call
Code: |
cniSqlSelect(&rc,
exprFieldsToMap,
destinationList,
exceptionList,
message,
queryMessage); |
do I have to call then
Code: |
cniDeleteMessage(&rc, queryMessage ); |
to free up some resources ?
I do not propagate queryMessage |
|
Back to top |
|
 |
kirani |
Posted: Wed Oct 23, 2002 9:21 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
Yes! _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|