|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
Channel auto-definition exit and memory management |
« View previous topic :: View next topic » |
Author |
Message
|
RogerLacroix |
Posted: Wed Nov 07, 2012 4:02 pm Post subject: Re: Who is responsible for memory? |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
standapi wrote: |
So we are adding message exit:
MsgExitPtr = malloc(ExitNameLength); MsgUserDataPtr = malloc(ExitDataLength); MsgExitsDefined = 1; and set correct content into the allocated memory. |
That pointer points to a chain of message exits. You cannot simply replace the message exit chain.
standapi wrote: |
Can you please point us to some docs that covers it? |
As far as I know, IBM has not published detailed documents on Channel Auto-Definition exit.
Regards,
Roger Lacroix
Capitalware Inc. _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
standapi |
Posted: Fri Nov 09, 2012 3:24 am Post subject: Re: Who is responsible for memory? |
|
|
Newbie
Joined: 04 Nov 2012 Posts: 7
|
RogerLacroix wrote: |
standapi wrote: |
So we are adding message exit:
MsgExitPtr = malloc(ExitNameLength); MsgUserDataPtr = malloc(ExitDataLength); MsgExitsDefined = 1; and set correct content into the allocated memory. |
That pointer points to a chain of message exits. You cannot simply replace the message exit chain.
standapi wrote: |
Can you please point us to some docs that covers it? |
As far as I know, IBM has not published detailed documents on Channel Auto-Definition exit.
Regards,
Roger Lacroix
Capitalware Inc. |
So the only option we have is to open PMR and try to get specs from IBM.
I don't suppose you share know-how if its generating you money or do you?  |
|
Back to top |
|
 |
RogerLacroix |
Posted: Fri Nov 09, 2012 12:50 pm Post subject: Re: Who is responsible for memory? |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
standapi wrote: |
So the only option we have is to open PMR and try to get specs from IBM.
I don't suppose you share know-how if its generating you money or do you?  |
I've posted everything that I know about that is available on the web or in a manual. The "head banging against the wall" that I did to get my product to work is not free.
Regards,
Roger Lacroix
Capitalware Inc. _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
standapi |
Posted: Mon Nov 12, 2012 6:00 am Post subject: Re: Who is responsible for memory? |
|
|
Newbie
Joined: 04 Nov 2012 Posts: 7
|
RogerLacroix wrote: |
standapi wrote: |
So the only option we have is to open PMR and try to get specs from IBM.
I don't suppose you share know-how if its generating you money or do you?  |
I've posted everything that I know about that is available on the web or in a manual. The "head banging against the wall" that I did to get my product to work is not free.
Regards,
Roger Lacroix
Capitalware Inc. |
Thanks for pointing me to good direction. Seems my POC CHADEX is working now.
I was messing up with pointers. Just following the docs in infocenter. |
|
Back to top |
|
 |
|
|
|
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
|
|
|
|