Author |
Message
|
vslakshmin |
Posted: Fri May 16, 2003 9:34 am Post subject: MQChannel Exit |
|
|
Newbie
Joined: 14 Mar 2003 Posts: 5
|
Hi Friends
Please tell me what is meant by MQChannel Exit. Can you please provide me some good documentation and also some sample code. If possible provide some sites where i can look in.
Please do the needful.
Lakshmi. |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri May 16, 2003 10:00 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
An MQChannel Exit is a program that you or some vendor writes. This program is then registered with one or more of your MQSeries Queue Managers as a channel exit.
The MQSeries queue manager will call different routines in the Exit program at different times - for instance, when a message is being passed through a channel. Which routines in the exit get called and when depends on what callbacks the exit is coded to request.
All of this is documented in the System Administrator Guide, the Intercommunication Guide, and the Application Programming Guide (different manuals have different pieces of the information, depending on what you want to do). All of these manuals are available on the IBM website, and on the documentation CD you should have received with your installation media for MQSeries. |
|
Back to top |
|
 |
vslakshmin |
Posted: Fri May 16, 2003 10:25 am Post subject: Channel Exit |
|
|
Newbie
Joined: 14 Mar 2003 Posts: 5
|
Hi JeffLowrey
I dont know who you are but we both started talking. Well these are God's grace. Ok anyway...
Can you please provide some C code for this Channel Exit.
Lakshmi |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri May 16, 2003 11:35 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
There is sample code included either in the documentation or with your installation. |
|
Back to top |
|
 |
vslakshmin |
Posted: Fri May 16, 2003 12:50 pm Post subject: Channel Exit |
|
|
Newbie
Joined: 14 Mar 2003 Posts: 5
|
Hi friend
I dont have access and i should not download. can you please provide me if you dont mind.
Lakshmi |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri May 16, 2003 12:58 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
|
Back to top |
|
 |
vslakshmin |
Posted: Fri May 16, 2003 2:15 pm Post subject: Channel Exit |
|
|
Newbie
Joined: 14 Mar 2003 Posts: 5
|
Hi Jeff
Thank you very much. I will go through the code. A small Q will this code support all types of channel exits. Because I need it like that MQServer should reject when unknown user enters in to it.
Lakshmi |
|
Back to top |
|
 |
oz1ccg |
Posted: Mon May 19, 2003 11:27 pm Post subject: |
|
|
 Yatiri
Joined: 10 Feb 2002 Posts: 628 Location: Denmark
|
|
Back to top |
|
 |
|