Performance of Message Converting and Casting in MQSI

2003-09-01 Thread hilla yona
Hello all , Does the process of mapping Input message (of type XML) to an Output messge(of type XML) costs (performance wise). I'm askingit causeI'd like to decide if the proces of : converting BLOB - MRM - XML will be "cheeper" than converting BLOB - XML (If i'm right, Imust do it via the

Performance issues regarding parsing and casting of messages in WMQI

2003-09-01 Thread hilla yona
Hello all , Does the process of mapping Input message (of type XML) to an Output messge(of type XML) costs (performance wise). I'm askingit causeI'd like to decide if the proces of : converting BLOB - MRM - XML will be "cheeper" than converting BLOB - XML (If i'm right, Imust do it via the

Configuring Multiple Channel Exits

2003-09-01 Thread shailesh kumar
Hi, I am trying to set the channel exit attributes in my Auto-Definition Exit. From MQ Documentation I found that, to do this, I need to setthese values using the MQCD-MsgExitPtr, MQCD-SendExitPtr etc... I should also set the MQCD- MsgExitsDefined, MQCD-SendExitsDefined etc. to the

Re: Performance of Message Converting and Casting in MQSI

2003-09-01 Thread Mike Mcglynn
Hilla, From strictly a performance standpoint, my understanding is that mapping from BLOB to MRM to XML will be more expensive than mapping directly from BLOB to XML. There is an IBM WMQI Performance Analysis document that should still be available (i.e., website downloadable) that mentions