|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Exit usage, problems with send exit |
« View previous topic :: View next topic » |
Author |
Message
|
JensBecker |
Posted: Thu May 23, 2002 5:53 am Post subject: Exit usage, problems with send exit |
|
|
Newbie
Joined: 23 May 2002 Posts: 3
|
Environment: WinNT, MQSeries 5.1
I built up a C-DLL for the Security, Send and Receive-Exit-usage.
The security exit is used for authentification, the send and receive exit for encryption.
The following steps are done by our C-Client:
1. connect to QManager (MQCONNX)
2. open channel (MQOPEN)
3. send data (MQPUT)
4. close channel (MQCLOSE)
5. disconnect (MQDISC)
These exits are called by the steps above :
1. send (reason: INIT), rcv (INIT), sec (INIT), sec (INIT_SEC), sec (SEC_MSG), rcv (XMIT)
2. rcv (XMIT)
3. rcv (XMIT)
4. rcv (XMIT)
5. rcv (XMIT), send (TERM), recv (TERM), sec (TERM)
The message can be found on the server (via MQSeries Manager). The sec (INIT) and sec (INIT_SEC) in step 1 are caused by our handshake -protocol for authentification. This part is working fine.
Now my questions:
1. There's no send exit called by the MQPUT-function. The send exit is available (see connect/disconnect). Where's the problem?
2. There're several rcv (XMIT)-calls. What's the reason?
Any answers would be appreciated.
Thanks.
Jens Becker |
|
Back to top |
|
 |
JensBecker |
Posted: Wed Jun 12, 2002 1:21 am Post subject: Re: Exit usage, problems with send exit |
|
|
Newbie
Joined: 23 May 2002 Posts: 3
|
JensBecker wrote: |
1. There's no send exit called by the MQPUT-function. The send exit is available (see connect/disconnect). Where's the problem?
2. There're several rcv (XMIT)-calls. What's the reason?
|
It seems, that the problem only exists under Win NT. The same code is working fine with ReadHat Linux.
I realized a workaround, the send and receive exits are not needed anymore (in my special case) |
|
Back to top |
|
 |
gye |
Posted: Tue Jun 25, 2002 1:24 am Post subject: |
|
|
Novice
Joined: 07 Apr 2002 Posts: 13
|
Hi Jens,
How do compile C on Linux? Different platforms have different options.
One more question, could implement your ChannelExit for your Java language programs for the client?
ThanX!
George |
|
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
|
|
|
|