Author |
Message
|
SONDAPISSA |
Posted: Wed Dec 15, 2004 5:53 pm Post subject: .Net and User-Exit's |
|
|
 Novice
Joined: 27 Apr 2004 Posts: 14 Location: México
|
Hi all
We have this env
MQ 5.3.1 Client on W2K VB.Net appls put and get messages
MQ 5.3 Server on Mainframe
We try to test send/receive exit channel
The exits are tested with C Client appls and Channel Tab definition and work fine, but .Net don't work with Channel Tab Definition
I check the MQ-.Net manual and don´t fond any info about user-exit config
This is posible or not??? or the send/receive exit channel are not supported on .Net env.
Thanks all any help
Saludos _________________ Julio Cuevas Rocha
MQSeries Installation and Configuration Certified
MQSeries Solution Expert Certified |
|
Back to top |
|
 |
kirani |
Posted: Sat Dec 18, 2004 11:41 pm Post subject: Re: .Net and User-Exit's |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
SONDAPISSA wrote: |
This is posible or not??? or the send/receive exit channel are not supported on .Net env.
|
Are you asking whether you can write exit in C#? _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
RogerLacroix |
Posted: Sun Dec 19, 2004 10:48 am Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
Hi,
kirani, I think what s/he means is that 'can send/receive exits be used with .NET applications'. From what I can tell, IBM has not implemented this yet.
i.e.
The .NET MQEnviroment class does not have securityExit method.
Regards,
Roger Lacroix _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
PeterPotkay |
Posted: Sun Dec 19, 2004 12:40 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
VB.NET does provide a Security Exit in the MQEnvironment class (MQEnvironment.SecurityExit() ), but no other exit are available as of CSD08.
Roger, on my to do list is to see if my VB.NET app will play nice with a Security Exit. I'll let you know.... _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
kirani |
Posted: Sun Dec 19, 2004 3:16 pm Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
Roger & Peter, thanks for the clarification. _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
RogerLacroix |
Posted: Sun Dec 19, 2004 10:25 pm Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
Hi Peter,
When I looked up the .NET MQEnvironment class in the current WMQ Using .NET manual (GC34-6328-02), I don't see anything about a SecurityExit() method call.
Where did you get that info from?
Regards,
Roger Lacroix _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
PeterPotkay |
Posted: Mon Dec 20, 2004 6:00 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
Yeah, the manual is missing some things.
I found it by typing "MQEnvironment." in the IDE, and them scrolling thru the dropdown list that pops up. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
SONDAPISSA |
Posted: Mon Dec 20, 2004 9:10 am Post subject: Thanks |
|
|
 Novice
Joined: 27 Apr 2004 Posts: 14 Location: México
|
Thanks: kirani, RogerLacroix, PeterPotkay _________________ Julio Cuevas Rocha
MQSeries Installation and Configuration Certified
MQSeries Solution Expert Certified |
|
Back to top |
|
 |
PeterPotkay |
Posted: Tue Dec 28, 2004 5:37 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
|
Back to top |
|
 |
|