Author |
Message
|
mqexituser |
Posted: Wed May 06, 2009 4:25 am Post subject: API exits with extended transactional client. |
|
|
Newbie
Joined: 06 May 2009 Posts: 2
|
I configured extended transactional client with MQ v7 server. API exit is invoked by an 32-bit application reside on another machine. Both 32-bit and 64-bit API exit libraries are present at default exit library directory path.
The 32-bit application invoked from client fail to call the API exit program.
With 64-bit sample applications provided by MQ for MQPUT, the exit program invoked properly on server machine.
Do we need to do any additonal setup for extended transactional client configuration for writing API exits and invoking from 32-bit client? |
|
Back to top |
|
 |
Monk |
Posted: Mon May 18, 2009 4:07 am Post subject: |
|
|
 Master
Joined: 21 Apr 2007 Posts: 282
|
Which OS are you running our exits on? _________________ Thimk |
|
Back to top |
|
 |
mqexituser |
Posted: Fri Jun 05, 2009 4:14 am Post subject: |
|
|
Newbie
Joined: 06 May 2009 Posts: 2
|
I have configued MQ clinet and server on AIX servers. |
|
Back to top |
|
 |
David.Partridge |
Posted: Fri Feb 19, 2010 2:25 am Post subject: |
|
|
 Master
Joined: 28 Jun 2001 Posts: 249
|
Do you have both re-entrant and non-re-entrant versions of the exit as well as the 32 bit and 64 bit versions and are they all in the correct directories (exits / exits64) _________________ Cheers,
David C. Partridge |
|
Back to top |
|
 |
RogerLacroix |
Posted: Fri Feb 19, 2010 9:01 am Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
Hi,
On a 64-bit OS running a 64-bit queue manager, don't you just need to build the threaded and non-threaded 64-bit API exit (and not the 32-bit versions).
I thought only the queue manager invokes the API exit and if it is running as 64-bit then it will not load the 32-bit modules.
Regards,
Roger Lacroix _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Feb 19, 2010 9:26 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
But the ETC app is 32 bit. So the ETC side would need a 32bit version of the exit available. |
|
Back to top |
|
 |
RogerLacroix |
Posted: Fri Feb 19, 2010 9:40 am Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
mqjeff wrote: |
But the ETC app is 32 bit. So the ETC side would need a 32bit version of the exit available. |
But we are talking about an API exit running within the the queue manager not a send, receive or security exit running within the client app.
Regards,
Roger Lacroix _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
|