|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
SDR/RQSTR CHANNELS. |
« View previous topic :: View next topic » |
Author |
Message
|
jed |
Posted: Thu Mar 11, 2004 12:17 am Post subject: SDR/RQSTR CHANNELS. |
|
|
 Centurion
Joined: 08 Jan 2004 Posts: 118 Location: MI, USA
|
Now another issue from me.
I made a channel exit program (just a simple one).
The program just only writes the time the mesge was sent to an output file (like an audit log) whenever a message is sent (or received).
This program is written in C.
When I put the program on the message exit on the sender (receiver) channel exit name. The channels run fine, no problems.
Channel status is running.....
When I tried to use the same channel exit program on a SDR/RQSTR channel. It doesn't work, I mean when I tried to start the requester channel. I receive a invalid memory error.
I'm using IBM MQ v5.3 with base CSD (downloading now the CSD 06) and I'm on Windows platform (Windows 2000 SP4).
Here are the SDR/RQSTR definitions.
Here's the RQSTR channel definition......
19 : display channel(QM001.TO.QM002)
AMQ8414: Display Channel details.
CHANNEL(QM001.TO.QM002) CHLTYPE(RQSTR)
TRPTYPE(TCP) DESCR( )
MCANAME( ) MODENAME( )
TPNAME( ) BATCHSZ(50)
SCYEXIT( ) SEQWRAP(999999999)
MAXMSGL(4194304) PUTAUT(DEF)
SCYDATA( ) USERID( )
PASSWORD( ) MCATYPE(PROCESS)
CONNAME(192.168.0.83(1414)) MREXIT( )
MRDATA( ) MRRTY(10)
MRTMR(1000) HBINT(300)
NPMSPEED(FAST) SSLCIPH( )
SSLCAUTH(REQUIRED) LOCLADDR( )
KAINT(AUTO) MCAUSER( )
ALTDATE(2004-03-11) ALTTIME(14.06.34)
SSLPEER()
MSGEXIT(f:\reqmon(MsgExit))
SENDEXIT( )
RCVEXIT( )
MSGDATA( )
SENDDATA( )
RCVDATA( )
Here's the SDR channel definition......
20 : DISPLAY channel(QM001.TO.QM002)
AMQ8414: Display Channel details.
CHANNEL(QM001.TO.QM002) CHLTYPE(SDR)
TRPTYPE(TCP) DESCR( )
XMITQ(TQ01) MCANAME( )
MODENAME( ) TPNAME( )
BATCHSZ(50) DISCINT(6000)
SHORTRTY(10) SHORTTMR(60)
LONGRTY(999999999) LONGTMR(1200)
SCYEXIT( ) SEQWRAP(999999999)
MAXMSGL(4194304) CONVERT(NO)
SCYDATA( ) USERID( )
PASSWORD( ) MCATYPE(PROCESS)
CONNAME(192.168.0.83(2424)) HBINT(300)
BATCHINT(0) NPMSPEED(FAST)
SSLCIPH( ) BATCHHB(0)
LOCLADDR( ) KAINT(AUTO)
MCAUSER( ) ALTDATE(2004-03-11)
ALTTIME(14.04.53) SSLPEER()
MSGEXIT(f:\reqmon(MsgExit))
SENDEXIT( )
RCVEXIT( )
MSGDATA( )
SENDDATA( )
RCVDATA( )
I've already went thru the IBM MQ Intercommunication Manual and it doesn't mention anything regarding additional setup for channel exits on SDR/RQSTR channels.
Hope to hear from you guys, thanks! _________________ Jed |
|
Back to top |
|
 |
jed |
Posted: Thu Mar 11, 2004 7:45 pm Post subject: |
|
|
 Centurion
Joined: 08 Jan 2004 Posts: 118 Location: MI, USA
|
I've solve this one..... I found a bug in my program.
I used memset to initialize my pointer variable.
I just removed that and it worked. _________________ Jed |
|
Back to top |
|
 |
jed |
Posted: Thu Mar 11, 2004 7:48 pm Post subject: |
|
|
 Centurion
Joined: 08 Jan 2004 Posts: 118 Location: MI, USA
|
correction....
i mean, i change the initialization of my pointer variable... _________________ Jed |
|
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
|
|
|
|